I noticed that the memory information shown at the router's web GUI ("Network Map > System Status") is different from the one shown by "/proc/meminfo".
I read somewhere that the web GUI used information from "free" command, but the amounts are different as well.
GUI
Why does GUI shows total, used and free memory so different from meminfo?
How is the web GUI information is collected?
Thanks
I read somewhere that the web GUI used information from "free" command, but the amounts are different as well.
GUI
Code:
# free
total used free shared buffers cached
Mem: 440420 240544 199876 1624 5404 43320
-/+ buffers/cache: 191820 248600
Swap: 0 0 0
Why does GUI shows total, used and free memory so different from meminfo?
How is the web GUI information is collected?
Thanks
Last edited: