Skip to content

Commit 79ab997

Browse files
committed
Fixed path to locustfile.py
1 parent 777d056 commit 79ab997

File tree

1 file changed

+1
-1
lines changed
  • content/en/other/pet-clinic

1 file changed

+1
-1
lines changed

content/en/other/pet-clinic/apm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can validate if the application is running by visiting `http://<VM_IP_ADDRES
5757
Next we will start a Docker container running Locust that will generate some simple traffic to the PetClinic application. Locust is a simple load testing tool that can be used to generate traffic to a web application.
5858

5959
```bash
60-
docker run --network="host" -d -p 8089:8089 -v /home/ubuntu/workshop/locust:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py --headless -u 10 -r 3 -H http://127.0.0.1:8080
60+
docker run --network="host" -d -p 8089:8089 -v /home/ubuntu/workshop/petclinic:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py --headless -u 10 -r 3 -H http://127.0.0.1:8080
6161
```
6262

6363
Then you can visit the Splunk APM UI and examine the application components, traces, etc. **Hamburger Menu → APM → Explore**.

0 commit comments

Comments
 (0)