vitess.io/vitess@v0.16.2/go/flags/endtoend/zkctl.txt (about)

     1  Usage of zkctl:
     2        --alsologtostderr                  log to standard error as well as files
     3    -h, --help                             display usage and exit
     4        --keep_logs duration               keep logs for this long (using ctime) (zero to keep forever)
     5        --keep_logs_by_mtime duration      keep logs for this long (using mtime) (zero to keep forever)
     6        --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
     7        --log_dir string                   If non-empty, write log files in this directory
     8        --log_err_stacks                   log stack traces for errors
     9        --log_rotate_max_size uint         size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    10        --logtostderr                      log to standard error instead of files
    11        --pprof strings                    enable profiling
    12        --purge_logs_interval duration     how often try to remove old logs (default 1h0m0s)
    13        --stderrthreshold severity         logs at or above this threshold go to stderr (default 1)
    14        --v Level                          log level for V logs
    15    -v, --version                          print binary version
    16        --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging
    17        --zk.cfg string                    zkid@server1:leaderPort1:electionPort1:clientPort1,...) (default "6@<hostname>:3801:3802:3803")
    18        --zk.myid uint                     which server do you want to be? only needed when running multiple instance on one box, otherwise myid is implied by hostname