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-qeJtR5/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-qeJtR5/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-qeJtR5/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-qeJtR5/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-qeJtR5/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-qeJtR5/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
Wide character in print at ./Run line 1529.
Wide character in printf at ./Run line 1560.
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 3Wide character in printf at ./Run line 1502.
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: localhost: GNU/Linux
   OS: GNU/Linux -- 4.9.0-8-amd64 -- #1 SMP Debian 4.9.130-2 (2018-10-27)
   Machine: x86_64 (unknown)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz (7000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   00:47:04 up 49 min,  1 user,  load average: 8,19, 4,74, 1,98; runlevel 2019-01-15
------------------------------------------------------------------------
Benchmark Run: xd0xa1xd1x80 xd1x8fxd0xbdxd0xb2 16 2019 00:47:04 - 01:15:50
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       39276633.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3879.6 MWIPS (13.8 s, 7 samples)
Execl Throughput                               5212.6 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        769577.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          230288.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2004014.2 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1398764.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 142074.0 lps   (10.0 s, 7 samples)
Process Creation                              10536.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8751.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1095.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        1009115.6 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   39276633.2   3365.6
Double-Precision Whetstone                       55.0       3879.6    705.4
Execl Throughput                                 43.0       5212.6   1212.2
File Copy 1024 bufsize 2000 maxblocks          3960.0     769577.6   1943.4
File Copy 256 bufsize 500 maxblocks            1655.0     230288.0   1391.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    2004014.2   3455.2
Pipe Throughput                               12440.0    1398764.3   1124.4
Pipe-based Context Switching                   4000.0     142074.0    355.2
Process Creation                                126.0      10536.9    836.3
Shell Scripts (1 concurrent)                     42.4       8751.9   2064.1
Shell Scripts (8 concurrent)                      6.0       1095.5   1825.9
System Call Overhead                          15000.0    1009115.6    672.7
                                                                   ========
System Benchmarks Index Score                                        1297.5
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync 32768+0 xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb5xd0xb9 xd0xbfxd0xbexd0xbbxd1x83xd1x87xd0xb5xd0xbdxd0xbe 32768+0 xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb5xd0xb9 xd0xbexd1x82xd0xbfxd1x80xd0xb0xd0xb2xd0xbbxd0xb5xd0xbdxd0xbe 2147483648 xd0xb1xd0xb0xd0xb9xd1x82 (2,1 GB, 2,0 GiB) xd1x81xd0xbaxd0xbexd0xbfxd0xb8xd1x80xd0xbexd0xb2xd0xb0xd0xbd, 3,40249 s, 631 MB/s dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync 2048+0 xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb5xd0xb9 xd0xbfxd0xbexd0xbbxd1x83xd1x87xd0xb5xd0xbdxd0xbe 2048+0 xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb5xd0xb9 xd0xbexd1x82xd0xbfxd1x80xd0xb0xd0xb2xd0xbbxd0xb5xd0xbdxd0xbe 2147483648 xd0xb1xd0xb0xd0xb9xd1x82 (2,1 GB, 2,0 GiB) xd1x81xd0xbaxd0xbexd0xbfxd0xb8xd1x80xd0xbexd0xb2xd0xb0xd0xbd, 5,04542 s, 426 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=7729: Wed Jan 16 00:44:00 2019
  read : io=11173MB, bw=190683KB/s, iops=47670, runt= 60002msec
    clat (usec): min=1, max=14774, avg=164.76, stdev=176.77
     lat (usec): min=1, max=14774, avg=165.17, stdev=176.86
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[   72], 10.00th=[   87], 20.00th=[  104],
     | 30.00th=[  116], 40.00th=[  129], 50.00th=[  141], 60.00th=[  153],
     | 70.00th=[  169], 80.00th=[  193], 90.00th=[  233], 95.00th=[  278],
     | 99.00th=[  908], 99.50th=[ 1304], 99.90th=[ 2096], 99.95th=[ 2832],
     | 99.99th=[ 5280]
    bw (KB  /s): min=13112, max=30472, per=12.50%, avg=23840.71, stdev=2168.84
    lat (usec) : 2=0.20%, 4=1.53%, 10=0.12%, 20=0.03%, 50=0.59%
    lat (usec) : 100=14.88%, 250=75.23%, 500=5.85%, 750=0.36%, 1000=0.32%
    lat (msec) : 2=0.77%, 4=0.09%, 10=0.02%, 20=0.01%
  cpu          : usr=1.95%, sys=9.10%, ctx=2828050, majf=0, minf=80
  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=2860337/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=11173MB, aggrb=190682KB/s, minb=190682KB/s, maxb=190682KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
  vda: ios=2804496/1523, merge=0/1478, ticks=96708/300, in_queue=96464, util=83.99%
./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=7798: Wed Jan 16 00:45:00 2019
  read : io=14235MB, bw=242932KB/s, iops=60732, runt= 60001msec
    clat (usec): min=15, max=29933, avg=128.64, stdev=139.25
     lat (usec): min=16, max=29934, avg=129.03, stdev=139.36
    clat percentiles (usec):
     |  1.00th=[   47],  5.00th=[   63], 10.00th=[   73], 20.00th=[   84],
     | 30.00th=[   94], 40.00th=[  101], 50.00th=[  111], 60.00th=[  121],
     | 70.00th=[  133], 80.00th=[  153], 90.00th=[  187], 95.00th=[  221],
     | 99.00th=[  386], 99.50th=[  700], 99.90th=[ 1672], 99.95th=[ 2288],
     | 99.99th=[ 4384]
    bw (KB  /s): min=15288, max=36024, per=12.49%, avg=30344.28, stdev=3293.54
    lat (usec) : 20=0.01%, 50=1.45%, 100=36.32%, 250=59.25%, 500=2.27%
    lat (usec) : 750=0.25%, 1000=0.17%
    lat (msec) : 2=0.22%, 4=0.05%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=2.71%, sys=8.92%, ctx=3649859, majf=0, minf=65
  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=3644040/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=14235MB, aggrb=242931KB/s, minb=242931KB/s, maxb=242931KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=3638423/19, merge=15/15, ticks=109832/80, in_queue=109432, util=91.96%
./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=7939: Wed Jan 16 00:47:01 2019
  write: io=34814MB, bw=594096KB/s, iops=148523, runt= 60007msec
    clat (usec): min=1, max=967955, avg=38.28, stdev=1905.23
     lat (usec): min=1, max=967955, avg=40.87, stdev=1920.74
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    3], 95.00th=[    3],
     | 99.00th=[   11], 99.50th=[  362], 99.90th=[ 9536], 99.95th=[14400],
     | 99.99th=[33024]
    bw (KB  /s): min=    3, max=104071, per=12.96%, avg=76970.95, stdev=19414.01
    lat (usec) : 2=17.42%, 4=80.10%, 10=1.36%, 20=0.40%, 50=0.06%
    lat (usec) : 100=0.05%, 250=0.05%, 500=0.13%, 750=0.04%, 1000=0.02%
    lat (msec) : 2=0.06%, 4=0.08%, 10=0.14%, 20=0.06%, 50=0.03%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
  cpu          : usr=2.11%, sys=5.69%, ctx=104057, majf=0, minf=76
  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=8912473/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=34814MB, aggrb=594095KB/s, minb=594095KB/s, maxb=594095KB/s, mint=60007msec, maxt=60007msec
Disk stats (read/write):
  vda: ios=0/5577100, merge=0/112, ticks=0/3739508, in_queue=3739108, util=71.26%
./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=7869: Wed Jan 16 00:46:01 2019
  write: io=3286.1MB, bw=56095KB/s, iops=14023, runt= 60003msec
    clat (usec): min=21, max=133944, avg=567.14, stdev=3950.29
     lat (usec): min=21, max=133944, avg=567.60, stdev=3950.35
    clat percentiles (usec):
     |  1.00th=[   26],  5.00th=[   28], 10.00th=[   30], 20.00th=[   33],
     | 30.00th=[   36], 40.00th=[   39], 50.00th=[   42], 60.00th=[   45],
     | 70.00th=[   51], 80.00th=[   60], 90.00th=[   87], 95.00th=[  163],
     | 99.00th=[26240], 99.50th=[31360], 99.90th=[43776], 99.95th=[48896],
     | 99.99th=[63232]
    bw (KB  /s): min= 1773, max=11976, per=12.54%, avg=7031.61, stdev=1841.52
    lat (usec) : 50=68.28%, 100=23.50%, 250=4.38%, 500=0.87%, 750=0.43%
    lat (usec) : 1000=0.28%
    lat (msec) : 2=0.37%, 4=0.13%, 10=0.05%, 20=0.06%, 50=1.60%
    lat (msec) : 100=0.04%, 250=0.01%
  cpu          : usr=0.75%, sys=3.46%, ctx=1692991, majf=0, minf=81
  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=841462/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=3286.1MB, aggrb=56094KB/s, minb=56094KB/s, maxb=56094KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
  vda: ios=25/840654, merge=2/1240, ticks=4/50056, in_queue=50244, util=74.43%
Downloaded 104857600 bytes in 4,941130 sec Downloaded 104857600 bytes in 5,570856 sec Downloaded 104857600 bytes in 4,893700 sec Downloaded 104857600 bytes in 4,565704 sec Downloaded 104857600 bytes in 5,273159 sec Finished! Average download speed is 158.45 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from FranTech Solutions ... Selecting 15 servers that are not too close: 1. Docler Holding (Bettembourg) [30.02 km]: 182.75 ms 2. Join Experience (Kayl) [34.04 km]: 22.216 ms 3. RIV54 (Saulnes) [34.71 km]: 16.593 ms 4. KUES DATA GmbH (Losheim am See) [56.07 km]: 14.856 ms 5. ORNE THD (Rombas) [59.53 km]: 20.869 ms 6. Regie Talange (Talange) [61.56 km]: 15.927 ms 7. Net-Build GmbH (Saarwellingen) [70.21 km]: 9.725 ms 8. inexio (Saarlouis) [70.40 km]: 14.62 ms 9. Vialis (Woippy) [70.81 km]: 15.367 ms 10. REFO Falck (Falck) [73.63 km]: 16.012 ms 11. intersaar GmbH (Saarbrucken) [86.67 km]: 12.981 ms 12. Fibragglo (Forbach) [88.24 km]: 18.895 ms 13. Enes (Hombourg-Haut) [88.44 km]: 16.065 ms 14. VOO (Lixc3xa8ge) [101.40 km]: 24.047 ms 15. KEVAG Telekom GmbH (Koblenz) [124.68 km]: 13.507 ms Testing upload speeds 1. Docler Holding (Bettembourg): ......................... 94.64 Mbit/s 2. Join Experience (Kayl): ......................... 235.04 Mbit/s 3. RIV54 (Saulnes): ......................... 333.57 Mbit/s 4. KUES DATA GmbH (Losheim am See): ......................... 379.46 Mbit/s 5. ORNE THD (Rombas): ......................... 285.96 Mbit/s 6. Regie Talange (Talange): ......................... 140.61 Mbit/s 7. Net-Build GmbH (Saarwellingen): ......................... 533.61 Mbit/s 8. inexio (Saarlouis): ......................... 342.45 Mbit/s 9. Vialis (Woippy): ......................... 125.15 Mbit/s 10. REFO Falck (Falck): ......................... 329.20 Mbit/s 11. intersaar GmbH (Saarbrucken): ......................... 455.17 Mbit/s 12. Fibragglo (Forbach): ......................... 311.45 Mbit/s 13. Enes (Hombourg-Haut): ......................... 334.04 Mbit/s 14. VOO (Lixc3xa8ge): ......................... 233.27 Mbit/s 15. KEVAG Telekom GmbH (Koblenz): ......................... 465.77 Mbit/s Average upload speed is 306.63 Mbit/s