Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: display available memory instead of used+buffers/cache #152

Open
trumbaut opened this issue Jan 10, 2020 · 0 comments
Open

Comments

@trumbaut
Copy link
Contributor

Currently, memory usage is shown based on used + buffers/cache counters (https://github.com/OutsideIT/FireMotD/blob/master/FireMotD#L401), for example:

Memory -> Free: 0.22GB (1%), Used: 31.03GB (99%), Total: 31.26GB

This is confusing for less experienced users (cfr. https://www.linuxatemyram.com/). It might be useful to display available memory instead/too, based on the available parameter of the free command:

$ free -g
              total        used        free      shared  buff/cache   available
Mem:             31          16           0           0          14          13
Swap:             1           0           1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants