https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265167
--- Comment #3 from Maxim Konovalov <ma...@freebsd.org> --- Michael, >From what I see on my Ubuntu test box netstat there shows a process name (not a binary name), e.g.: # netstat -pan | grep 6666 tcp 0 0 0.0.0.0:6666 0.0.0.0:* LISTEN 8959/nc This is more or less close to what sockstat(1) provides on FreeBSD: $ sockstat | grep 6666 maxim nc 96053 3 tcp4 *:6666 *:* I am not sure I understand fully what is missed in sockstat(1). Thanks, Maxim -- You are receiving this mail because: You are the assignee for the bug.