sbin/hammer: Separate read/write inode ops on hammer *stats
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 13 Sep 2015 17:06:37 +0000 (02:06 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:51 +0000 (23:09 +0900)
commit8101aaccc74cb8ef6411c8d102db3f07a79789be
treefdde04ea787aead1e181f7b9278ee6627d70e33c
parent57c6cfd3cfed8003d29a4c30d3bff5add12ceda8
sbin/hammer: Separate read/write inode ops on hammer *stats

It should show read and write inode ops separately since
the original hammer sysctl accounts have them separately
(just like all other fields printed by *stats command),
and it's trivial to add these two to get total inode ops.
sbin/hammer/cmd_stats.c