v1

latestOpenAPI 3.0.3Apache-2.02026-07-179814.8 KB
System Metrics

Get current CPU usage

Retrieve the current CPU usage percentage

get/api/cpu/current

Response

Current CPU usage

timestring

Unix timestamp in milliseconds

percentnumber float

CPU usage percentage (0-100)

Example response

{
  "time": "1700000000000",
  "percent": 25.5
}