Changes for version 0.21_01
- WHOA a lot of changes...
- All options are lowercase now! The key names are now lowercase as well! For compatibilities the old options are still available. As example: CpuStats is now cpustats.
- Added Sys::Statistics::Linux::Compilation
- get() now returns a Sys::Statistics::Linux::Compilation object. You can access the statistics now via $stat->cpustats or $stat->{cpustats}. The adventage is object oriented access to the statistics and that the statistics are not stored into the Sys::Statistics::Linux object any more. That's a bit more memory friendly.
Modules
Front-end module to collect system statistics
Statistics compilation.
Collect linux cpu statistics.
Collect linux disk statistics.
Collect linux disk usage.
Collect linux file statistics.
Collect linux load average statistics.
Collect linux memory informations.
Collect linux net statistics.
Collect linux paging and swapping statistics.
Collect linux load average statistics.
Collect linux process statistics.
Collect linux socket statistics.
Collect linux system informations.