Witam
Mam VPS z direct adminem. Posiadam na nim 3 strony. Szukam informacji na temat sprawdzenia zużycia procesów dla tych poszczególnych stron
dająć komendę ps aux |grep httpd
mam takie o to procesy:
root@server:~# ps aux|grep httpd
root 30713 0.0 0.3 140008 10188 ? Ss 19:30 0:00 /usr/sbin/httpd -k start -DSSL
apache 30717 0.0 0.2 140008 6324 ? S 19:30 0:00 /usr/sbin/httpd -k start -DSSL
apache 30718 0.0 0.2 140008 6324 ? S 19:30 0:00 /usr/sbin/httpd -k start -DSSL
apache 30719 0.0 0.2 140008 6324 ? S 19:30 0:00 /usr/sbin/httpd -k start -DSSL
apache 30720 0.0 0.2 140008 6324 ? S 19:30 0:00 /usr/sbin/httpd -k start -DSSL
apache 30721 0.0 0.2 140008 6324 ? S 19:30 0:00 /usr/sbin/httpd -k start -DSSL
root 30750 0.0 0.0 7748 952 pts/1 S+ 19:31 0:00 grep httpd
Pytanie jest następujące - w jaki sposób sprawdzić której strony używa proces o nr 30721 , a której np 30750 , skoro wszystkie są podpisane jako /usr/sbin/httpd ?