cnord7 hours agoWrote a script with `lsof` + `ps` to see which agents are using which ports. Might be interesting to throw in your dotfiles!
ventana7 hours agonetstat and/or lsof will normally take care of that, but sure, everyone makes their own tools these days!cnord6 hours agowhat's the go-to command from your shell history to do that with netstat? :)ventana6 hours agoOn 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.
cnord6 hours agowhat's the go-to command from your shell history to do that with netstat? :)ventana6 hours agoOn 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.
ventana6 hours agoOn 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.