mirror of
https://github.com/datarhei/core.git
synced 2025-10-04 15:42:57 +08:00
Add LimitMode and Resources.CPU.IsThrottling to process state
This commit is contained in:
@@ -6147,6 +6147,9 @@ const docTemplate = `{
|
||||
"last_logline": {
|
||||
"type": "string"
|
||||
},
|
||||
"limit_mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"memory_bytes": {
|
||||
"description": "deprecated, use Resources.CPU.Current",
|
||||
"type": "integer",
|
||||
@@ -6199,6 +6202,9 @@ const docTemplate = `{
|
||||
},
|
||||
"ncpu": {
|
||||
"type": "number"
|
||||
},
|
||||
"throttling": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user