Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 275 Bytes

File metadata and controls

22 lines (15 loc) · 275 Bytes

Load Generator

Generates a simulated trace load. Run with

./gradlew launch --args='--rate 10'

OR

./gradlew :dd-java-agent:load-generator:launch --args='--rate 10'

from the root of the repo.

To print all options, use:

--args='--help'