nuttcp

Network performance measurement tool for testing throughput and latency

brewmacoslinux
Try with needOr install directly
Source

About

Network performance measurement tool

Commands

nuttcp

Examples

Measure TCP throughput from client to server (server listening on port 5001)$ nuttcp -r -p 5001
Send data to remote host and measure throughput as client$ nuttcp -t -p 5001 192.168.1.100
Test UDP performance with 1000 packets of 1472 bytes each$ nuttcp -u -n 1000 -l 1472 192.168.1.100