Find out how many open files by all processes

Contributed by gandalf on October 22, 2003 under Solaris system administration

Find out how many files are currently opened by all processes combined. The /proc filesystem contains these details on a per process basis. The /usr/proc/bin/pfiles tool lists the opened files by a process. A combination of both in a loop should give the results

Comments Continue reading...