Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 12:03:44 -0800
From:      "Bob Cazzell" <bcazzell@rezn8.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: /Proc usage = 100%?
Message-ID:  <000b01c0b954$86fc3180$4b1419ac@rezn8.com>
In-Reply-To: <20010330203704.A19376@tethys.valhalla.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks everyone, that makes things clearer!

Bob

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Drayton
Sent: Friday, March 30, 2001 11:37 AM
To: freebsd-questions@FreeBSD.ORG
Subject: Re: /Proc usage = 100%?


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

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?000b01c0b954$86fc3180$4b1419ac>