CPU Usage per Host (last 24h)

Percentage of CPU usage per host in the previous 24 hours.

Multi-Tenant Performance line

Details

IDhost-cpu-line
Widget Typeline
Data Typesystem
From Version6.1.0
PredefinedYes

Query

host.cpu
{
 "id": "host-cpu-line",
 "version": -1,
 "fromVersion": "6.1.0",
 "name": "CPU Usage per Host (last 24h)",
 "description": "Percentage of CPU usage per host in the previous 24 hours.",
 "dataType": "system",
 "widgetType": "line",
 "query": "host.cpu",
 "isPredefined": true,
 "params": {
  "groupBy": [
   "host"
  ],
  "timeFrame": "minutes"
 },
 "size": 1440,
 "dateRange": {
  "period": {
   "byTo": "",
   "byFrom": "minutes",
   "toValue": null,
   "fromValue": 60,
   "field": ""
  }
 }
}