Date: Fri, 26 Dec 2003 10:47:41 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat mbuf.c Message-ID: <200312261847.hBQIlfZR015237@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2003/12/26 10:47:41 PST
FreeBSD src repository
Modified files:
usr.bin/netstat mbuf.c
Log:
Fix percentages by using long long to hold values for 'space',
overflow was breaking a bunch of the stats, specifically the
percentage displayed for wired memory.
Fix the output for current/peak/max lines, I forgot to output the types.
161/320/51200 (current/peak/max):
-to-
639/25696/51200 mbufs in use (current/peak/max):
Revision Changes Path
1.35 +12 -9 src/usr.bin/netstat/mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312261847.hBQIlfZR015237>
