From: des Date: Mon, 18 Sep 2006 08:55:00 +0000 (+0000) Subject: Widen fields sufficiently to accomodate gigabit rates. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9997b0037fba084d67faf9b905da702902244be5;p=varnish Widen fields sufficiently to accomodate gigabit rates. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1062 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishstat/varnishstat.c b/varnish-cache/bin/varnishstat/varnishstat.c index 5d275c91..d327ca8d 100644 --- a/varnish-cache/bin/varnishstat/varnishstat.c +++ b/varnish-cache/bin/varnishstat/varnishstat.c @@ -85,7 +85,7 @@ do_curses(struct varnish_stats *VSL_stats) #define MAC_STAT(n,t,f,d) \ ju = VSL_stats->n; \ - printw("%12ju %10.2f %10.2f " d "\n", \ + printw("%12ju %12.2f %12.2f " d "\n", \ ju, (ju - (intmax_t)copy.n)/lt, ju / up); \ copy.n = ju; #include "stat_field.h"