public interface ResourceMonitoringService
Modifier and Type | Method and Description |
---|---|
long |
getFreeMemory() |
long |
getMaxMemory() |
long |
getTotalMemory() |
PackedMap<String,Float> |
getUsedCpuPercentPerModule()
Retrieves the CPU usage for each module from the previous monitoring cycle, expressed as a percentage.
|
PackedMap<String,Float> |
getUsedMemoryPercentPerModule()
Retrieves the RAM usage values expressed as a percentage (a value between 0 and 1.0).
|
PackedMap<String,Long> |
getUsedMemoryPerModule()
Retrieves the current RAM usage for each module.
|
long getFreeMemory()
long getMaxMemory()
long getTotalMemory()
PackedMap<String,Float> getUsedCpuPercentPerModule()
PackedMap<String,Float> getUsedMemoryPercentPerModule()
The percentage indicates the ratio between a module's current heap consumption and the total heap.