I see that you've already received a response on how to check memory usage in other threads.
Here are a few additional points:
- HTOP provides a more user-friendly interface, and you can install and use it with the following commands:
opkg update && opkg install htop
htop
# Then you can sort by clicking the MEM column
- If you want to track memory usage over time, you can consider installing
luci-app-statistics:
opkg update && opkg install luci-app-statistics
Afterwards, you can configure and use it in LuCI → Statistics.
