qperf
qperf copied to clipboard
Thank you for this great project, super useful for ib testing. However, i have roughly looked into the source code, and found that --flip argument is actually not implemented. Does...
With ipv6.disable in kernel command line ipv6 protocol is disabled and qperf throws below error in such environments : # qperf unable to bind to listen port strace : 9052...
I did benchmark via [kubestone](https://kubestone.io/en/latest/benchmarks/qperf/). What do loc_cpus_used and rem_cpus_used mean? Can you tell me where can I find all the performance index definitions?
Hi! Current qperf always uses hard-coded message sizes for tests. Notably, 1 byte for tcp_lat and 32K for tcp_bw. Testing latency with 1 byte messages is a bit... incorrect. It's...
Signed-off-by: Tzafrir Cohen
Now 'make distcheck' works. This mainly fixed separate build directory: mkdir build_dir1 cd build_dir1 ../configure make # and make install, and whatever Signed-off-by: Tzafrir Cohen
This also requires extra build dependencies. Note: if this and my other PR are applied, please also regenerate qperf.spec . Signed-off-by: Tzafrir Cohen
IMHO, adding a feature like IPv6 support (https://github.com/linux-rdma/qperf/pull/13) probably warrants increasing the minor version, e.g., 0.4.10 -> 0.5.0. (Any idea why this is still at version zero?) Either way, can...
Otherwise version in e.g. the the dist tarball and the spec are wrong. Fix issue #16. Signed-off-by: Tzafrir Cohen