Help understanding Memory Widget


Shu
Go to solution Solved by trurl,

Recommended Posts

1222742762_UnraidMemUtilization.png.cb36227ef274a427c8e71daec19d8cd2.png

 

Can someone help explain what these are percentages of? I assume overall utilization is the white box (added). Is Flash/Log/Docker the percent of the 12%? Are those all separate and the overall utilization is the summation of the four? I couldn't find an answer in the manual

 

Thanks!

Link to comment
  • Solution

Flash is showing % flash drive used, Log is showing % log space used, Docker is showing % docker.img used.

 

At command line

df -h

might give some more insight:

Filesystem      Size  Used Avail Use% Mounted on
...
/dev/sda1        15G  1.1G   14G   7% /boot
...
tmpfs           128M   11M  118M   9% /var/log
...
/dev/loop2       20G  9.3G  9.9G  49% /var/lib/docker

 

Also

free -h

 

               total        used        free      shared  buff/cache   available
Mem:            30Gi       5.6Gi       373Mi       1.3Gi        24Gi        23Gi

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.