Swap

Chuck Swiger cswiger at mac.com
Wed Aug 6 21:08:41 PDT 2003


Ronan Lucio wrote:
> If my FreeBSD server show that 90% of swap space is being used,
> is there a way to find out what is taking this space?

'top' or 'ps aux | sort +4r' can show you the processes sorted by virtual memory 
usage.  VSZ means more than just swap, but this still is probably what you're 
looking for.

-- 
-Chuck



More information about the freebsd-questions mailing list