sbin/hammer: Print total bytes of reblocked nodes
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 22 Aug 2015 04:01:08 +0000 (13:01 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 22 Aug 2015 15:48:31 +0000 (00:48 +0900)
commit3ced8577304fc3265633851c1a06443da67a04f6
tree6309a7f10cc2a1c0e868fb3215dd0076ec195e09
parent8b3db9490844e0298ec222baa52dfc13d6d9ad51
sbin/hammer: Print total bytes of reblocked nodes

just like it shows both "data elements" and "data bytes"
in the next two lines.

"btree bytes" is kind of obvious since btree nodes are
all 4KB, and there isn't a field for "btree bytes" in
struct hammer_ioc_reblock as well, however this isn't
obvious for users so it should print it.
sbin/hammer/cmd_reblock.c