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
89
90
91 --insecure-transport[=true]
92 disable transport security for client connections
93
94
95 --keepalive-time=2s
96 keepalive time for client connections
97
98
99 --keepalive-timeout=6s
100 keepalive timeout for client connections
101
102
103 --key=""
104 identify secure client using this TLS key file
105
106
107 --password=""
108 password for authentication (if this option is used, --user option
109 shouldn't include password)
110
111
112 --user=""
113 username[:password] for authentication (prompt if password is not
114 supplied)
115
116
117 -w, --write-out="simple"
118 set the output format (fields, json, protobuf, simple, table)
119
120
121
123 etcdctl-check(1)
124
125
126
128 14-Mar-2019 Auto generated by spf13/cobra
129
130
131
132Auto generated by spf13/cobra Mar 2019 etcdctl3(1)