Rudolf-Barbu / Ward

Server dashboard that enables you to monitor and track the status of your server.
MIT License
2.26k stars 223 forks source link

Not reading RAM correctly on Synology NAS #3

Closed ItsNoted closed 4 years ago

ItsNoted commented 4 years ago

Popped the files on my Synology NAS. Everything was correct but the RAM. It was pegging out at 96% when the DSM was reading only 20% usage.

Catbirby commented 4 years ago

I have the same issue on a VPS. The VPS has 2GiB of RAM but only 1GiB is being reported

Rudolf-Barbu commented 4 years ago

Popped the files on my Synology NAS. Everything was correct but the RAM. It was pegging out at 96% when the DSM was reading only 20% usage.

Maybe problem is that project shows available ram amount, it's not same as free, 'cause free is a "exactly not used ram" it's does not see cached ram, by example. But available takes cache into account. I was checking for values with PhpSysInfo to be the same.

Rudolf-Barbu commented 4 years ago

But still project was migrated to java with external lib, i think this should solve the problem