Re: Show count of open files

2004-05-10 Thread Bill Moran
Karsten Fuhrmann wrote:
Hello List,
i wonder if there is a way to show how many open files there are in the 
system. Not just my files, all open files.
And how to figure out what the limit is.
"fstat" will show a list of open files.

"sysctl -a | grep file" will show you a number of kernel settings related
to files, including the max number of open files and the max number of
open files per process.
HTH.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Show count of open files

2004-05-10 Thread Karsten Fuhrmann
Hello List,
i wonder if there is a way to show how many open files there are in the 
system. Not just my files, all open files.
And how to figure out what the limit is.

Karsten Fuhrmann

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"