Can anyone point to a program similar to iperf, which avoids biasing of the connection bandwidth measurement due to connection compression enabled?
It seems that iperf measures the connection spedd by sending some zero data across the connection. When measuring the connection with enabled compression (like openvp tunnel) such data that is sent is compressed effectively, and data transfer measurement is not accurate.
Please advise the program (or way to use iperf) so that the compression is negligible (like in case of sending the /dev/urandom or /dev/random prepared chunks).