Hi everyone,
I’m trying to figure out how to measure the memory usage of the kernel at runtime. Specifically, I’d like to know how to get detailed statistics such as:
Thanks in advance!
I’m trying to figure out how to measure the memory usage of the kernel at runtime. Specifically, I’d like to know how to get detailed statistics such as:
- total memory used by the kernel
- heap memory
- stack memory
- physical memory
- swapped memory
- mapped memory
- resident memory
Thanks in advance!