Is there an equivalent command or application to "sockstat" as in the BSD camp under CentOS? How about systat ?
Thanks...
Sam Drinkard wrote:
Is there an equivalent command or application to "sockstat" as in the BSD camp under CentOS? How about systat ?
Thanks...
Sam -
I've been using this guy for quite a while:
http://www.reznor.com/tools/sockstat.c
Thanks -dant
On Sun, 2005-09-04 at 00:39 -0600, dan wrote:
Sam Drinkard wrote:
Is there an equivalent command or application to "sockstat" as in the BSD camp under CentOS? How about systat ?
Thanks...
Sam -
I've been using this guy for quite a while:
If you use netstat -p -e (as root), you also get the program and user info. The output isn't as perty, but you get the same info.
Hmmm... I don't seem to have it on my installation.. any idea where it *should* be?
I know netstat is there, I'm looking for sockstat, which I don't have.
C. Linus Hicks wrote:
On Sun, 2005-09-04 at 10:18 -0400, Sam Drinkard wrote:
Hmmm... I don't seem to have it on my installation.. any idea where it *should* be?
[linush@lh4 ~]$ which netstat /bin/netstat [linush@lh4 ~]$ rpm -qf /bin/netstat net-tools-1.60-37.EL4.6
centos-bounces@centos.org <> scribbled on Sunday, September 04, 2005 10:42 AM:
I know netstat is there, I'm looking for sockstat, which I don't have.
C. Linus Hicks wrote:
On Sun, 2005-09-04 at 10:18 -0400, Sam Drinkard wrote:
Hmmm... I don't seem to have it on my installation.. any
idea where
it *should* be?
[linush@lh4 ~]$ which netstat /bin/netstat [linush@lh4 ~]$ rpm -qf /bin/netstat net-tools-1.60-37.EL4.6
He posted a link to the source. Just compile it and you'll have it.
Mike