vmstat -n 1
If
si and
so fields are always 0, then the system is currently
not swapping. If
free still shows
swap usage, it must be because some application has used the swap but somehow it's not been cleaned yet. In such situation, a
swapoff +
swapon command would be handy (albeit not really urgent nor useful since this will be handled automatically anyway).