Originally posted by: Southerner
netstat -an when I'm trying to figure out what connections are open. Netstat -an | grep -c :80 when trying to figure out how many instances of Apache are running (and whether that exceeds current limits.) It's useful.