Skip to content

Instantly share code, notes, and snippets.

@zznate
Last active November 24, 2016 20:42
Show Gist options
  • Save zznate/d22812551fa7a527d4c0d931f107c950 to your computer and use it in GitHub Desktop.
Save zznate/d22812551fa7a527d4c0d931f107c950 to your computer and use it in GitHub Desktop.

Output from nodetool tablestats combined with a custom patch that dumped the ownership info for pendings from nodetool compactionstats

Table: xx1
SSTables in each level: [37/4, 10, 119/100, 208, 0, 0, 0, 0, 0]
- Pending: myks.xx1: 8

Table: yy1
SSTables in each level: [22/4, 32/10, 124/100, 403, 0, 0, 0, 0, 0]
- Pending: myks.yy1: 16

Table: zz1
SSTables in each level: [30/4, 10, 105/100, 1034/1000, 805, 0, 0, 0, 0]
- Pending: myks.zz1: 23

Table: qq1
SSTables in each level: [17/4, 9, 105/100, 666, 0, 0, 0, 0, 0]
- Pending: myks2.qq1: 1085 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment