You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cpu load is collected from com.sun.management.OperatingSystemMXBean for Oracle JVMs, and from com.ibm.lang.management.OperatingSystemMXBean for IBM JVMs.
Since these classes are packaged in different JDKs, stub classes are created in optional packages under java-ibm and java-oracle directories under src/main/java to get the collector classes that reference the OperatingSystemMXBeans to compile.
These stub classes are there only for compilation, and are not packaged.
At runtime, the pinpoint agent detects it's current JVM and loads the appropriate collector classes which in turn will link the correct implementation of OperatingSystemMXBean.
related issue : Fixing profiler monitoring for different JVM
The text was updated successfully, but these errors were encountered: