Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2013-08-23 | 1.1 kB | |
JPoorMansPerformanceAndEventLogging-1.0.2-src.zip | 2013-08-23 | 18.0 kB | |
JPoorMansPerformanceAndEventLogging-1.0.1-src.zip | 2013-05-08 | 17.2 kB | |
Totals: 3 Items | 36.3 kB | 0 |
Project Home
About the Java Poor Man's Performance And Event Logging Library
This library was written to facilitate: - Logging CPU loading over time - Recording the beginning and end of events that take place over time
The library creates a log file in either of two sub-directories depending on whether CPU loading or events are being logged.
The names of the log files include the IP address of the CPU to make it easy to aggregate information from multiple nodes without worrying about having to rename the log files.
The CPU load reporter should work on a variety of operating systems.
It does this by utilizing the services of Hyperic's SIGAR libraries.
See http://www.hyperic.com/products/sigar
Change History
1.0.2 - Added setter and getters for the log file name prefix and postfix
1.0.1 - Added a flush method to AnalysisEvent so that events are written to disk even if the log file is not closed.
1.0
- Initial