Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 20:37:05 +0100
From:      Mark Drayton <mark.drayton@4thwave.co.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: /Proc usage = 100%?
Message-ID:  <20010330203704.A19376@tethys.valhalla.net>
In-Reply-To: <000601c0b949$1d9a5a60$4b1419ac@rezn8.com>; from bcazzell@rezn8.com on Fri, Mar 30, 2001 at 10:42:03AM -0800
References:  <200103301804.LAA03902@miranda.dnvr.uswest.net> <000601c0b949$1d9a5a60$4b1419ac@rezn8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi

Bob Cazzell (bcazzell@rezn8.com) wrote:
> Is this normal? If not, how do you know what can be deleted from /Proc?
> 
> Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
> /dev/da0s1a    198399    26159   156369    14%    /
> /dev/da0s1e   3629255   294446  3044469     9%    /usr
> procfs              4        4        0   100%    /proc

Yes, 100% usage of /proc is completely normal. Please don't try to
delete anything! From 'man procfs':

	The process file system, or procfs, implements a view of the system
	process table inside the file system.  It is normally mounted on
	/proc, and is required for the complete operation of programs such
	as ps(1) and w(1).

It's not 'real' disk space, just a representation of the current state
of parts of the kernel.

Hope this helps,

-- 

Mark Drayton

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010330203704.A19376>