How to find the local part of a network connection ?
Brendan Eich
brendan at illyria.wpd.sgi.com
Tue May 7 17:05:50 AEST 1991
In article <1991May6.164005.10527 at bernina.ethz.ch>, almesber at nessie.cs.id.ethz.ch (Werner Almesberger) writes:
> Is there a way to find out which process is the local part of a certain
> tcp connection ? Right now I'm tracing a problem where a yet unidentified
> program leaves "zombie" links (they stay in CLOSE_WAIT and don't go away)
> and find myself once again wondering why such a tool is missing ...
If you have 3.3.2, try 'fuser 1023/tcp', e.g. I extended fuser to find
processes using TCP and UDP ports. The complete enhancement and man page
changes appear in the forthcoming 4.0 release.
/be
More information about the Comp.sys.sgi
mailing list