summaryrefslogtreecommitdiffstats
path: root/modules/process.py
Commit message (Expand)AuthorAgeFilesLines
* catch some potentially bad args to the process.kill methodAdrian Likins2007-09-251-2/+11
* Be a bit more paranoid about sub processes. BeforeAdrian Likins2007-09-251-3/+6
* pyflakes cleanupsAdrian Likins2007-09-241-1/+0
* 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