{
"id": "observability/vmstat",
"family": "resource-vm",
"description": "Compact vmstat output while preserving run queue, memory, swap, and io columns.",
"match": {
"toolNames": ["exec"],
"argv0": ["vmstat"]
},
"transforms": {
"stripAnsi": true,
"dedupeAdjacent": true,
"trimEmptyEdges": true
},
"summarize": {
"head": 8,
"tail": 6
},
"failure": {
"preserveOnFailure": true,
"head": 10,
"tail": 10
},
"counters": [
{
"name": "warning",
"pattern": "swpd|cache|wa|st",
"flags": "i"
}
]
}