You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have closed this issue because it is more than 3 years
old. If this issue is still relevant, please add a comment and re-open
the issue. Thank you for your contribution to CockroachDB docs!
Exalate commented:
Collect crdb_internal.node_statement_statistics from all nodes.
cockroach node status --format tsv --insecure | tail -n +2 | while read id host other; do cockroach sql --format tsv --url postgres://root@$host?sslmode=disable -e "select crdb_internal.cluster_id(), now(),* from crdb_internal.node_statement_statistics;"; done > node_statement_statistics.tsv
Collect Range Usage Info
Download 4 scripts. Additional context on the scripts is available.
Jira Issue: DOC-184
The text was updated successfully, but these errors were encountered: