Tag: Linux

How To Monitor Linux Server Resources With top

How To Monitor Linux Server Resources With top

Stop Guessing: Actually Look At Your Server A very common mistake when a server feels slow: people jump straight to “must be the host” or “WordPress is bloated” without actually looking at what the server is doing. On Linux, the top command is usually the first tool you should reach for. It shows you what’s running, how much CPU and…

Read More »

semget: No space left on device

Whenever you start Apache, it keeps crashing with error “semget: No space left on device”. Apacha error_log shows: # tail /etc/httpd/logs/error_log semget: No space left on device semget: No space left on device [Wed Sep 12 10:54:27 2007] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten — Unclean shutdown of previous Apache run? semget: No space left on device [Wed Sep 12 10:56:27…

Read More »