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

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