paradoxxxzero / gnome-shell-system-monitor-applet

Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates…
GNU General Public License v3.0
1.75k stars 324 forks source link

Wrong graph (right text) for swap after swapoff/swapon #756

Open pabloab opened 2 years ago

pabloab commented 2 years ago

Indicators were working fine. After a sudo swapoff -a, sudo swapon -a (not sure if a while between these commands affect) the text correctly show 0% and the graph correctly doesn't show any swap used. After a while (around 10', probably when system use swap space again) the text show the correct usage but the graph show as if it was at 100%.

image

If I disable and enable again, the issue is fixed:

image

Steps to reproduce the issue:

  1. sudo swapoff -a
  2. sudo swapon -a
  3. Wait 10' (not sure what's the trigger/cause).