#!/bin/sh
watch "echo -n "Clients:"; netstat -etlna | grep 80 | grep EST | wc -l;\
echo "Mem:"; free; netstat -pt"

