WARNING: Version 5.5 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
System Load Metricset
editSystem Load Metricset
editThe System load
metricset provides load statistics.
This metricset is available on:
- Darwin
- FreeBSD
- Linux
- OpenBSD
Fields
editFor 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": { "host": "localhost", "module": "system", "name": "load", "rtt": 115 }, "system": { "load": { "1": 1.09, "15": 0.49, "5": 0.65, "norm": { "1": 0.545, "15": 0.245, "5": 0.325 } } }, "type": "metricsets" }