How to monitor process resource usage in HAOS? #2091
Unanswered
ackstorm23
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There does not seem to be a way to monitor the cpu and memory utilization of processes running on HAOS
All solutions I see use add-ons which run in docker container and therefore cannot see anything but their own containers, which makes them completely ineffective at troubleshooting problems
I currently have a python3 out-of-memory problem that happens about once a week, and I cannot discover which python3 process it is consuming the memory because of this.
Beta Was this translation helpful? Give feedback.
All reactions