Dear all,
is it possible to monitor the Ram- and CPU Usage of an single process?
THX Globes
is it possible to monitor the Ram- and CPU Usage of an single process?
THX Globes
and monitor Mem usage the same way):UserParameter=httpd[cpu],ps auxw|grep httpd|grep -v grep| awk '{s+=$3} END {print s}'
and monitor Mem usage the same way):UserParameter=httpd[cpu],ps auxw|grep httpd|grep -v grep| awk '{s+=$3} END {print s}'
Comment