Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Use busy waiting in operf | dimitri staessens | 2016-11-19 | 1 | -0/+5 |
| | | | | | | 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 | 1 | -0/+179 |
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. |