24252627282930
public class SYSMON implements CLICommand { public void exec(CLIContext cli, String[] args) throws Exception { new SystemMonitor().dump(cli.getOutputStream(), " "); }