If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
This item is not supported in the beta versions. please use this item:
proc.num[<name> <,user> <,state>].
where Process name, user and state is optional.
If name, user or state is missing all process is counted.
Example:Number of all processes running under user "root".
proc.num[,root].
Comment