Using the lsof command and grep you can get the same information (albeit in a different format)
Linux:
netstat -antp | grep 4000
Mac OS X:
lsof -Pnl +M -i4 | grep 4000