From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 14 22:27:00 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 558A916A4CE for ; Tue, 14 Dec 2004 22:27:00 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9E443D2D for ; Tue, 14 Dec 2004 22:26:59 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iBEMQxoq037346; Tue, 14 Dec 2004 16:26:59 -0600 (CST) (envelope-from dan) Date: Tue, 14 Dec 2004 16:26:59 -0600 From: Dan Nelson To: Vlad GALU Message-ID: <20041214222658.GE37432@dan.emsphone.com> References: <965002013.20041214123345@stickit.nu> <20041214095521.GA65343@shagged.org> <79722fad04121401572488731c@mail.gmail.com> <20041214152346.GC37432@dan.emsphone.com> <79722fad0412141400503434ff@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <79722fad0412141400503434ff@mail.gmail.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org Subject: Re: counting total PIDs since the server been started X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:27:00 -0000 In the last episode (Dec 15), Vlad GALU said: > On Tue, 14 Dec 2004 09:23:46 -0600, Dan Nelson wrote: > > Most Unixes provide these stats under the "vmstat -s" command also. > > It'd be nice if Linux had something like that. However, I've been > able to reproduce the desired effect by issuing "cat /proc/stat | > grep processes". Linux (debian at least) puts the fork count at the bottom of its "vmstat -s" output, and "vmstat -s | grep forks" matches "grep processes /proc/stat". -- Dan Nelson dnelson@allantgroup.com