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