Date: Sun, 30 Apr 2006 20:31:00 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.c Message-ID: <200604302031.k3UKV0fn061178@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2006-04-30 20:31:00 UTC FreeBSD src repository Modified files: usr.bin/systat vmstat.c Log: Reduce the namei (sub)display by 5 columns to make enough space for a new vnstat display to the right of the namei display. Move the non-vmstat fields {des,num,fre}vn from the vmstat display to a new vnstat display. Move the dtbuf field there too. The buf and dtbuf fields are non-vmstat and non-vnstat, so there is no good place to display them. I need to move at least 1 of them out of the vm stats for further cleanups of the vm stats, and there is only space for 1 of them in the vn stats. (The best place for the current buf field is actually /dev/null, since it has been completely broken for about 10 years and broken for longer. It gives an uninteresting virtual memory count where an interesting real memory count is wanted.) Revision Changes Path 1.76 +19 -17 src/usr.bin/systat/vmstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604302031.k3UKV0fn061178>