> It shows a swap partition.  `cat /proc/swaps` to see what swap is in
> effect, and `free -m` to see how it is being used.

Also, you could use:

top

in the command line to watch the activity of swap and memory live.

-- Fred