Date: Thu, 04 Nov 1999 00:31:15 -0800 (PST) From: Alex Zepeda <jazepeda@pacbell.net> To: "Matthew N. Dodd" <winter@jurai.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: kstat - an API for gathering kernel stats Message-ID: <Pine.BSF.4.10.9911040030510.254-100000@localhost> In-Reply-To: <Pine.BSF.4.20.9911040251030.18969-100000@sasami.jurai.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Nov 1999, Matthew N. Dodd wrote: > On Wed, 3 Nov 1999, Arun Sharma wrote: > > A user program makes a system call with this string "cpu.system" to get > > the current value of user/system/nice time etc. > > How is this different from doing: > > # sysctl -a | grep load > vm.loadavg: { 0.15 0.09 0.04 } How is that different from doing: sysctl vm.loadavg? - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911040030510.254-100000>