Changes for version 1.13

  • Formatting and actualize the documentation - thanks to SAPER for his report and patch. Did a bit more... Changed the keys MemUsedPro and SwapUsedPro from MemStats to MemUsedPer and SwapUsedPer (Per = Percent). Further changed the key UsagePro from DiskStats to UsagePer. Thanks to Chris in this case - cheers :-) Changed the keys fHandlesAlloc, fHandlesFree, fHandlesMax, iNodesAlloc, iNodesFree, iNodesMax to fhAlloc, fhFree, fhMax, inAlloc, inFree, inMax. I hope that was the last change of keys. I give me strives! Fixed the bug in CountCPUs of SysStats - thanks to Albert Graham for his report. I don't know why I started the counting of CPUs with -1. Now it starts normal. Further I kicked the CPU_Power and ModelName of SysInfo, because the style of /proc/cpuinfo is to different on many architectures. Did some syntax improvements. Closing filehandles and changed the %file keys hostname, domain, kernel, release and version to Hostname, Domain, Kernel, Release and Version to run it in a for-loop in SysInfo. The functions new() and getStats() are not exported as default any more. Added Examples/ and removed Checks/ directory. In Examples are now the most examples from the manpage.

Modules

Collect linux system statistics.