System fsstat metricsetedit

The System fsstat metricset provides overall file system statistics.

This metricset is available on:

  • FreeBSD
  • Linux
  • macOS
  • OpenBSD
  • Windows

Configurationedit

filesystem.ignore_types - A list of filesystem types to ignore. Metrics will not be collected from filesystems matching these types. This setting also affects the filesystem metricset. If this option is not set, metricbeat ignores all types for virtual devices in systems where this information is available (e.g. all types marked as nodev in /proc/filesystems in Linux systems).

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": "2017-10-12T08:05:34.853Z",
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "metricset": {
        "module": "system",
        "name": "fsstat",
        "rtt": 115
    },
    "system": {
        "fsstat": {
            "count": 37,
            "total_files": 4315786607,
            "total_size": {
                "free": 58327575072768,
                "total": 128010997239808,
                "used": 69683422167040
            }
        }
    }
}