Skip to content

qpoint-io/qtap-standalone-demo

Repository files navigation

QTap Demo

This repository contains a demo application that can be inspected with Qtap (from Qpoint).

Prerequisites

  • Make sure you have lima installed on your system
  • Make sure you have Docker installed on your system

Getting Started

Follow these steps to build and run the application:

1. Start the VM

Start the virtual machine environment:

make start-vm

2. Build the Application

Build the Docker image:

make build

3. Run the Application

Run the Docker container:

make run

4. Run QTap

Execute QTap against your running application:

make qtap

5. Stop the VM

When you're done, you can stop the virtual machine:

make stop-vm

About

A simple demo of using qtap as a standalone agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published