https://bugs.kde.org/show_bug.cgi?id=296526
--- Comment #45 from Patrick <m...@patrick-nagel.net> --- As another data point and 1:1 comparison: # Using current kio-extra/sftp to upload 2000M via 2.5 GBit network $ head -c 2000M /dev/urandom >random_data $ echo "$(echo "scale=3; $(stat -c %s random_data) * 8 / (1024*1024*1000) / $(/usr/bin/time -f "%e" kioclient copy --overwrite random_data sftp://pn-test@data/data_cached/temp/random_data 2>&1)" | bc -l) Gbps" .734 Gbps # Using libssh 0.11.1 benchmark (default params) to upload 2000M via 2.5 GBit network pn@vision ~/git/libssh-mirror/build/tests/benchmarks $ ./benchmarks -9 -s 2000M -h pn-test@data ping RTT : 0.243000 ms SSH request times : 0.360000 ms ; 0.361000 ms ; 0.379000 ms SSH RTT : 0.366667 ms. Theoretical max BW (win=128K) : 349.090912 Mbps pn-test@data : benchmark_async_sftp_aio_upload : 2.246955 Gbps Result: 0.73 vs. 2.25 Gbps, a factor of 3. -- You are receiving this mail because: You are watching all bug changes.