Mwnci process functions that are not part of the builtin functions can be loaded with
include("ps")
Functions
Command | Definition |
getpname() | Returns the process name of a given process id (Pid). |
pnametopid() | Returns the process id (Pid) of a given process name. |
process() | Returns information about active processes. |
procexists() | Returns true if a process id exists |
procstat() | Returns simpler information about active processes. |