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-wCdeK3/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-wCdeK3/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-wCdeK3/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-wCdeK3/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-wCdeK3/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-wCdeK3/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
2 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
2 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
2 x Execl Throughput  1 2 3
2 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
2 x File Copy 256 bufsize 500 maxblocks  1 2 3
2 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
2 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
2 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
2 x Process Creation  1 2 3
2 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
2 x Shell Scripts (1 concurrent)  1 2 3
2 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: scw-0c07fb: GNU/Linux
   OS: GNU/Linux -- 4.4.38-std-1 -- #1 SMP Mon Dec 12 10:45:29 UTC 2016
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (4787.8 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (4787.8 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   14:38:16 up 14 days,  9:03,  3 users,  load average: 8.91, 5.41, 2.42; runlevel 2017-02-18
------------------------------------------------------------------------
Benchmark Run: Sat Mar 04 2017 14:38:16 - 15:06:12
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       11883640.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     1997.1 MWIPS (10.0 s, 7 samples)
Execl Throughput                               1407.5 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        380930.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          115181.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        812795.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1083600.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  36534.9 lps   (10.0 s, 7 samples)
Process Creation                               2644.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   2761.6 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    604.7 lpm   (60.0 s, 2 samples)
System Call Overhead                        1692396.5 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   11883640.3   1018.3
Double-Precision Whetstone                       55.0       1997.1    363.1
Execl Throughput                                 43.0       1407.5    327.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     380930.7    961.9
File Copy 256 bufsize 500 maxblocks            1655.0     115181.8    696.0
File Copy 4096 bufsize 8000 maxblocks          5800.0     812795.6   1401.4
Pipe Throughput                               12440.0    1083600.8    871.1
Pipe-based Context Switching                   4000.0      36534.9     91.3
Process Creation                                126.0       2644.8    209.9
Shell Scripts (1 concurrent)                     42.4       2761.6    651.3
Shell Scripts (8 concurrent)                      6.0        604.7   1007.8
System Call Overhead                          15000.0    1692396.5   1128.3
                                                                   ========
System Benchmarks Index Score                                         578.5
------------------------------------------------------------------------
Benchmark Run: Sat Mar 04 2017 15:06:12 - 15:34:19
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables       22998493.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4010.7 MWIPS (10.0 s, 7 samples)
Execl Throughput                               2511.5 lps   (29.5 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        417392.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          115548.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1092276.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2112132.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 152291.4 lps   (10.0 s, 7 samples)
Process Creation                               7268.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4629.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    633.2 lpm   (60.1 s, 2 samples)
System Call Overhead                        2553017.9 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   22998493.0   1970.7
Double-Precision Whetstone                       55.0       4010.7    729.2
Execl Throughput                                 43.0       2511.5    584.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     417392.0   1054.0
File Copy 256 bufsize 500 maxblocks            1655.0     115548.8    698.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    1092276.3   1883.2
Pipe Throughput                               12440.0    2112132.2   1697.9
Pipe-based Context Switching                   4000.0     152291.4    380.7
Process Creation                                126.0       7268.4    576.9
Shell Scripts (1 concurrent)                     42.4       4629.8   1091.9
Shell Scripts (8 concurrent)                      6.0        633.2   1055.4
System Call Overhead                          15000.0    2553017.9   1702.0
                                                                   ========
System Benchmarks Index Score                                         986.6
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, 10.4454 s, 206 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, 10.0259 s, 214 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=24806: Sat Mar  4 14:35:06 2017
  read : io=7797.3MB, bw=133066KB/s, iops=33266, runt= 60003msec
    clat (usec): min=2, max=29771, avg=230.82, stdev=374.16
     lat (usec): min=2, max=29771, avg=231.78, stdev=374.50
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    4], 20.00th=[  120],
     | 30.00th=[  147], 40.00th=[  171], 50.00th=[  193], 60.00th=[  219],
     | 70.00th=[  253], 80.00th=[  302], 90.00th=[  390], 95.00th=[  494],
     | 99.00th=[  964], 99.50th=[ 1592], 99.90th=[ 5920], 99.95th=[ 7840],
     | 99.99th=[11072]
    bw (KB  /s): min= 9424, max=33168, per=12.51%, avg=16645.02, stdev=3363.39
    lat (usec) : 4=5.24%, 10=10.14%, 20=0.75%, 50=0.48%, 100=0.71%
    lat (usec) : 250=52.01%, 500=25.84%, 750=3.20%, 1000=0.69%
    lat (msec) : 2=0.54%, 4=0.19%, 10=0.19%, 20=0.02%, 50=0.01%
  cpu          : usr=4.83%, sys=15.69%, ctx=1672644, majf=2, minf=95
  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=1996087/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=7797.3MB, aggrb=133065KB/s, minb=133065KB/s, maxb=133065KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
  vda: ios=1662649/809, merge=0/93, ticks=178350/1380, in_queue=178960, util=97.87%
./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=24826: Sat Mar  4 14:36:06 2017
  read : io=7438.2MB, bw=126957KB/s, iops=31739, runt= 60001msec
    clat (usec): min=63, max=23489, avg=241.27, stdev=246.55
     lat (usec): min=63, max=23489, avg=242.13, stdev=246.68
    clat percentiles (usec):
     |  1.00th=[   98],  5.00th=[  116], 10.00th=[  125], 20.00th=[  141],
     | 30.00th=[  159], 40.00th=[  177], 50.00th=[  197], 60.00th=[  221],
     | 70.00th=[  253], 80.00th=[  298], 90.00th=[  378], 95.00th=[  478],
     | 99.00th=[  796], 99.50th=[ 1096], 99.90th=[ 3696], 99.95th=[ 5088],
     | 99.99th=[ 8256]
    bw (KB  /s): min= 6168, max=21120, per=12.50%, avg=15863.72, stdev=2507.63
    lat (usec) : 100=1.21%, 250=67.87%, 500=26.59%, 750=3.13%, 1000=0.60%
    lat (msec) : 2=0.40%, 4=0.11%, 10=0.08%, 20=0.01%, 50=0.01%
  cpu          : usr=4.90%, sys=15.12%, ctx=1912096, majf=0, minf=89
  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=1904381/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=7438.2MB, aggrb=126956KB/s, minb=126956KB/s, maxb=126956KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=1902744/245, merge=0/36, ticks=203790/40, in_queue=202900, util=97.32%
./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=24846: Sat Mar  4 14:38:07 2017
  write: io=24088MB, bw=411068KB/s, iops=102767, runt= 60004msec
    clat (usec): min=4, max=822601, avg=66.63, stdev=2519.44
     lat (usec): min=5, max=822602, avg=68.14, stdev=2530.09
    clat percentiles (usec):
     |  1.00th=[    5],  5.00th=[    5], 10.00th=[    6], 20.00th=[    6],
     | 30.00th=[    6], 40.00th=[    6], 50.00th=[    7], 60.00th=[    7],
     | 70.00th=[    7], 80.00th=[    7], 90.00th=[    8], 95.00th=[    9],
     | 99.00th=[   42], 99.50th=[  108], 99.90th=[22144], 99.95th=[32640],
     | 99.99th=[53504]
    bw (KB  /s): min=    5, max=124333, per=12.90%, avg=53042.43, stdev=16723.33
    lat (usec) : 10=95.56%, 20=2.92%, 50=0.62%, 100=0.37%, 250=0.22%
    lat (usec) : 500=0.04%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.01%, 10=0.03%, 20=0.06%, 50=0.11%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
  cpu          : usr=6.16%, sys=10.63%, ctx=37223, majf=0, minf=84
  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=6166432/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=24088MB, aggrb=411068KB/s, minb=411068KB/s, maxb=411068KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
  vda: ios=49/537186, merge=0/832, ticks=0/3530780, in_queue=3531920, util=61.34%
./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=24836: Sat Mar  4 14:37:06 2017
  write: io=1147.3MB, bw=19579KB/s, iops=4894, runt= 60004msec
    clat (usec): min=103, max=590945, avg=1626.40, stdev=10892.92
     lat (usec): min=104, max=590946, avg=1627.34, stdev=10892.94
    clat percentiles (usec):
     |  1.00th=[  115],  5.00th=[  117], 10.00th=[  122], 20.00th=[  133],
     | 30.00th=[  143], 40.00th=[  155], 50.00th=[  169], 60.00th=[  189],
     | 70.00th=[  231], 80.00th=[ 1304], 90.00th=[ 1960], 95.00th=[ 3056],
     | 99.00th=[32640], 99.50th=[54016], 99.90th=[118272], 99.95th=[181248],
     | 99.99th=[456704]
    bw (KB  /s): min=   22, max=16576, per=12.89%, avg=2523.20, stdev=2791.74
    lat (usec) : 250=72.42%, 500=6.09%, 750=0.38%, 1000=0.14%
    lat (msec) : 2=11.44%, 4=5.42%, 10=1.51%, 20=0.85%, 50=1.20%
    lat (msec) : 100=0.40%, 250=0.12%, 500=0.03%, 750=0.01%
  cpu          : usr=0.61%, sys=2.65%, ctx=608821, 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=293705/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=1147.3MB, aggrb=19579KB/s, minb=19579KB/s, maxb=19579KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
  vda: ios=260/293876, merge=0/2130, ticks=90/49910, in_queue=49840, util=74.42%
Downloaded 104857600 bytes in 2.576 sec Downloaded 104857600 bytes in 1.213 sec Downloaded 104857600 bytes in 1.078 sec Downloaded 104857600 bytes in 1.290 sec Downloaded 104857600 bytes in 1.108 sec Finished! Average download speed is 550.58 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from ONLINE SAS ... Selecting 15 servers that are not too close: 1. iperf.fr (Rouen) [111.21 km]: 117.502 ms 2. Ikoula (Reims) [131.50 km]: 5013.954 ms 3. LaFibre.info (Douai) [176.53 km]: 5.145 ms 4. WSCloud (Le Havre) [176.91 km]: 25.353 ms 5. Treudler FR (Roubaix) [213.32 km]: 72.44 ms 6. ePlay TV (Roubaix) [213.32 km]: 17.537 ms 7. Magic-VPN (Roubaix) [213.32 km]: 10.259 ms 8. Matthews Tech (Gravelines) [237.06 km]: 31.512 ms 9. Alabar (Saint-Lo) [251.82 km]: 11.651 ms 10. CloudConnX (Eastbourne) [258.84 km]: 27.898 ms 11. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 21.838 ms 12. Combell (Brussels) [264.26 km]: 33.855 ms 13. Verixi SPRL (Zaventem) [264.26 km]: 19.595 ms 14. Orange Belgium (Brussels) [264.26 km]: 19.626 ms 15. Riffle Media BVBA (Brussels) [264.26 km]: 74.65 ms Testing upload speeds 1. iperf.fr (Rouen): ......................... 407.18 Mbit/s 2. Ikoula (Reims): ......................... 1.47 Mbit/s 3. LaFibre.info (Douai): ......................... 452.94 Mbit/s 4. WSCloud (Le Havre): ......................... 105.49 Mbit/s 5. Treudler FR (Roubaix): ......................... 214.23 Mbit/s 6. ePlay TV (Roubaix): ......................... 78.66 Mbit/s 7. Magic-VPN (Roubaix): ......................... 176.55 Mbit/s 8. Matthews Tech (Gravelines): ......................... 257.76 Mbit/s 9. Alabar (Saint-Lo): ......................... 297.84 Mbit/s 10. CloudConnX (Eastbourne): ......................... 103.77 Mbit/s 11. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 193.60 Mbit/s 12. Combell (Brussels): ......................... 71.86 Mbit/s 13. Verixi SPRL (Zaventem): ......................... 78.47 Mbit/s 14. Orange Belgium (Brussels): ......................... 156.06 Mbit/s 15. Riffle Media BVBA (Brussels): ......................... 87.89 Mbit/s Average upload speed is 178.92 Mbit/s