GNOME Bugzilla – Bug 117815
Multiload memory monitor isn't Linux 2.5/2.6 aware
Last modified: 2004-12-22 21:47:04 UTC
The memory monitor of the multiload applet in Gnome2.2 (called System Monitor 2.2.2 in the About box) isn't aware of the changes in /proc/meminfo from Linux 2.4 to Linux 2.5/2.6, on my system (Linux 2.6.0-test1) it always shows 0mb of RAM in use.
Could you please show the output of /proc/meminfo?
Linux 2.6.0-test4 on Debian SID: cat /proc/meminfo MemTotal: 515772 kB MemFree: 130120 kB Buffers: 35172 kB Cached: 161680 kB SwapCached: 0 kB Active: 237840 kB Inactive: 120708 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 515772 kB LowFree: 130120 kB SwapTotal: 1132500 kB SwapFree: 1132500 kB Dirty: 140 kB Writeback: 0 kB Mapped: 227928 kB Slab: 18572 kB Committed_AS: 299116 kB PageTables: 1780 kB VmallocTotal: 516024 kB VmallocUsed: 20616 kB VmallocChunk: 493712 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 4096 kB Below is the first three lines from the output generated by cat /proc/meminfo on Linux 2.4.20, these are absent in 2.5/2.6 total: used: free: shared: buffers: cached: Mem: 30162944 28852224 1310720 0 4988928 7163904 Swap: 386576384 2654208 383922176
Are there any plans or patches floating around to fix this? I've been running 2.5/2.6 for a good while now ... Thanks!
I think it would be very nice to have this fixed for 2.4.1 since there's a lot of people who are starting to use 2.6 kernels now. We have some similar patches in libgtop that might be of use. Would be nice to have those in there too for 2.4.1. Setting pri up.
Yah, this is a problem in libgtop not multiload. If we have patches them we should apply them. Moving this bug there.
*** This bug has been marked as a duplicate of 104747 ***