Class DUMPMETRICS
java.lang.Object
org.jpos.q2.cli.DUMPMETRICS
- All Implemented Interfaces:
CLICommand
CLI command that dumps every
MetricsProvider bean's metrics into the given directory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext ctx, String[] args) Executes the CLI command.
-
Constructor Details
-
DUMPMETRICS
public DUMPMETRICS()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:
IOException
-