i have a lot of default items that wont work on freebsd4.3 so i am trying to make up some userParameter entrys do do some..
I have added UserParameter=process[all],ps -eax|grep http|wc -w to get total processes`s.
The output is from comand line
ps -eax | grep http | wc -w
47
is there something im missing.
Any help would be appeciated.
I have added UserParameter=process[all],ps -eax|grep http|wc -w to get total processes`s.
The output is from comand line
ps -eax | grep http | wc -w
47
is there something im missing.
Any help would be appeciated.
Comment