Doing a lsof, specifically,
I got a result like that (just the 2 last lines)
Is it normal ? I am asking because, I saw a post a few months ago someone was complaining because he had almost 2000 files opened by httpd and mysqld and it seemed many to him :D :D :D
Just wondering if that's normal. I didn't see anyone else to compare and I got a high %wa IO wait and I just want to find out what causes that.
Code:
[~]# lsof -n|grep -oE '^[a-z]+'|sort|uniq -c|sort -n
Code:
25001 httpd
29655 mysqld
Just wondering if that's normal. I didn't see anyone else to compare and I got a high %wa IO wait and I just want to find out what causes that.