Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 20:14:48 -0700
From:      Chris Fedde <chris@fedde.littleton.co.us>
To:        Patrick Thomas <root@utility.clubscholarship.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: 'b' processes in vmstat climbs steadily over time... 
Message-ID:  <200203310314.g2V3EmCx019081@fedde.littleton.co.us>
In-Reply-To: <20020330183519.Y99100-100000@utility.clubscholarship.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 30 Mar 2002 18:39:20 -0800 (PST)  Patrick Thomas wrote:
 +------------------
 | A related question: how can I tell which processes are the culprits ?
 +------------------

Use 'ps -auxww' to list all the current running processes. the STAT
collum shows the process runstate. Your culprits will probably be
marked with a 'D' and not be one of the critical system processes.

Be sure to review the ps manual page since the options and display
data are quite different from Solaris.

Good Luck
--
    Chris Fedde

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?200203310314.g2V3EmCx019081>