Skip to content

Commit

Permalink
Fixes #66 - JMX flag has no effect
Browse files Browse the repository at this point in the history
Clarified the meaning of the --jmx option.

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Mar 4, 2021
1 parent 05d927d commit bccf3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class LoadGeneratorStarterArgs {
@Parameter(names = {"--display-stats", "-ds"}, description = "Whether to display statistics in the terminal")
private boolean displayStats;

@Parameter(names = {"--jmx"}, description = "Exports to JMX")
@Parameter(names = {"--jmx"}, description = "Exports load generator components to the JVM platform MBeanServer as MBeans")
private boolean jmx;

@Parameter(names = {"--executor-max-threads"})
Expand Down

0 comments on commit bccf3d3

Please sign in to comment.