Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disk IO metrics to Metricbeat #1620

Merged
merged 2 commits into from May 12, 2016
Merged

Conversation

andrewkroh
Copy link
Member

With the help of gopsutil v2.0.0 this adds disk IO metrics to Metricbeat for Linux,
Windows, and FreeBSD.

Sample event:

{
    "@timestamp": "2016-05-11T23:25:32.317Z",
    "beat": {
        "hostname": "5ff05546664c",
        "name": "5ff05546664c"
    },
    "metricset": "disk",
    "module": "system",
    "rtt": 17082,
    "system-disk": {
        "io_time": 21110,
        "name": "sda2",
        "read_bytes": 160079872,
        "read_count": 21292,
        "read_time": 20070,
        "write_bytes": 799186944,
        "write_count": 3208,
        "write_time": 90070
    },
    "type": "metricsets"
}

With the help of gopsutil v2.0.0 this adds disk IO metrics to Metricbeat for Linux,
Windows, and FreeBSD.
@ruflin ruflin merged commit 25ab45a into elastic:master May 12, 2016
@ruflin
Copy link
Member

ruflin commented May 12, 2016

Awesome :-)

@ruflin ruflin mentioned this pull request May 12, 2016
@andrewkroh andrewkroh deleted the feature/mb/disk-io branch July 15, 2016 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants