Monitoring server resources
Server monitoring
Basic commands
# CPU and memory
top
htop
# Memory
free -h
# Disk space
df -h
# Disk I/O
iostat
Processes
# Active processes
ps aux
# Most CPU
ps aux --sort=-%cpu | head
# Most memory
ps aux --sort=-%mem | head
Logs
# System logs
tail -f /var/log/syslog
# Apache logs
tail -f /var/log/apache2/error.log
Need help?
We're here for you! Running into issues or have questions? Our support team is happy to help you personally. Drop us a message through the ticket system - we usually respond within a few hours and love helping you find the best solution.
Was dit artikel nuttig?
0 van 0 vonden dit nuttig