diff options
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. |