You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kubernetes/kind-freelens.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,15 @@ Example response:
45
45
"status": "ok",
46
46
"service": {
47
47
"name": "pypnm-docsis",
48
-
"version": "1.4.2.0"
48
+
"version": "1.4.3.0"
49
49
},
50
50
"uptime": {
51
51
"starttime": 1773640097,
52
52
"uptime": 1
53
53
},
54
+
"memory": {
55
+
"rss_bytes": 12582912
56
+
},
54
57
"data": {
55
58
"path": ".data",
56
59
"size_bytes": 1761579619,
@@ -68,6 +71,8 @@ Example response:
68
71
}
69
72
```
70
73
74
+
`memory.rss_bytes` reports the current resident memory used by the running PyPNM process in bytes.
75
+
71
76
If the returned `service.version` is older than expected, verify the tag used in the deploy command and confirm the namespace matches the running deployment.
0 commit comments