diff options
author | Luke Macken <lmacken@redhat.com> | 2008-01-14 16:18:39 -0500 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2008-01-14 16:18:39 -0500 |
commit | eba6728cafe7abe1620705168a82697f5dea3add (patch) | |
tree | f21f68c4477653c166fc469a7e20377fa7ab1677 /func/minion | |
parent | 77180c290a1c63ece0add59b9d0869d59a2cce30 (diff) | |
download | func-eba6728cafe7abe1620705168a82697f5dea3add.tar.gz func-eba6728cafe7abe1620705168a82697f5dea3add.tar.xz func-eba6728cafe7abe1620705168a82697f5dea3add.zip |
Give props to Pádraig Brady for his ps_mem.py work, and update the AUTHORS file
Diffstat (limited to 'func/minion')
-rw-r--r-- | func/minion/modules/process.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/func/minion/modules/process.py b/func/minion/modules/process.py index 4c75251..92c6d6a 100644 --- a/func/minion/modules/process.py +++ b/func/minion/modules/process.py @@ -1,3 +1,4 @@ +## -*- coding: utf-8 -*- ## ## Process lister (control TBA) ## @@ -64,7 +65,7 @@ class ProcessModule(func_module.FuncModule): ["52.3 MiB", "10.8 MiB", "63.0 MiB", "liferea-bin"] ["171.6 MiB", "11.9 MiB", "183.5 MiB", "firefox-bin"]] - Taken from the ps_mem.py script written by P draigBrady com + Taken from the ps_mem.py script written by Pádraig Brady. http://www.pixelbeat.org/scripts/ps_mem.py """ import os |