Operating System - Linux
1752749 Members
5224 Online
108789 Solutions
New Discussion

Re: Check live kernel parameter usage

 
SOLVED
Go to solution
CharliePuyol
Advisor

Check live kernel parameter usage

Does anybody know if there is a command or any script that I can use similar to the kcusage in HP-UX 11.31, that lists the live usage of the kernel parameters. It is a RHEL 5 rel 4.

I specific wnat to know the live value of open files.

Thanks!!!
1 REPLY 1
John Guster
Trusted Contributor
Solution

Re: Check live kernel parameter usage

lsof|wc -l will tell how many files open for all active processes.