1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-check-perf - Check the performance of the etcd cluster
7
8
9

SYNOPSIS

11       etcdctl check perf [options] [flags]
12
13
14

DESCRIPTION

16       Check the performance of the etcd cluster
17
18
19

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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 (CAUTION: this option should
87       be enabled only for testing purposes)
88
89
90       --insecure-transport[=true]
91           disable transport security for client connections
92
93
94       --keepalive-time=2s
95           keepalive time for client connections
96
97
98       --keepalive-timeout=6s
99           keepalive timeout for client connections
100
101
102       --key=""
103           identify secure client using this TLS key file
104
105
106       --password=""
107           password for authentication (if this option is used, --user option
108       shouldn't include password)
109
110
111       --user=""
112           username[:password] for authentication (prompt if password is not
113       supplied)
114
115
116       -w, --write-out="simple"
117           set the output format (fields, json, protobuf, simple, table)
118
119
120

SEE ALSO

122       etcdctl2-check(1)
123
124
125

HISTORY

127       4-Sep-2020 Auto generated by spf13/cobra
128
129
130
131Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum