Merge pull request #459 from joehandzik/wip-zpool-io-cherrypick
ZFS Collector: Add zpool IO statistics
This commit is contained in:
commit
a097dd36b3
6 changed files with 182 additions and 2 deletions
3
collector/fixtures/proc/spl/kstat/zfs/pool1/io
Normal file
3
collector/fixtures/proc/spl/kstat/zfs/pool1/io
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
12 3 0x00 1 80 79205351707403 395818011156865
|
||||
nread nwritten reads writes wtime wlentime wupdate rtime rlentime rupdate wcnt rcnt
|
||||
1884160 3206144 22 132 7155162 104112268 79210489694949 24168078 104112268 79210489849220 0 0
|
||||
3
collector/fixtures/proc/spl/kstat/zfs/poolz1/io
Normal file
3
collector/fixtures/proc/spl/kstat/zfs/poolz1/io
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
16 3 0x00 1 80 79568650431241 395832279341621
|
||||
nread nwritten reads writes wtime wlentime wupdate rtime rlentime rupdate wcnt rcnt
|
||||
2826240 2680501248 33 25294 9673715628 6472105124093 110734831833266 9829091640 6472105124093 110734831944501 0 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue