Skip to main content

All Questions

Tagged with
3 votes
3 answers
10k views

How to pipe data over tcp from the command line?

I would like to pipe data from one machine in the command line to another machine over tcp. I guess I could write a socket server but this must already be implemented. For example I could use it to xz ...
n611x007's user avatar
  • 6,426
4 votes
4 answers
5k views

Linux Command Line Tools for Analyzing OS + NIC TCP Latency

I'm hoping to find an existing Linux tool for measuring latency: I'm trying to diagnose how much latency my OS and NIC card are adding to TCP latency in Linux. I looked at the following tools but ...
AnArcticPuffin's user avatar