Machcollectoradmin은 machcollectormanger를 관리하는 도구이다.
...
옵션과 기능 서술
Code Block |
---|
[mach@localhost ~]$ machcollectoradmin --help ----------------------------------------------------------------- machcollector administration tool Release Version - 3.5.0.826b8f2.community Copyright 2014, Machbase Inc. or its subsidiaries All Rights Reserved. ----------------------------------------------------------------- << Available option lists >> -u, --startup Startup collectormanager. -s, --shutdown Shutdown collectormanager. -d, --destroy Destroy meta data. -k, --kill Terminate collectormanager. --showcollectors Show collector list. --showservers Show server list. -h, --help Print collector argument guide. --createcollector=collector_name Create collector. --dropcollector=collector_name Drop collector. --startcollector=collector_name Start collector. --stopcollector=collector_name Stop collector. -m, --template=template_path Set template path. Template path is required to issues createcollector command. -t, --trace=[0,1] Set trace option. Start collector mode (default: 0) --createserver=host:port Manager registers itself to the server. --managername=managername Specify a name of the manager. If not specified, default name will be used. |
...