Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Use busy waiting in operf | dimitri staessens | 2016-11-19 | 2 | -4/+24 |
| | | | | | | 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 tool | dimitri staessens | 2016-10-30 | 4 | -0/+627 |
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. |