addedOutput schema / $defs
Added value: +{
+ "MpProcess": {
+ "additionalProperties": true,
+ "properties": {
+ "etime": {
+ "default": "",
+ "title": "Etime",
+ "type": "string"
+ },
+ "heartbeat_age_s": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Heartbeat Age S"
+ },
+ "is_orphaned": {
+ "default": false,
+ "title": "Is Orphaned",
+ "type": "boolean"
+ },
+ "is_self": {
+ "default": false,
+ "title": "Is Self",
+ "type": "boolean"
+ },
+ "orphan_reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Orphan Reason"
+ },
+ "parent_alive": {
+ "default": false,
+ "title": "Parent Alive",
+ "type": "boolean"
+ },
+ "pid": {
+ "title": "Pid",
+ "type": "integer"
+ },
+ "ppid": {
+ "default": 0,
+ "title": "Ppid",
+ "type": "integer"
+ },
+ "rss_kb": {
+ "default": 0,
+ "title": "Rss Kb",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "pid"
+ ],
+ "title": "MpProcess",
+ "type": "object"
+ }
+}
addedOutput schema / description
Added value: +"Snapshot of every running thread-keeper server process on the host."
addedOutput schema / properties / live
Added value: +{
+ "default": 0,
+ "title": "Live",
+ "type": "integer"
+}
addedOutput schema / properties / orphans
Added value: +{
+ "default": 0,
+ "title": "Orphans",
+ "type": "integer"
+}
addedOutput schema / properties / processes
Added value: +{
+ "items": {
+ "$ref": "#/$defs/MpProcess"
+ },
+ "title": "Processes",
+ "type": "array"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / rss_total_mb
Added value: +{
+ "default": 0,
+ "title": "Rss Total Mb",
+ "type": "integer"
+}
addedOutput schema / properties / total
Added value: +{
+ "default": 0,
+ "title": "Total",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"mp_healthOutput"New value: +"MpHealth"