Tagged Questions
2
votes
3answers
216 views
How can I read lines at a fixed speed?
I need to read a large log file and send it over a local network using (netbsd) netcat between two VMs on the same host workstation.
I know that netcat has an interval, but as far as I can tell, the ...
1
vote
1answer
231 views
netcat throughput low but iperf high [closed]
I was testing the throughput between two pcs connected on the same router: one with 100mbps lan, the other with 54mbps wifi.
I tested both netcat and iperf and the throughtput I get is only 2.6mb/s.
...