示例#1
0
 def run_monitor():
     cli.monitor_client(cli.MONITOR_HOST, cli.MONITOR_PORT)
示例#2
0
def monitor(host, port):
    cli.monitor_client(host, port)