Re: svn commit: r246033 - head/usr.bin/systat

2013-02-20 Thread Bruce Evans
On Tue, 29 Jan 2013, Andrey Zonov wrote: On 1/28/13 6:51 PM, Bruce Evans wrote: On Mon, 28 Jan 2013, Andrey Zonov wrote: Log: - Show page faults requiring I/O on vmstat display. No space is available there for showing it. Yep, you're right. +mvprintw(VMSTATROW, VMSTATCOL + 9, "iof

Re: svn commit: r246033 - head/usr.bin/systat

2013-01-29 Thread Andrey Zonov
On 1/28/13 6:51 PM, Bruce Evans wrote: > On Mon, 28 Jan 2013, Andrey Zonov wrote: > >> Log: >> - Show page faults requiring I/O on vmstat display. > > No space is available there for showing it. > Yep, you're right. >> Modified: head/usr.bin/systat/vmstat.c >>

Re: svn commit: r246033 - head/usr.bin/systat

2013-01-28 Thread Bruce Evans
On Mon, 28 Jan 2013, Andrey Zonov wrote: Log: - Show page faults requiring I/O on vmstat display. No space is available there for showing it. Modified: head/usr.bin/systat/vmstat.c == --- head/usr.bin/systat/vmstat.

svn commit: r246033 - head/usr.bin/systat

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:57:42 2013 New Revision: 246033 URL: http://svnweb.freebsd.org/changeset/base/246033 Log: - Show page faults requiring I/O on vmstat display. Reviewed by: alc MFC after:2 weeks Modified: head/usr.bin/systat/vmstat.c Modified: head/usr.bin/systat/v