|
1 | 1 | Usage of vtaclcheck:
|
2 |
| - --acl_file string The path of the JSON ACL file to check |
3 |
| - --alsologtostderr log to standard error as well as files |
4 |
| - --catch-sigpipe catch and ignore SIGPIPE on stdout and stderr if specified |
5 |
| - --cpu_profile string deprecated: use '-pprof=cpu' instead |
6 |
| - --datadog-agent-host string host to send spans to. if empty, no tracing will be done |
7 |
| - --datadog-agent-port string port to send spans to. if empty, no tracing will be done |
8 |
| - --emit_stats If set, emit stats to push-based monitoring and stats backends |
9 |
| - --grpc_auth_mode string Which auth plugin implementation to use (eg: static) |
10 |
| - --grpc_auth_mtls_allowed_substrings string List of substrings of at least one of the client certificate names (separated by colon). |
11 |
| - --grpc_auth_static_password_file string JSON File to read the users/passwords from. |
12 |
| - --grpc_ca string server CA to use for gRPC connections, requires TLS, and enforces client certificate check |
13 |
| - --grpc_cert string server certificate to use for gRPC connections, requires grpc_key, enables TLS |
14 |
| - --grpc_crl string path to a certificate revocation list in PEM format, client certificates will be further verified against this file during TLS handshake |
15 |
| - --grpc_enable_optional_tls enable optional TLS mode when a server accepts both TLS and plain-text connections on the same port |
16 |
| - --grpc_enable_tracing Enable GRPC tracing |
17 |
| - --grpc_key string server private key to use for gRPC connections, requires grpc_cert, enables TLS |
18 |
| - --grpc_max_connection_age duration Maximum age of a client connection before GoAway is sent. (default 2562047h47m16.854775807s) |
19 |
| - --grpc_max_connection_age_grace duration Additional grace period after grpc_max_connection_age, after which connections are forcibly closed. (default 2562047h47m16.854775807s) |
20 |
| - --grpc_max_message_size int Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216) |
21 |
| - --grpc_port int Port to listen on for gRPC calls |
22 |
| - --grpc_prometheus Enable gRPC monitoring with Prometheus |
23 |
| - --grpc_server_ca string path to server CA in PEM format, which will be combine with server cert, return full certificate chain to clients |
24 |
| - --grpc_server_initial_conn_window_size int gRPC server initial connection window size |
25 |
| - --grpc_server_initial_window_size int gRPC server initial window size |
26 |
| - --grpc_server_keepalive_enforcement_policy_min_time duration gRPC server minimum keepalive time (default 10s) |
27 |
| - --grpc_server_keepalive_enforcement_policy_permit_without_stream gRPC server permit client keepalive pings even when there are no active streams (RPCs) |
28 |
| - --jaeger-agent-host string host and port to send spans to. if empty, no tracing will be done |
29 |
| - --keep_logs duration keep logs for this long (using ctime) (zero to keep forever) |
30 |
| - --keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever) |
31 |
| - --lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms) |
32 |
| - --log_backtrace_at value when logging hits line file:N, emit a stack trace |
33 |
| - --log_dir string If non-empty, write log files in this directory |
34 |
| - --log_err_stacks log stack traces for errors |
35 |
| - --log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800) |
36 |
| - --logtostderr log to standard error instead of files |
37 |
| - --mem-profile-rate int deprecated: use '-pprof=mem' instead (default 524288) |
38 |
| - --mutex-profile-fraction int deprecated: use '-pprof=mutex' instead |
39 |
| - --mysql_auth_server_static_file string JSON File to read the users/passwords from. |
40 |
| - --mysql_auth_server_static_string string JSON representation of the users/passwords config. |
41 |
| - --mysql_auth_static_reload_interval duration Ticker to reload credentials |
42 |
| - --mysql_clientcert_auth_method string client-side authentication method to use. Supported values: mysql_clear_password, dialog. (default mysql_clear_password) |
43 |
| - --mysql_server_flush_delay duration Delay after which buffered response will be flushed to the client. (default 100ms) |
44 |
| - --mysql_server_version string MySQL server version to advertise. |
45 |
| - --onclose_timeout duration wait no more than this for OnClose handlers before stopping (default 1ns) |
46 |
| - --onterm_timeout duration wait no more than this for OnTermSync handlers before stopping (default 10s) |
47 |
| - --pid_file string If set, the process will write its pid to the named file, and delete it on graceful shutdown. |
48 |
| - --pprof string enable profiling |
49 |
| - --purge_logs_interval duration how often try to remove old logs (default 1h0m0s) |
50 |
| - --security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only) |
51 |
| - --service_map value comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-vtworker |
52 |
| - --sql-max-length-errors int truncate queries in error logs to the given length (default unlimited) |
53 |
| - --sql-max-length-ui int truncate queries in debug UIs to the given length (default 512) (default 512) |
54 |
| - --static_auth_file string The path of the auth_server_static JSON file to check |
55 |
| - --stats_backend string The name of the registered push-based monitoring/stats backend to use |
56 |
| - --stats_combine_dimensions string List of dimensions to be combined into a single "all" value in exported stats vars |
57 |
| - --stats_common_tags string Comma-separated list of common tags for the stats backend. It provides both label and values. Example: label1:value1,label2:value2 |
58 |
| - --stats_drop_variables string Variables to be dropped from the list of exported variables. |
59 |
| - --stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s) |
60 |
| - --stderrthreshold value logs at or above this threshold go to stderr (default 1) |
61 |
| - --tracer string tracing service to use (default noop) |
62 |
| - --tracing-enable-logging whether to enable logging in the tracing service |
63 |
| - --tracing-sampling-rate value sampling rate for the probabilistic jaeger sampler (default 0.1) |
64 |
| - --tracing-sampling-type value sampling strategy to use for jaeger. possible values are 'const', 'probabilistic', 'rateLimiting', or 'remote' (default const) |
65 |
| - --v value log level for V logs |
66 |
| - --version print binary version |
67 |
| - --vmodule value comma-separated list of pattern=N settings for file-filtered logging |
| 2 | + --acl-file string The path of the JSON ACL file to check |
| 3 | + --alsologtostderr log to standard error as well as files |
| 4 | + -h, --help display usage and exit |
| 5 | + --keep_logs duration keep logs for this long (using ctime) (zero to keep forever) |
| 6 | + --keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever) |
| 7 | + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) |
| 8 | + --log_dir string If non-empty, write log files in this directory |
| 9 | + --log_err_stacks log stack traces for errors |
| 10 | + --log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800) |
| 11 | + --logtostderr log to standard error instead of files |
| 12 | + --pprof strings enable profiling |
| 13 | + --purge_logs_interval duration how often try to remove old logs (default 1h0m0s) |
| 14 | + --security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only) |
| 15 | + --static-auth-file string The path of the auth_server_static JSON file to check |
| 16 | + --stderrthreshold severity logs at or above this threshold go to stderr (default 1) |
| 17 | + -v, --v Level log level for V logs |
| 18 | + --version print binary version |
| 19 | + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging |
0 commit comments