System CPU Metricsetedit

The System cpu metricset provides CPU statistics.

This metricset is available on:

  • Darwin
  • FreeBSD
  • Linux
  • OpenBSD
  • Windows

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2016-05-23T08:05:34.853Z",
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "metricset": {
        "module": "system",
        "name": "cpu",
        "rtt": 115
    },
    "system": {
        "cpu": {
            "idle": {
                "pct": 0.852,
                "ticks": 44421033
            },
            "iowait": {
                "pct": 0,
                "ticks": 159735
            },
            "irq": {
                "pct": 0,
                "ticks": 0
            },
            "nice": {
                "pct": 0,
                "ticks": 0
            },
            "softirq": {
                "pct": 0,
                "ticks": 14070
            },
            "steal": {
                "pct": 0,
                "ticks": 0
            },
            "system": {
                "pct": 0.0408,
                "ticks": 305704
            },
            "user": {
                "pct": 0.1071,
                "ticks": 841974
            }
        }
    },
    "type": "metricsets"
}