udda / multiload-ng

Modern graphical system monitor for any panel
http://udda.github.io/multiload-ng
GNU General Public License v2.0
147 stars 22 forks source link

Improve memory stats #85

Open haarp opened 3 months ago

haarp commented 3 months ago

Add Shared to memory graph change memory calculation to mirror htop's (don't count shared as cached)

-> "Count Slab cache" option will become useless!

References:

https://stackoverflow.com/a/41251290 https://github.com/htop-dev/htop/blob/3.3.0/linux/LinuxMachine.c#L199-L218