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
From the doc:
> [...] on FreeBSD they represent the same values as returned
> by sysctl vm.vmtotal
...hence we're returning info about virtual memory, which is fine, given the
function name.
Given we're about to rename virtmem_usage() to swapmem_usage() ( issue 256 ) we
now have the chance to return actual swap memory information, which can be
determinaed by using kvm_getswapinfo().
This somewhat breaks compatibility as we're now returning a totally different
kind of information but the usefulness of the previous one was doubtful anyway.
Committed in r1475 .
From g.rodola on July 19, 2012 15:06:46
Original issue: http://code.google.com/p/psutil/issues/detail?id=308
The text was updated successfully, but these errors were encountered: