In general you don't want to be swapping (memory is cheap these days). If you are, then that's a sign that you should revisit your machine's configuration. You can use "swapctl -l" to see how much swap (if any) is in use. If you want to see what the vm subsystem is doing you can spy on it with the "vmstat" command. - todd