youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/ceph/_meta/testdata/osd_df_sample_response.json

51 lines
1.4 KiB
JSON

{
"output": {
"nodes": [
{
"crush_weight": 0.048691,
"depth": 2,
"device_class": "hdd",
"id": 0,
"kb": 52325356,
"kb_avail": 51245860,
"kb_used": 1079496,
"name": "osd.0",
"pgs": 0,
"pool_weights": {},
"reweight": 1.0,
"type": "osd",
"type_id": 0,
"utilization": 2.063046,
"var": 1.0
},
{
"crush_weight": 0.048691,
"depth": 2,
"device_class": "hdd",
"id": 1,
"kb": 52325356,
"kb_avail": 51245860,
"kb_used": 1079496,
"name": "osd.1",
"pgs": 0,
"pool_weights": {},
"reweight": 1.0,
"type": "osd",
"type_id": 0,
"utilization": 2.063046,
"var": 1.0
}
],
"stray": [],
"summary": {
"average_utilization": 2.063046,
"dev": 0.0,
"max_var": 1.0,
"min_var": 1.0,
"total_kb": 104650712,
"total_kb_avail": 102491720,
"total_kb_used": 2158992
}
},
"status": "OK"
}