-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Question] Is RAM percentage displayed on dashboard based on available or free RAM #100
Comments
Hi @Buco7854 - As far I can tell, the lib node-os-utils call
then mem % :
with freeMem being from the default os node package https://nodejs.org/api/os.html#osfreemem |
We may change that by using a better maintain package, systeminformation, that does offer the possibility to exclude swap |
I see, just wanted to know regarding the stats I had. That would be awesome but not like it's a priority. Thank you. |
Added to backlog #101 |
Sometimes RAM is being used for cache and can appear as RAM being used when its actually available (can see that using
free -h
). Does SquirelServersManager display the RAM actually being used or does it exclude "Cached RAM".The text was updated successfully, but these errors were encountered: