ESP32 Forum
ESP32 Official Forum
http://esp32.io/
Get the realtime RAM, CPU and Flash memory usage
http://esp32.io/viewtopic.php?f=13&t=32304
Page
1
of
1
Get the realtime RAM, CPU and Flash memory usage
Posted:
Thu Feb 23, 2023 4:06 pm
by
Omar.M
I want to get the Realtime percentage of RAM, CPU and Flash memory usage so that i can monitor the ESP32 health check.
Re: Get the realtime RAM, CPU and Flash memory usage
Posted:
Fri Feb 24, 2023 11:35 am
by
MicroController
Except for RAM (heap) usage (
https://docs.espressif.com/projects/esp ... e8uint32_t
) it's not trivial.
For CPU, check
https://esp32.com/viewtopic.php?t=3536