1833780 Members
2423 Online
110063 Solutions
New Discussion

Re: see active streams

 
Bill McNAMARA_1
Honored Contributor

see active streams

command line?

Later,
Bill
It works for me (tm)
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: see active streams


lsof | grep " ST"

??

live free or die
harry
Live Free or Die
Roger Baptiste
Honored Contributor

Re: see active streams

Hi,

netstat -am

-raj
Take it easy.
Steven Gillard_2
Honored Contributor

Re: see active streams

q4 is the only one I've heard of :)
Theres also a strdb command which is supposed to work on 32bit kernels but I've never tried that.

Cheers,
Steve
Anthony deRito
Respected Contributor

Re: see active streams

Bill,

tcpflow

"tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a
summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a separate file for later analysis."

Obtain at HP-UX Software Porting And Archive Centre.

tcpflow -c puts tool in console mode.

Tony