This commit is contained in:
Rémy Jacquin 2025-02-04 11:50:46 +01:00 committed by GitHub
commit 4b78333224
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12261,7 +12261,92 @@
}, },
"unit": "short" "unit": "short"
}, },
"overrides": [] "overrides": [
{
"matcher": {
"id": "byName",
"options": "D"
},
"properties": [
{
"id": "displayName",
"value": "Uninterruptible Sleeping"
}
]
},
{
"matcher": {
"id": "byName",
"options": "I"
},
"properties": [
{
"id": "displayName",
"value": "Idle Kernel Thread"
}
]
},
{
"matcher": {
"id": "byName",
"options": "R"
},
"properties": [
{
"id": "displayName",
"value": "Running"
}
]
},
{
"matcher": {
"id": "byName",
"options": "S"
},
"properties": [
{
"id": "displayName",
"value": "Interruptible Sleeping"
}
]
},
{
"matcher": {
"id": "byName",
"options": "T"
},
"properties": [
{
"id": "displayName",
"value": "Stopped"
}
]
},
{
"matcher": {
"id": "byName",
"options": "X"
},
"properties": [
{
"id": "displayName",
"value": "Dead"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Z"
},
"properties": [
{
"id": "displayName",
"value": "Zombie"
}
]
}
]
}, },
"gridPos": { "gridPos": {
"h": 10, "h": 10,