On a Linux server, which symptom most strongly indicates a memory problem?
- A High swap usage
- B High CPU idle time
- C Many open file descriptors
- D Low disk usage
Answer
High swap usage
A server swapping is catastrophically slow. free -h shows this immediately and is often the real answer behind a slowness complaint.





