Monitor generic linux system health
Displays real-time view of the running system.
top
Shows disk space usage in human-readable format.
df -h
Displays amount of free and used memory in the system.
free -m
Shows how long the system has been running.
uptime
Checks if the httpd service is running.
ps aux | grep httpd