diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-29 16:34:40 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:56 -0500 |
commit | 473bd409255aae48605ed9dc2edb691ed1d2133f (patch) | |
tree | 308ae522d5339ba788a2f81fa978c31ee68db934 /libraries/libstatgrab/README | |
parent | c6a03b745a857a36f3e1a19f6e8136d48be47176 (diff) | |
download | slackbuilds-473bd409255aae48605ed9dc2edb691ed1d2133f.tar.gz |
libraries/libstatgrab: Added (system statistics library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libstatgrab/README')
-rw-r--r-- | libraries/libstatgrab/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libstatgrab/README b/libraries/libstatgrab/README new file mode 100644 index 0000000000..9223f53316 --- /dev/null +++ b/libraries/libstatgrab/README @@ -0,0 +1,8 @@ +libstatgrab (system statistics library) + +libstatgrab is a library that provides cross platform access to +statistics about the system on which it's run. +It's written in C and presents a selection of useful interfaces which +can be used to access key system statistics. +The current list of statistics includes CPU usage, memory utilisation, +disk usage, process counts, network traffic, disk I/O, and more. |