]> granicus.if.org Git - zfs/commitdiff
Merge branch 'kstat'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 25 Oct 2013 22:22:34 +0000 (15:22 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 25 Oct 2013 22:35:27 +0000 (15:35 -0700)
This branch updates several of the zfs kstats to take advantage
of the improved raw kstat functionality.  In addition, two new
kstats and a script called dbufstat.py are introduced.

Updated+New Kstats
* dbufs        - Stats for all dbufs in the dbuf_hash
* <pool>/txgs  - Stats for the last N txgs synced to disk
* <pool>/reads - Stats for rhe last N reads issues by the ARC
* <pool>/dmu_tx_assign - Histogram of tx assign times

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>

Trivial merge