]> err.no Git - varnish/commitdiff
Widen fields sufficiently to accomodate gigabit rates.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 08:55:00 +0000 (08:55 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 08:55:00 +0000 (08:55 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1062 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishstat/varnishstat.c

index 5d275c915cc844e3d5fceda8dbc5c42e7a9f664f..d327ca8d625261923c1bd09b73c5efbe37d9634d 100644 (file)
@@ -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"