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
{{{
Executing
"psutil.swap_memory()"
on my system, the following result is received;
"sswap(total=4091871232, used=4315365376, free=-223494144, percent=105.5, sin=0, sout=0)"
As you can see, the value of the used SWAP is greater than the total amount of the SWAP.
The value of the free SWAP is correctly calculated as negative and the percentage of use is
greater than 100% - also correctly calculated out of the values for total and available SWAP.
}}}
The text was updated successfully, but these errors were encountered:
Summary
Description
{{{
Executing
"psutil.swap_memory()"
on my system, the following result is received;
"sswap(total=4091871232, used=4315365376, free=-223494144, percent=105.5, sin=0, sout=0)"
As you can see, the value of the used SWAP is greater than the total amount of the SWAP.
The value of the free SWAP is correctly calculated as negative and the percentage of use is
greater than 100% - also correctly calculated out of the values for total and available SWAP.
}}}
The text was updated successfully, but these errors were encountered: