Skip to content

Get CPU Information

This gives information about your CPU usage.


GET /device/cpu

Example

CPU

curl -XGET http://localhost:8882/device/cpu
results = mq.index("my-index").get_cpu_info()

Response: 200 OK

{
  "cpu_usage_percent": "1.0 %",
  "memory_used_percent": "70.0 %",
  "memory_used_gb": "11.2"
}