sbin/hammer: Fix width of hammer stats output
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 26 Mar 2015 12:14:24 +0000 (21:14 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 28 Mar 2015 22:17:00 +0000 (07:17 +0900)
commitb57ce21bfd0df09139224f84343ae15bd7a9daf8
treec437ccdccd197b89f1b657955c0482d04480b77b
parentab45738e30546b61592f56b5718d5fbf3e207900
sbin/hammer: Fix width of hammer stats output

- Align output of hammer stats columns using %9jd instead of
  either %9jd, %8jd or %5jd. This should be better than using
  "flsh" and "cmmit" (for "flush" and "commit") to make them
  fit within the space.
sbin/hammer/cmd_stats.c