Changes for version 0.09_14
- Code fixes.
Changes for version 0.09_13
- Did some fixes in DiskStats.pm, because the error message "... no diskstats found ..." is ever issued. Did some fixes in fproc() and search() of Linux.pm.
Changes for version 0.09_12
- Changed search() and fproc(). Now statistics can be set as second argument. The first argument have to be the search filter. Both arguments have to be a hash refrence.
Changes for version 0.09_11
- To much files uploaded. :-)
Changes for version 0.09_10
- Fixed the "Can't call method _struct" bug in Linux.pm line 419. "new" from ProcStats is float now. Did some fixes in ProcStats, NetStats, PgSwStats and DiskStats... wrong averages/s calculated.
Changes for version 0.09_09
- Delete key "pid" from Processes() because it exists double times: $stats->{Processes}->{$pid}->{pid} = $pid Now all values of PgSwStats, NetStats, DiskStats and ProcStats (here only the key "new") are values per second. I break this down because it's very confusing if the statistics are just add together. Now there are all rxbyt/s or pgpgin/s or new/s. I kicked IO::File and the _load() Method from some modules because they wasn't really necessary.
Changes for version 0.09_08
- Add the method fproc() to search for processes. Add t/14fproc.t and changed other test file names. Improve the search() method and add a bit documentation.
Changes for version 0.09_06
- Improve the search() method. Now it's possible to search() for special devices and more.
Changes for version 0.09_05
- Added realfreeper to MemStats.
Changes for version 0.09_04
- The next release today. :) Added key realfree to MemStats (free + buffers + cached).
Changes for version 0.09_03
- Added key ttime to Processes (stime + utime). Fixed NetStats.t and Processes.t - missed ttbyt and ttime.
Changes for version 0.09_02
- Fixed search(). Now it returns only that statistics that matched the search string.
Changes for version 0.09_01
- A lot of changes in Linux.pm. Sub modules will only be loaded if they are needed now. Added a search() method to search for values in statistics. Now there are different options (-1, 0, 1, 2) available for the statistics. Added key ttbyt to NetStats (total bytes rx + tx).
Modules
Front-end module to collect system statistics
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.