
definitions.CpuMetricsPost.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onos-app-cpman Show documentation
Show all versions of onos-app-cpman Show documentation
Control Plane Management Application
{
"type": "object",
"required": [
"cpuLoad",
"totalCpuTime",
"sysCpuTime",
"userCpuTime",
"cpuIdleTime"
],
"properties": {
"cpuLoad": {
"type": "integer",
"format": "int64",
"example": "50"
},
"totalCpuTime": {
"type": "integer",
"format": "int64",
"example": "2000"
},
"sysCpuTime": {
"type": "integer",
"format": "int64",
"example": "2000"
},
"userCpuTime": {
"type": "integer",
"format": "int64",
"example": "2000"
},
"cpuIdleTime": {
"type": "integer",
"format": "int64",
"example": "2000"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy