Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2003 11:02:27 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        "Marc G. Fournier" <scrappy@hub.org>
Cc:        stable@freebsd.org
Subject:   Re: system slowdown - vnode related 
Message-ID:  <200305280102.LAA00949@lightning.itga.com.au>
In-Reply-To: Your message of Mon, 26 May 2003 13:12:44 -0300.

next in thread | raw e-mail | index | archive | help
> grep vnlru | grep -v grep

Handy efficiency hint:

You can replace that pair of greps with
	grep '[v]lnru'
which doesn't match the grep arg but still matches all the vlnru lines.




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