Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 16 Sep 2002 23:11:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 16 Sep 2002 23:11:19 -0400 Received: from h00010256f583.ne.client2.attbi.com ([66.30.243.14]:16345 "EHLO portent.dyndns.org") by vger.kernel.org with ESMTP id ; Mon, 16 Sep 2002 23:11:19 -0400 Content-Type: text/plain; charset=US-ASCII From: Lev Makhlis To: Rik van Riel , Anton Blanchard Subject: Re: [despammed] Re: [RFC] [PATCH] [2.5.35] Run Queue Statistics Date: Mon, 16 Sep 2002 23:20:58 -0400 User-Agent: KMail/1.4.2 Cc: References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: <200209162320.58419.mlev@despammed.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1340 Lines: 33 On Monday 16 September 2002 11:08 pm, Rik van Riel wrote: > On Tue, 17 Sep 2002, Anton Blanchard wrote: > > On a semi related note, vmstat wants to know the number of running, > > blocked and swapped processes. strace vmstat one day and you will see it > > currently opens /proc/*/stat (ie one open for each process) just to get > > these stats. Yet another place where the monitoring utilities disturb > > the system way too much. > > > > Can we get some things in /proc/stat to give us these numbers? Does > > "swapped" make any sense on Linux? > > Runnable can be done currently, blocked on IO is trivial once > Andrew has pushed the iowait stats to Linus. > > Swapped doesn't make any sense at the moment, but it should. > A system without load control is just too vulnerable to sudden > load spikes. If Andrew has interest I'll pick up the work I > did in that area ... > > I'll also update vmstat to just use /proc/stat instead of > looking at all /proc/*/stat files. > > cheers, > > Rik Amusingly, the number of running processes can be found in /proc/loadavg, of all places, right now. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/