From e0b3e0048c1324e627e2ca9eeca8cc28f240548b Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 18 Feb 2006 16:09:38 +0000 Subject: Improved description for packet zone statistics. Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days --- usr.bin/netstat/mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index cfed1f4..bd8d626 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -203,7 +203,7 @@ mbpr(void *kvmd, u_long mbaddr) cluster_count - packet_free, cluster_free + packet_free, cluster_count + cluster_free, cluster_limit); - printf("%llu/%llu mbuf+clusters of packet zone in use " + printf("%llu/%llu mbuf+clusters out of packet secondary zone in use " "(current/cache)\n", packet_count, packet_free); -- cgit v1.1