Re: Procfs
- From: Anees <anees.haider@xxxxxxxxx>
- Date: Wed, 4 Mar 2009 04:00:52 -0800 (PST)
On Mar 4, 4:45 pm, Andrew Reilly <andrew-newsp...@xxxxxxxxxxxx
users.org> wrote:
On Wed, 04 Mar 2009 03:16:38 -0800, Anees wrote:
How to know any process open files and read address space in FreeBSD ?
as we can do in Linux by navigating Procfs. Is there any such way in
FreeBSD.
I generally use lsof or fstat for the former, and gdb for the second, but
I also have procfs mounted on /proc; can't remember why, but I'm sure
that some things that I use depend on it (probably because they were
written for linux...) There's a whole family of *stat commands that are
useful for finding out various things about a running FreeBSD system.
There's also some things that are best discovered through sysctl.
Cheers,
--
Andrew
Thank you. :)
.
- References:
- Procfs
- From: Anees
- Re: Procfs
- From: Andrew Reilly
- Procfs
- Prev by Date: Re: Procfs
- Next by Date: Re: Procfs
- Previous by thread: Re: Procfs
- Next by thread: Re: Procfs
- Index(es):
Relevant Pages
|