Performance issues are usually caused by a small number of busy processes or exhausted resources.
- Use
toporhtopto identify high CPU and memory usage. - Use
free -hto check available memory and swap usage. - Use
df -hto check filesystem capacity. - Use
du -sh /path/*to locate large directories. - Use
journalctl -xeor application logs to look for repeated errors.
If you contact support, include the command output and the time period when the problem occurred.