Created
September 6, 2017 14:13
-
-
Save gregblake/5c785a6907bebf107f985c04ffd19248 to your computer and use it in GitHub Desktop.
iperf while downloading a large file from cloud.powerhrg.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Here's the output of curl and iperf while downloading a 1gb file with curl: | |
| 10:07 $ curl https://cloud.powerhrg.com/index.php/s/luCM9upcpmZFEtq/download > ~/Desktop/large_file.ppt | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 953M 100 953M 0 0 9005k 0 0:01:48 0:01:48 --:--:-- 8115k | |
| ###################################################################################### | |
| iperf -c 10.1.1.128 | |
| ------------------------------------------------------------ | |
| Client connecting to 10.1.1.128, TCP port 5001 | |
| TCP window size: 128 KByte (default) | |
| ------------------------------------------------------------ | |
| [ 4] local 172.17.7.107 port 53983 connected with 10.1.1.128 port 5001 | |
| [ ID] Interval Transfer Bandwidth | |
| [ 4] 0.0-10.1 sec 5.62 MBytes 4.69 Mbits/sec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment