summaryrefslogtreecommitdiffstats
path: root/perl/perl-Sys-MemInfo/README
diff options
context:
space:
mode:
author GenoBob <geno.bob@gmail.com>2017-03-29 23:59:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 06:57:05 +0700
commit1d63616d2c010355f696e56063f181dd9055b20a (patch)
treeeff8c1553552ed046d9004b87f28b84275351501 /perl/perl-Sys-MemInfo/README
parent1d98530d3eb719aa1040de3295b5ba5063e72bb0 (diff)
downloadslackbuilds-1d63616d2c010355f696e56063f181dd9055b20a.tar.gz
slackbuilds-1d63616d2c010355f696e56063f181dd9055b20a.tar.xz
perl/perl-Sys-MemInfo: Added (total free and used memory).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sys-MemInfo/README')
-rw-r--r--perl/perl-Sys-MemInfo/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Sys-MemInfo/README b/perl/perl-Sys-MemInfo/README
new file mode 100644
index 0000000000..b3d98ea725
--- /dev/null
+++ b/perl/perl-Sys-MemInfo/README
@@ -0,0 +1,5 @@
+Sys::MemInfo returns the total amount of free and used memory in bytes
+in totalmem and freemem variables.
+
+Total amount of free and user swap memory are also returned in totalswap
+and freeswap variables.