mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Add LimitMode and Resources.CPU.IsThrottling to process state
This commit is contained in:
@@ -6139,6 +6139,9 @@
|
||||
"last_logline": {
|
||||
"type": "string"
|
||||
},
|
||||
"limit_mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"memory_bytes": {
|
||||
"description": "deprecated, use Resources.CPU.Current",
|
||||
"type": "integer",
|
||||
@@ -6191,6 +6194,9 @@
|
||||
},
|
||||
"ncpu": {
|
||||
"type": "number"
|
||||
},
|
||||
"throttling": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user