From 4d209af83a07ee741a2df7d0e34a28792a2bee57 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 21 Aug 2023 10:27:08 +0800 Subject: [PATCH] fix: throughput typo Signed-off-by: guoguangwu --- etcdctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcdctl/README.md b/etcdctl/README.md index efff407cf..936be3d16 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -1568,7 +1568,7 @@ CHECK provides commands for checking properties of the etcd cluster. CHECK PERF checks the performance of the etcd cluster for 60 seconds. Running the `check perf` often can create a large keyspace history which can be auto compacted and defragmented using the `--auto-compact` and `--auto-defrag` options as described below. -Notice that different workload models use different configurations in terms of number of clients and throughtput. Here is the configuration for each load: +Notice that different workload models use different configurations in terms of number of clients and throughput. Here is the configuration for each load: | Load | Number of clients | Number of put requests (requests/sec) |