diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-25 08:30:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-25 10:04:51 +0700 |
commit | 4e55e3d68b2a887eb38fe01af48b5e85133808a4 (patch) | |
tree | 18b9449932398f3747defac46fffe2dcf066dc73 /python/ps_mem/README | |
parent | ad9e87a9db2eafb5eb4b93fc1d4340967d21a8fa (diff) | |
download | slackbuilds-4e55e3d68b2a887eb38fe01af48b5e85133808a4.tar.gz |
python/ps_mem: Added (list processes by memory usage).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ps_mem/README')
-rw-r--r-- | python/ps_mem/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ps_mem/README b/python/ps_mem/README new file mode 100644 index 0000000000..af331eb14a --- /dev/null +++ b/python/ps_mem/README @@ -0,0 +1,4 @@ +ps_mem (list processes by memory usage) + +ps_mem is a utility to accurately report the in core memory usage +for a program. |