system slowdown - vnode related

Gregory Bond gnb at itga.com.au
Tue May 27 18:02:32 PDT 2003


> 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.




More information about the freebsd-stable mailing list