chrismfz

Well-Known Member
Jul 4, 2007
127
1
68
Greece
cPanel Access Level
DataCenter Provider
Doing a lsof, specifically,
Code:
 [~]# lsof -n|grep -oE '^[a-z]+'|sort|uniq -c|sort -n
I got a result like that (just the 2 last lines)

Code:
  25001 httpd
  29655 mysqld
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.