Which command shows a Linux server's memory and swap usage?
- A free -h
- B df -h
- C top -c only
- D ls -la
Answer
free -h
High swap usage means the server is paging to disk and will be catastrophically slow, which is often the real cause of a slowness report.





