Maven Resource Usage
constructor(@Json(name = "totalMemory" ) totalMemory: Long? = null, @Json(name = "total" ) total: ResourceUsageBreakdown? = null, @Json(name = "nonExecution" ) nonExecution: ResourceUsageBreakdown? = null, @Json(name = "execution" ) execution: ResourceUsageBreakdown? = null)
Parameters
total Memory
The physical memory of the system in bytes. Can be null
if the metrics could not be captured.
total
non Execution
execution