Can iperf3
report measurements also in terms of packets per second, when generating UDP traffic?
A typical output with the verbose mode is the following:
Test Complete. Summary Results:
[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams
[ 4] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec 0.010 ms 804029/1208925 (67%)
[ 4] Sent 1208925 datagrams
CPU Utilization: local/sender 99.6% (16.4%u/83.3%s), remote/receiver 0.1% (0.0%u/0.1%s)
iperf Done.
I see that in iperf2
one could specify the input rate in pps
, but there is no mentioning of the measured received rate (I don't see this feature in iperf3
anyway)