-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
None
Currently we monitor CPU, RAM and HTTP requests/sessions but we don't monitor disk I/O operations.
As Java does not provide any native library achieving that, we can rely on Sigar (which uses an JNI wrapper).
Sigar sources can be downloaded from https://sourceforge.net/project/showfiles.php?group_id=172552
Sources and JavaDoc are not bundled into a JAR.