git: sbin/hammer: Fix width of hammer stats output

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Mar 28 15:31:29 PDT 2015


commit b57ce21bfd0df09139224f84343ae15bd7a9daf8
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Mar 26 21:14:24 2015 +0900

    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.

Summary of changes:
 sbin/hammer/cmd_stats.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b57ce21bfd0df09139224f84343ae15bd7a9daf8


-- 
DragonFly BSD source repository



More information about the Commits mailing list