1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl-check-perf - Check the performance of the etcd cluster
7
8
9
11 ETCDCTL=3 etcdctl check perf [options] [flags]
12
13
14
16 Check the performance of the etcd cluster
17
18
19
21 --auto-compact[=false]
22 Compact storage with last revision after test is finished.
23
24
25 --auto-defrag[=false]
26 Defragment storage after test is finished.
27
28
29 -h, --help[=false]
30 help for perf
31
32
33 --load="s"
34 The performance check's workload model. Accepted workloads:
35 s(small), m(medium), l(large), xl(xLarge)
36
37
38 --prefix="/etcdctl-check-perf/"
39 The prefix for writing the performance check's keys.
40
41
42
44 --cacert=""
45 verify certificates of TLS-enabled secure servers using this CA
46 bundle
47
48
49 --cert=""
50 identify secure client using this TLS certificate file
51
52
53 --command-timeout=5s
54 timeout for short running command (excluding dial timeout)
55
56
57 --debug[=false]
58 enable client-side debug logging
59
60
61 --dial-timeout=2s
62 dial timeout for client connections
63
64
65 -d, --discovery-srv=""
66 domain name to query for SRV records describing cluster endpoints
67
68
69 --discovery-srv-name=""
70 service name to query when using DNS discovery
71
72
73 --endpoints=[127.0.0.1:2379]
74 gRPC endpoints
75
76
77 --hex[=false]
78 print byte strings as hex encoded strings
79
80
81 --insecure-discovery[=true]
82 accept insecure SRV records describing cluster endpoints
83
84
85 --insecure-skip-tls-verify[=false]
86 skip server certificate verification
87
88
89 --insecure-transport[=true]
90 disable transport security for client connections
91
92
93 --keepalive-time=2s
94 keepalive time for client connections
95
96
97 --keepalive-timeout=6s
98 keepalive timeout for client connections
99
100
101 --key=""
102 identify secure client using this TLS key file
103
104
105 --password=""
106 password for authentication (if this option is used, --user option
107 shouldn't include password)
108
109
110 --user=""
111 username[:password] for authentication (prompt if password is not
112 supplied)
113
114
115 -w, --write-out="simple"
116 set the output format (fields, json, protobuf, simple, table)
117
118
119
121 etcdctl3-check(1)
122
123
124
126 14-Mar-2019 Auto generated by spf13/cobra
127
128
129
130Auto generated by spf13/cobra Mar 2019 etcdctl3(1)