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
The Memory plugin collects physical memory utilization.
The values are reported by their use by the operating system. Under Linux, the categories are:
Used
Buffered
Cached
Free
Free memory is memory you paid for, that's using power and that doesn't do anything useful. It is normal that the operating system puts that memory to use, for example by caching files it has accessed (reported as Cached under Linux).
Virtual memory statistics can be collected with the vmem plugin under Linux.