gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c 
gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum="register int" src/arith.c 
gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c 
gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c 
gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c 
gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c 
gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c 
gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c 
gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c 
gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c 
gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c 
src/pipe.c: In function xe2x80x98mainxe2x80x99:
src/pipe.c:52:2: warning: ignoring return value of xe2x80x98pipexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
  pipe(pvec);
  ^
gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c 
gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c 
In file included from src/execl.c:34:0:
src/big.c: In function xe2x80x98dummyxe2x80x99:
src/big.c:109:5: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
     freopen("masterlog.00", "a", stderr);
     ^
src/big.c:197:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^
src/big.c:221:3: warning: ignoring return value of xe2x80x98dupxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
   dup(pvec[0]);
   ^
src/big.c:225:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^
src/big.c:318:4: warning: ignoring return value of xe2x80x98writexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
    write(fcopy, cp->line, p - cp->line + 1);
    ^
gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c 
gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c 
gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DUNIX -DUNIXBENCH src/whets.c -lm
make all
make[1]: Entering directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-_RcnAT/byte-unixbench/UnixBench"
sh: 1: 3dinfo: not found
   #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
   #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
   #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
   #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
   #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
    ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
   Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
   Multi-CPU version                  Version 5 revisions by Ian Smith,
                                      Sunnyvale, CA, USA
   January 13, 2011                   johantheghost at yahoo period com
1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
1 x Execl Throughput  1 2 3
1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
1 x File Copy 256 bufsize 500 maxblocks  1 2 3
1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
1 x Process Creation  1 2 3
1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
1 x Shell Scripts (1 concurrent)  1 2 3
1 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: google: GNU/Linux
   OS: GNU/Linux -- 4.4.0-21-generic -- #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   05:52:57 up 18:54,  1 user,  load average: 8.03, 4.59, 1.97; runlevel 2018-11-22
------------------------------------------------------------------------
Benchmark Run: Fri Nov 23 2018 05:52:57 - 06:21:07
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       28898672.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3009.2 MWIPS (9.9 s, 7 samples)
Execl Throughput                               4443.2 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1010936.5 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          295830.6 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1468635.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2070436.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 265856.3 lps   (10.0 s, 7 samples)
Process Creation                              12416.3 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8015.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1034.7 lpm   (60.0 s, 2 samples)
System Call Overhead                        3459992.5 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   28898672.5   2476.3
Double-Precision Whetstone                       55.0       3009.2    547.1
Execl Throughput                                 43.0       4443.2   1033.3
File Copy 1024 bufsize 2000 maxblocks          3960.0    1010936.5   2552.9
File Copy 256 bufsize 500 maxblocks            1655.0     295830.6   1787.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    1468635.4   2532.1
Pipe Throughput                               12440.0    2070436.5   1664.3
Pipe-based Context Switching                   4000.0     265856.3    664.6
Process Creation                                126.0      12416.3    985.4
Shell Scripts (1 concurrent)                     42.4       8015.8   1890.5
Shell Scripts (8 concurrent)                      6.0       1034.7   1724.5
System Call Overhead                          15000.0    3459992.5   2306.7
                                                                   ========
System Benchmarks Index Score                                        1502.7
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync 32768+0 records in 32768+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 3.34491 s, 642 MB/s dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync 2048+0 records in 2048+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 3.52483 s, 609 MB/s
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=31515: Fri Nov 23 05:49:53 2018
  read : io=8597.8MB, bw=146733KB/s, iops=36683, runt= 60001msec
    clat (usec): min=1, max=6590, avg=214.82, stdev=197.90
     lat (usec): min=1, max=6591, avg=215.16, stdev=197.98
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[   35], 50.00th=[  270], 60.00th=[  306],
     | 70.00th=[  334], 80.00th=[  370], 90.00th=[  422], 95.00th=[  486],
     | 99.00th=[  732], 99.50th=[  876], 99.90th=[ 1272], 99.95th=[ 1480],
     | 99.99th=[ 2040]
    bw (KB  /s): min=10264, max=53000, per=12.34%, avg=18110.99, stdev=9670.48
    lat (usec) : 2=0.94%, 4=29.43%, 10=8.01%, 20=1.29%, 50=0.37%
    lat (usec) : 100=0.06%, 250=6.41%, 500=49.03%, 750=3.56%, 1000=0.63%
    lat (msec) : 2=0.27%, 4=0.01%, 10=0.01%
  cpu          : usr=1.83%, sys=5.12%, ctx=1330730, majf=2, minf=94
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=2201029/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
   READ: io=8597.8MB, aggrb=146732KB/s, minb=146732KB/s, maxb=146732KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=1313904/470, merge=0/1752, ticks=362588/212, in_queue=362412, util=98.65%
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=31525: Fri Nov 23 05:50:53 2018
  read : io=5306.2MB, bw=90556KB/s, iops=22639, runt= 60001msec
    clat (usec): min=0, max=13187, avg=348.02, stdev=93.14
     lat (usec): min=0, max=13188, avg=348.42, stdev=93.25
    clat percentiles (usec):
     |  1.00th=[  199],  5.00th=[  227], 10.00th=[  255], 20.00th=[  290],
     | 30.00th=[  306], 40.00th=[  322], 50.00th=[  338], 60.00th=[  354],
     | 70.00th=[  370], 80.00th=[  394], 90.00th=[  438], 95.00th=[  498],
     | 99.00th=[  676], 99.50th=[  756], 99.90th=[ 1048], 99.95th=[ 1208],
     | 99.99th=[ 1688]
    bw (KB  /s): min= 6912, max=12368, per=12.51%, avg=11325.33, stdev=580.30
    lat (usec) : 2=0.01%, 10=0.01%, 20=0.01%, 250=9.01%, 500=86.05%
    lat (usec) : 750=4.43%, 1000=0.38%
    lat (msec) : 2=0.12%, 4=0.01%, 10=0.01%, 20=0.01%
  cpu          : usr=1.64%, sys=3.94%, ctx=1363214, majf=0, minf=79
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=1358365/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
   READ: io=5306.2MB, aggrb=90556KB/s, minb=90556KB/s, maxb=90556KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=1356723/0, merge=0/0, ticks=387272/0, in_queue=386996, util=99.23%
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=31545: Fri Nov 23 05:52:54 2018
  write: io=58149MB, bw=992270KB/s, iops=248067, runt= 60008msec
    clat (usec): min=1, max=148373, avg=26.62, stdev=639.53
     lat (usec): min=1, max=148374, avg=27.46, stdev=659.12
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    3], 90.00th=[    3], 95.00th=[    3],
     | 99.00th=[   10], 99.50th=[   12], 99.90th=[11968], 99.95th=[16512],
     | 99.99th=[23936]
    bw (KB  /s): min=    5, max=148850, per=12.53%, avg=124293.22, stdev=11888.64
    lat (usec) : 2=3.82%, 4=92.79%, 10=2.23%, 20=0.89%, 50=0.06%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.06%, 20=0.09%, 50=0.03%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=3.08%, sys=8.24%, ctx=58989, majf=0, minf=83
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=14886036/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
  WRITE: io=58149MB, aggrb=992270KB/s, minb=992270KB/s, maxb=992270KB/s, mint=60008msec, maxt=60008msec
Disk stats (read/write):
  vda: ios=0/438465, merge=0/954, ticks=0/3496292, in_queue=3496228, util=51.72%
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=31535: Fri Nov 23 05:51:54 2018
  write: io=1100.3MB, bw=18777KB/s, iops=4694, runt= 60001msec
    clat (usec): min=114, max=664430, avg=1699.37, stdev=12834.37
     lat (usec): min=114, max=664431, avg=1699.87, stdev=12834.41
    clat percentiles (usec):
     |  1.00th=[  125],  5.00th=[  133], 10.00th=[  139], 20.00th=[  149],
     | 30.00th=[  153], 40.00th=[  157], 50.00th=[  161], 60.00th=[  167],
     | 70.00th=[  177], 80.00th=[  191], 90.00th=[  213], 95.00th=[  266],
     | 99.00th=[57088], 99.50th=[61184], 99.90th=[132096], 99.95th=[264192],
     | 99.99th=[473088]
    bw (KB  /s): min=    6, max= 4392, per=12.87%, avg=2417.14, stdev=1030.37
    lat (usec) : 250=94.46%, 500=1.77%, 750=0.08%, 1000=0.04%
    lat (msec) : 2=0.05%, 4=1.36%, 10=0.01%, 50=0.44%, 100=1.67%
    lat (msec) : 250=0.07%, 500=0.05%, 750=0.01%
  cpu          : usr=0.41%, sys=1.27%, ctx=570617, majf=0, minf=82
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=281659/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
  WRITE: io=1100.3MB, aggrb=18776KB/s, minb=18776KB/s, maxb=18776KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=1/281353, merge=0/2072, ticks=0/51392, in_queue=51276, util=85.47%
Downloaded 104857600 bytes in 2.682 sec Downloaded 104857600 bytes in 2.677 sec Downloaded 104857600 bytes in 2.613 sec Downloaded 104857600 bytes in 2.665 sec Downloaded 104857600 bytes in 2.764 sec Finished! Average download speed is 298.49 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from axgn ... Selecting 15 servers that are not too close: 1. PT Telekomunikasi Indonesia (Batam) [41.15 km]: 11.724 ms 2. PT. Hutchison 3 Indonesia - BTH (Batam) [41.15 km]: 10.473 ms 3. PT Mora Telematika Indonesia (Batam) [41.15 km]: 23.694 ms 4. Grahakomindo (Batam) [41.15 km]: 68.659 ms 5. PT. Telekomunikasi Indonesia (Pekanbaru) [277.22 km]: 27.038 ms 6. Dashnet (Pekanbaru) [277.22 km]: 864.414 ms 7. Celcom Axiata (Kuantan) [277.32 km]: 13.252 ms 8. Hutchison 3 Indonesia - PKU (Pekanbaru) [278.44 km]: 30.359 ms 9. UNIVERSITI TENAGA NASIONAL (Putrajaya) [291.05 km]: 184.738 ms 10. IP Core Sdn Bhd (Cyberjaya) [294.35 km]: 168.031 ms 11. MYREN (Cyberjaya) [294.51 km]: 169.043 ms 12. Global Forway Sdn Bhd (Cyberjaya) [294.51 km]: 77.15 ms 13. IX Telecom (Cyberjaya) [294.51 km]: 279.729 ms 14. Extreme Broadband (Cyberjaya) [294.51 km]: 174.289 ms 15. webe Digital Sdn Bhd (Petaling Jaya) [305.77 km]: 186.501 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 375.86 Mbit/s 2. PT. Hutchison 3 Indonesia - BTH (Batam): ......................... 309.89 Mbit/s 3. PT Mora Telematika Indonesia (Batam): ......................... 167.71 Mbit/s 4. Grahakomindo (Batam): ......................... 294.50 Mbit/s 5. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 236.75 Mbit/s 6. Dashnet (Pekanbaru): ......................... 47.68 Mbit/s 7. Celcom Axiata (Kuantan): ......................... 243.75 Mbit/s 8. Hutchison 3 Indonesia - PKU (Pekanbaru): ......................... 30.36 Mbit/s 9. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 17.48 Mbit/s 10. IP Core Sdn Bhd (Cyberjaya): ......................... 24.93 Mbit/s 11. MYREN (Cyberjaya): ......................... 17.75 Mbit/s 12. Global Forway Sdn Bhd (Cyberjaya): ......................... 59.69 Mbit/s 13. IX Telecom (Cyberjaya): ......................... 3.51 Mbit/s 14. Extreme Broadband (Cyberjaya): ......................... 18.32 Mbit/s 15. webe Digital Sdn Bhd (Petaling Jaya): ......................... 16.70 Mbit/s Average upload speed is 124.32 Mbit/s