jubavisor¶
Synopsis¶
jubavisor [options ...]
Description¶
jubavisor is a daemon process controlled by jubactl.
Options¶
[]indicates the default value.<zookeeper_list>is a comma-separated list ofhost:portof ZooKeeper servers (e.g.,10.0.0.1:2181,10.0.0.2:2181,10.0.0.3:2181). No spaces between values are allowed. If you have only one ZooKeeper server, just specifyhost:portwithout comma (e.g.,10.0.0.1:2181).
-
-p<port>,--rpc-port<port>¶ Port number to listen for RPC requests. [9198]
-
-t<seconds>,--timeout<seconds>¶ Session timeout of RPC in seconds. [10]
-
-l<dirpath>,--logdir<dirpath>¶ Path of directory to output ZooKeeper log files.
If not specified, logs are dumped to the standard error.
-
-g<log_config>,--log_config<log_config>¶ Path of the logging configuration file in log4cxx (XML) format.
If not specified, logs are dumped to the standard output.
-
-z<zookeeper_list>,--zookeeper<zookeeper_list>¶ List of ZooKeeper server(s).
-
-d,--daemon¶ Daemonize the process.
-
-?,--help¶ Print the brief usage of the command.