LPI Exam Questions

How would you determine the amount of swapspace currently in use?

How would you determine the amount of swapspace currently in use? (choose 2 answers)

A.
top -b -n1 | grep -i swap

B.
swapinfo -l

C.
cat /proc/meminfo | grep -i swap

D.
cat /proc/swapinfo