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
I expect "sysstat" panel applet to display correct memory usage. When I open heavy applications to use all my memory and then close all applications, I expect to have memory usage by applications to be slightly bigger than after reboot. Tools like top, htop, mate-system-monitor show memory usage that I expect.
Current Behavior
After stopping all heavy applications, I have 6GB memory usage shown by "sysstat" applet, while other system monitors show less than 1GB. This is due to libsysstat reports incorrect values to the applet.
Possible Solution
The formula which calculates the amount of memory used by applications in libsysstat does not take into account the reclaimable memory.
A possible solution is attached. The formula is taken from htop.
Expected Behavior
I expect "sysstat" panel applet to display correct memory usage. When I open heavy applications to use all my memory and then close all applications, I expect to have memory usage by applications to be slightly bigger than after reboot. Tools like top, htop, mate-system-monitor show memory usage that I expect.
Current Behavior
After stopping all heavy applications, I have 6GB memory usage shown by "sysstat" applet, while other system monitors show less than 1GB. This is due to libsysstat reports incorrect values to the applet.
Possible Solution
The formula which calculates the amount of memory used by applications in libsysstat does not take into account the reclaimable memory.
A possible solution is attached. The formula is taken from htop.
0001-Application-memory-usage-formula-agree-with-htop.zip
Steps to Reproduce (for bugs)
See "Expected Behavior".
Context
I would like to receive adequate information about memory usage.
System Information
The text was updated successfully, but these errors were encountered: