OutsideIT / FireMotD

:fire: Fire Framework Linux MoTD Generator :fire:
https://outsideit.net/firemotd
GNU General Public License v3.0
174 stars 45 forks source link

Show real memory use (without buffers/cache) #57

Closed CyberKiller40 closed 6 years ago

CyberKiller40 commented 7 years ago

Current: FireMotD shows the whole allocated ram usage, which is not very useful, cause GNU/Linux systems usually allocate close to the whole available ram.

Proposed: show only the really used memory, from the "-/+ buffers/cache:" line of /usr/bin/free

willemdh commented 7 years ago

This is probably a good idea. I'll look into it.

dimon222 commented 6 years ago

Fixed with #68

CyberKiller40 commented 6 years ago

Thanks!