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 
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 
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-DUMiS7/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory `/root/serverscope-DUMiS7/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory `/root/serverscope-DUMiS7/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory `/root/serverscope-DUMiS7/byte-unixbench/UnixBench"
make[2]: Nothing to be done for `programs".
make[2]: Leaving directory `/root/serverscope-DUMiS7/byte-unixbench/UnixBench"
make[1]: Leaving directory `/root/serverscope-DUMiS7/byte-unixbench/UnixBench"
sh: 3dinfo: command 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
8 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
8 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
8 x Execl Throughput  1 2 3
8 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
8 x File Copy 256 bufsize 500 maxblocks  1 2 3
8 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
8 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
8 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
8 x Process Creation  1 2 3
8 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
8 x Shell Scripts (1 concurrent)  1 2 3
8 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: servidor-11-plex: GNU/Linux
   OS: GNU/Linux -- 3.10.0-1127.10.1.el7.x86_64 -- #1 SMP Wed Jun 3 14:28:03 UTC 2020
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 2: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 3: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 4: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 5: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 6: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 7: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (6784.4 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   10:18:10 up 62 days, 16:45,  1 user,  load average: 7.91, 4.79, 2.08; runlevel 2020-08-29
------------------------------------------------------------------------
Benchmark Run: Sat Oct 31 2020 10:18:10 - 10:47:15
8 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       43628754.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3448.2 MWIPS (15.6 s, 7 samples)
Execl Throughput                               3597.2 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        618787.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          164394.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1868275.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              842533.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 198671.0 lps   (10.0 s, 7 samples)
Process Creation                              12875.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8287.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3295.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         686777.9 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   43628754.1   3738.5
Double-Precision Whetstone                       55.0       3448.2    626.9
Execl Throughput                                 43.0       3597.2    836.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     618787.4   1562.6
File Copy 256 bufsize 500 maxblocks            1655.0     164394.9    993.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1868275.8   3221.2
Pipe Throughput                               12440.0     842533.4    677.3
Pipe-based Context Switching                   4000.0     198671.0    496.7
Process Creation                                126.0      12875.5   1021.9
Shell Scripts (1 concurrent)                     42.4       8287.5   1954.6
Shell Scripts (8 concurrent)                      6.0       3295.3   5492.2
System Call Overhead                          15000.0     686777.9    457.9
                                                                   ========
System Benchmarks Index Score                                        1263.6
------------------------------------------------------------------------
Benchmark Run: Sat Oct 31 2020 10:47:15 - 11:15:29
8 CPUs in system; running 8 parallel copies of tests
Dhrystone 2 using register variables      186334841.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    34404.0 MWIPS (10.0 s, 7 samples)
Execl Throughput                              21370.9 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1061142.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          277469.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       3256657.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3847850.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 974740.1 lps   (10.0 s, 7 samples)
Process Creation                              62313.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  30574.6 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   4052.9 lpm   (60.1 s, 2 samples)
System Call Overhead                        2920404.5 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  186334841.8  15967.0
Double-Precision Whetstone                       55.0      34404.0   6255.3
Execl Throughput                                 43.0      21370.9   4970.0
File Copy 1024 bufsize 2000 maxblocks          3960.0    1061142.3   2679.7
File Copy 256 bufsize 500 maxblocks            1655.0     277469.3   1676.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    3256657.0   5614.9
Pipe Throughput                               12440.0    3847850.1   3093.1
Pipe-based Context Switching                   4000.0     974740.1   2436.9
Process Creation                                126.0      62313.2   4945.5
Shell Scripts (1 concurrent)                     42.4      30574.6   7211.0
Shell Scripts (8 concurrent)                      6.0       4052.9   6754.8
System Call Overhead                          15000.0    2920404.5   1946.9
                                                                   ========
System Benchmarks Index Score                                        4336.8
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) copied, 13.5849 s, 158 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) copied, 13.4533 s, 160 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=32738: Sat Oct 31 10:15:03 2020
  read : io=109336KB, bw=1821.7KB/s, iops=455, runt= 60021msec
    clat (usec): min=141, max=955075, avg=17557.08, stdev=26384.35
     lat (usec): min=141, max=955075, avg=17557.44, stdev=26384.36
    clat percentiles (usec):
     |  1.00th=[ 1656],  5.00th=[ 2512], 10.00th=[ 3312], 20.00th=[ 4896],
     | 30.00th=[ 6432], 40.00th=[ 7968], 50.00th=[ 9664], 60.00th=[13248],
     | 70.00th=[18048], 80.00th=[25472], 90.00th=[37632], 95.00th=[51968],
     | 99.00th=[101888], 99.50th=[138240], 99.90th=[313344], 99.95th=[468992],
     | 99.99th=[798720]
    bw (KB  /s): min=    6, max=  460, per=12.69%, avg=231.03, stdev=76.66
    lat (usec) : 250=0.17%, 500=0.22%, 750=0.06%, 1000=0.07%
    lat (msec) : 2=1.82%, 4=12.09%, 10=37.11%, 20=21.09%, 50=21.82%
    lat (msec) : 100=4.49%, 250=0.90%, 500=0.12%, 750=0.03%, 1000=0.01%
  cpu          : usr=0.06%, sys=0.20%, ctx=27380, majf=0, minf=312
  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=27334/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=109336KB, aggrb=1821KB/s, minb=1821KB/s, maxb=1821KB/s, mint=60021msec, maxt=60021msec
Disk stats (read/write):
  sda: ios=27259/264, merge=0/195, ticks=477313/4103, in_queue=481622, util=99.89%
./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=32760: Sat Oct 31 10:16:03 2020
  read : io=111208KB, bw=1852.8KB/s, iops=463, runt= 60023msec
    clat (usec): min=149, max=1092.7K, avg=17259.44, stdev=28001.60
     lat (usec): min=149, max=1092.7K, avg=17259.85, stdev=28001.59
    clat percentiles (usec):
     |  1.00th=[ 1576],  5.00th=[ 2416], 10.00th=[ 3184], 20.00th=[ 4768],
     | 30.00th=[ 6240], 40.00th=[ 7776], 50.00th=[ 9408], 60.00th=[12992],
     | 70.00th=[17792], 80.00th=[25216], 90.00th=[37120], 95.00th=[51456],
     | 99.00th=[95744], 99.50th=[130560], 99.90th=[370688], 99.95th=[536576],
     | 99.99th=[905216]
    bw (KB  /s): min=    4, max=  479, per=12.74%, avg=235.95, stdev=75.78
    lat (usec) : 250=0.27%, 500=0.32%, 750=0.07%, 1000=0.06%
    lat (msec) : 2=1.99%, 4=12.73%, 10=37.29%, 20=20.87%, 50=21.01%
    lat (msec) : 100=4.50%, 250=0.72%, 500=0.13%, 750=0.05%, 1000=0.01%
    lat (msec) : 2000=0.01%
  cpu          : usr=0.07%, sys=0.19%, ctx=27830, majf=0, minf=312
  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=27802/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=111208KB, aggrb=1852KB/s, minb=1852KB/s, maxb=1852KB/s, mint=60023msec, maxt=60023msec
Disk stats (read/write):
  sda: ios=27780/133, merge=0/104, ticks=478150/1001, in_queue=479293, util=99.89%
./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=362: Sat Oct 31 10:18:04 2020
  write: io=113111MB, bw=1885.2MB/s, iops=482600, runt= 60001msec
    clat (usec): min=1, max=2063.7K, avg=15.15, stdev=1674.75
     lat (usec): min=1, max=2063.7K, avg=15.25, stdev=1674.75
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    4], 10.00th=[    6], 20.00th=[    7],
     | 30.00th=[    9], 40.00th=[    9], 50.00th=[    9], 60.00th=[    9],
     | 70.00th=[   10], 80.00th=[   10], 90.00th=[   10], 95.00th=[   12],
     | 99.00th=[   17], 99.50th=[   19], 99.90th=[  414], 99.95th=[  876],
     | 99.99th=[ 2064]
    bw (KB  /s): min=    2, max=389256, per=13.83%, avg=267055.78, stdev=119102.81
    lat (usec) : 2=0.07%, 4=3.02%, 10=58.42%, 20=38.06%, 50=0.22%
    lat (usec) : 100=0.05%, 250=0.03%, 500=0.03%, 750=0.03%, 1000=0.02%
    lat (msec) : 2=0.03%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%, >=2000=0.01%
  cpu          : usr=9.28%, sys=54.79%, ctx=5065736, majf=0, minf=299
  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=28956494/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=113111MB, aggrb=1885.2MB/s, minb=1885.2MB/s, maxb=1885.2MB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  sda: ios=0/19514, merge=0/114376, ticks=0/5305127, in_queue=5378703, util=63.85%
./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=330: Sat Oct 31 10:17:04 2020
  write: io=102880KB, bw=1713.9KB/s, iops=428, runt= 60029msec
    clat (usec): min=163, max=4626.5K, avg=18623.63, stdev=195119.24
     lat (usec): min=163, max=4626.5K, avg=18624.28, stdev=195119.25
    clat percentiles (usec):
     |  1.00th=[  322],  5.00th=[  370], 10.00th=[  402], 20.00th=[  668],
     | 30.00th=[ 1020], 40.00th=[ 1352], 50.00th=[ 1560], 60.00th=[ 1816],
     | 70.00th=[ 2128], 80.00th=[ 2704], 90.00th=[ 6560], 95.00th=[ 9408],
     | 99.00th=[37120], 99.50th=[1400832], 99.90th=[3260416], 99.95th=[3686400],
     | 99.99th=[4554752]
    bw (KB  /s): min=    1, max= 1992, per=24.79%, avg=424.70, stdev=606.39
    lat (usec) : 250=0.08%, 500=17.00%, 750=5.53%, 1000=6.83%
    lat (msec) : 2=36.70%, 4=21.27%, 10=9.07%, 20=2.50%, 50=0.07%
    lat (msec) : 100=0.03%, 250=0.01%, 500=0.04%, 750=0.09%, 1000=0.13%
    lat (msec) : 2000=0.34%, >=2000=0.33%
  cpu          : usr=0.08%, sys=0.54%, ctx=51492, majf=0, minf=290
  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=25720/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=102880KB, aggrb=1713KB/s, minb=1713KB/s, maxb=1713KB/s, mint=60029msec, maxt=60029msec
Disk stats (read/write):
  sda: ios=0/25945, merge=0/1512, ticks=0/63674, in_queue=63656, util=96.37%
Downloaded 104857600 bytes in 0.926 sec Downloaded 104857600 bytes in 0.902 sec Downloaded 104857600 bytes in 0.902 sec Downloaded 104857600 bytes in 0.935 sec Downloaded 104857600 bytes in 0.907 sec Finished! Average download speed is 874.89 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Dedibox SAS ... Selecting 15 servers that are not too close: 1. Ikoula (Reims) [131.50 km]: 5.042 ms 2. LaFibre.info (Douai) [176.53 km]: 6.814 ms 3. ORANGE FRANCE (Lille) [203.58 km]: 8.806 ms 4. Eurafibre (Lille) [203.58 km]: 41.831 ms 5. ITDATA TELECOM SRL (Roubaix) [213.32 km]: 136.981 ms 6. Maasaki (Roubaix) [213.32 km]: 7.443 ms 7. OVH Cloud (Gravelines) [237.21 km]: 7.771 ms 8. CloudConnX (Eastbourne) [258.84 km]: 26.673 ms 9. M-Tech Systems (Eastbourne) [258.84 km]: 13.24 ms 10. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 25.661 ms 11. RIV54 (Saulnes) [264.06 km]: 15.188 ms 12. Combell (Brussels) [264.26 km]: 10.57 ms 13. Proximus (Brussels) [264.26 km]: 15.071 ms 14. Arxus NV (Brussels) [264.26 km]: 12.429 ms 15. OBE (Brussels) [264.26 km]: 19.449 ms Testing upload speeds 1. Ikoula (Reims): ......................... 121.47 Mbit/s 2. LaFibre.info (Douai): ......................... 120.57 Mbit/s 3. ORANGE FRANCE (Lille): ......................... 578.68 Mbit/s 4. Eurafibre (Lille): ......................... 114.25 Mbit/s 5. ITDATA TELECOM SRL (Roubaix): ......................... 116.45 Mbit/s 6. Maasaki (Roubaix): ......................... 119.53 Mbit/s 7. OVH Cloud (Gravelines): ......................... 118.90 Mbit/s 8. CloudConnX (Eastbourne): ......................... 249.35 Mbit/s 9. M-Tech Systems (Eastbourne): ......................... 465.61 Mbit/s 10. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 250.36 Mbit/s 11. RIV54 (Saulnes): ......................... 385.15 Mbit/s 12. Combell (Brussels): ......................... 479.14 Mbit/s 13. Proximus (Brussels): ......................... 504.61 Mbit/s 14. Arxus NV (Brussels): ......................... 117.43 Mbit/s 15. OBE (Brussels): ......................... 90.01 Mbit/s Average upload speed is 255.43 Mbit/s