summaryrefslogtreecommitdiff
path: root/src/tools/operf/operf_client.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use busy waiting in operfdimitri staessens2016-11-191-4/+19
| | | | | | Using nanosleep in between sending SDUs is not accurate enough when sending thousands of SDUs per second. The --sleep option is added for lowering CPU consumption in low bandwidth tests.
* tools: Add operf tooldimitri staessens2016-10-301-0/+248
This tool allows bidirectional bandwidth measurement between a client and server application. The server reflects all traffic back to the client. The traffic can be capped at a certain rate or set to flood.