Send Traffic to the Sample Application

JFrog Integrations Documentation

Content Type
Integrations

In order for Dynatrace to fully monitor services and applications, there need to be some transactions flowing through the application. To make this process easier, a simple script is provided in the repo that will send cURL requests to the various application URLs within a loop. To run this script, open up the Google web shell and run these commands.

~/jfrog-pipelines-dynatrace-example/scripts

./sendSomeTraffic.sh

The sendSomeTraffic.sh will determine the public IP for the application and output the loop status as shown below. To stop the script, simply use ctrl-c.

Calling http://111.111.111.111:8080...

loop 1

200

200

200

200

loop 2

200

200

200

200

loop 3

200

200

...

...