Live data from Hacker News

`whoport` – which agent is using localhost:3000?

clairenord.com

1–5 of 5 posts

Re: `whoport` – which agent is using localhost:3000?

#5
post #4
post #3

netstat and/or lsof will normally take care of that, but sure, everyone makes their own tools these days!

what's the go-to command from your shell history to do that with netstat? :)

On Linux, that would be netstat -lpn (from my memory, not from the shell history) :) On Mac, netstat won't show the pids, so it would be lsof.