Does the benchmark tool actually write data to ETCD? #19823
Unanswered
wangwangwang23333
asked this question in
Q&A
Replies: 1 comment
-
Hey @wangwangwang23333 - Thanks for your question, yes the benchmark tool does insert data into etcd, refer to discussion in #17105 for how to introspect any keys created by the benchmark utility. You can run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to test and verify the overhead of etcd creating snapshots. To do this, I need to insert some data into etcd in advance. After I used benchmark to insert data, I found that the data was not actually in etcd. I am not sure if I did it wrong or if the benchmark itself did not insert data.
benchmark put --key-size=8 --sequential-keys --total=1000
etcdctl get "" --prefix # still empty
If not, is there a way to verify the overhead of etcd creating snapshots? I am not sure about the impact of ETCD creating snapshots on writing and reading.
Beta Was this translation helpful? Give feedback.
All reactions