You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
I'm using pterodactyl panel on linux to run my servers and noticed that server metrics reports the total memory usage to be 0.
It seems like Rust's native dll returns the wrong value trough SystemInfoEx.systemMemoryUsed.
One possible way to avoid this issue would be to get the list of processes and sum their memory usage like this.
Not sure whether there are any downsides or a better solution, but I think it would be worth it to look into a new way of getting the memory usage on linux systems.