LWN.net Logo

A "live mode" for perf

A "live mode" for perf

Posted Apr 9, 2010 9:41 UTC (Fri) by jengelh (subscriber, #33263)
Parent article: A "live mode" for perf

socat >>> netcat


(Log in to post comments)

A "live mode" for perf: socat

Posted Apr 9, 2010 18:57 UTC (Fri) by giraffedata (subscriber, #1954) [Link]

My thoughts exactly.

A "live mode" for perf

Posted Apr 12, 2010 17:31 UTC (Mon) by intgr (subscriber, #39733) [Link]

Socat is great and all, but for simple stuff, netcat stdin-to-TCP or TCP-to-stdout pipe, netcat is still much easier to use.

A "live mode" for perf

Posted Apr 12, 2010 19:02 UTC (Mon) by jengelh (subscriber, #33263) [Link]

>for simple stuff, netcat stdin-to-TCP or TCP-to-stdout pipe, netcat is still much easier to use.

Not really.

socat - tcp:google.com:80
socat tcp-l:8000 -

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds