Open Files Count
To get a count of the open file descriptors, you can use the following command:
lsof | wc -l
The output should not be more than the ulimit value which you can get with the following command:
ulimit -n
To get a count of the open file descriptors, you can use the following command:
lsof | wc -l
The output should not be more than the ulimit value which you can get with the following command:
ulimit -n