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

ram usage is wrong with free #84

Open
emmanuelvargasiress opened this issue Jan 19, 2023 · 0 comments
Open

ram usage is wrong with free #84

emmanuelvargasiress opened this issue Jan 19, 2023 · 0 comments

Comments

@emmanuelvargasiress
Copy link

Hello

thanks for this plugin ;)
just to mention on linux the calculation of the mem percent is wrong on linux host:

             total       used       free     shared    buffers     cached
Mem:         32114      29568       2546        680       1017      25988
-/+ buffers/cache:       2561      29552
Swap:        15258         25      15233

in the current calculation you are using only the "Mem" line but you need to use the "-/+ buffers/cache:" line to calculate the "real" memory usage

"free -/+ buffers/cache * 100 / Mem Total"
(in the example above : 29552 * 100 / 32114)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant