Does zephyr support memory monitoring function such as 'top' command on linux? #37567
Unanswered
hajeongcho
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.
-
Hello,
I'd like to know the size of the actual used memory, but I only know that I can check the static usage size at build time in zephyr (with 'west build -t ram_report' command)
So, I want memory monitoring like 'top' command on linux. Is there any way to figure out actual memory usage?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions