@Override
public void execute(CommandLine commandLine, Options options, RPCHook rpcHook) {
try {
MonitorService monitorService =
new MonitorService(new MonitorConfig(), new DefaultMonitorListener(), rpcHook);
monitorService.start();
}
catch (Exception e) {
e.printStackTrace();
}
finally {