Skip to content

Instantly share code, notes, and snippets.

@ikurni
Last active September 6, 2021 20:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikurni/b758550043fcc824f463944a008234a1 to your computer and use it in GitHub Desktop.
Save ikurni/b758550043fcc824f463944a008234a1 to your computer and use it in GitHub Desktop.
ETCD Performance Check
### Performance check command from etcd pod
# oc rsh <etcd-pod> -n openshift-etcd
$ etcdctl check perf --load="m"
$ etcdctl check perf --load='l'
$ etcdctl --write-out=table endpoint status
$ etcdctl --write-out=table endpoint health
$ etcdctl --write-out=table member list
### Collect metrics from the cluster.
[-] https://access.redhat.com/solutions/5489721
### Performance check command from master node for underlying storage performance
# ssh core@masternode
# sudo su
# podman run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/openshift-scale/etcd-perf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment