Class LOGGER_BENCHMARK
java.lang.Object
org.jpos.q2.cli.LOGGER_BENCHMARK
- All Implemented Interfaces:
CLICommand
CLI command that benchmarks logger throughput for a given thread count and message count.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext ctx, String[] args) Executes the CLI command.
-
Constructor Details
-
LOGGER_BENCHMARK
public LOGGER_BENCHMARK()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
ctx- the CLI contextargs- command arguments- Throws:
Exception- on error
-