diff options
author | Dušan Stefanović <stefanovic.dusan@gmail.com> | 2010-05-12 23:33:48 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 23:33:48 +0200 |
commit | 511306c9752bd8a43481e8cc9399c38899fc9006 (patch) | |
tree | d410eeb275d718fe7b93f8c58216de2f1145b633 /system/smem/README | |
parent | faac87b4f4ed91e6db7d93d4075046dfa323413d (diff) | |
download | slackbuilds-511306c9752bd8a43481e8cc9399c38899fc9006.tar.gz |
system/smem: Added to 12.2 repository
Diffstat (limited to 'system/smem/README')
-rw-r--r-- | system/smem/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/smem/README b/system/smem/README new file mode 100644 index 0000000000..0fbcf46690 --- /dev/null +++ b/system/smem/README @@ -0,0 +1,8 @@ +smem memory reporting tool + +smem is a tool that can give numerous reports on memory usage on Linux +systems. Unlike existing tools, smem can report proportional set size +(PSS), which is a more meaningful representation of the amount of +memory used by libraries and applications in a virtual memory system. + +Optional dependency: matplotlib (for chart generation) |