summaryrefslogtreecommitdiffstats
path: root/modules/process.py
Commit message (Expand)AuthorAgeFilesLines
* Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-241-4/+4
* Remove header from ps outputMichael DeHaan2007-09-241-1/+1
* Added kill and pkill to the process moduleMichael DeHaan2007-09-211-1/+12
* Process module. Accepts flags to PS, returns nicely formatted tabular output.Michael DeHaan2007-09-211-0/+57