From owner-cvs-usrbin Fri Nov 8 05:39:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA03487 for cvs-usrbin-outgoing; Fri, 8 Nov 1996 05:39:12 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA03438; Fri, 8 Nov 1996 05:38:52 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id VAA27430; Fri, 8 Nov 1996 21:38:44 +0800 (WST) Message-Id: <199611081338.VAA27430@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/systat vmstat.c In-reply-to: Your message of "Fri, 08 Nov 1996 04:56:40 PST." <199611081256.EAA01202@freefall.freebsd.org> Date: Fri, 08 Nov 1996 21:38:43 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > Log: > Wow, make the vmstat display actually usable! This is a cosmetic > fix, but low-impact and worth the comeasurate risk. I [jkh] can't even > test it in -current since systat's vmstat display is completely broken > there at the moment, printing out: "The alternate system clock has died!" Show this to Bruce.. According to him, this cannot happen. The "alternate system clock" is the rtc (irq 8) and it has stopped sending the 128Hz statistics and/or 1024Hz profiling clock. It's not just vmstat that is affected, check 'ps' and 'top'.. you'll also find that anything cpu intensive through time(1) gets all it's time credited to "system" rather than part "user" and part "system". Cheers, -Peter