Jan 042010
How to display swap information on Linux?
Answer:
With the following command
# cat /proc/swaps
Filename Type Size Used Priority
/dev/md4 partition 4192824 224 -1
It will display the current swap information.