lsof -n -i4TCP:$PORT | grep LISTEN
lsof -Pnl +M -i4 | grep $PORT
lsof -i -n -P | grep TCP
netstat -antp | grep $PORT