mmcpu4j, Linux cpu monitor for Java
- Timing loading of CPU load from /proc/stat file (done)
- Monitoring each CPU load and callbak the handler on event (done)
- The Timing interval, load threshold, continous overload are configurable (done)
- Monitoring CPU load of the current process and threads and callbak the handler on event
- Mapping Java threads to native threads id and monitoring
- Catch block process
- Enable stop
- ...