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/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope/byte-unixbench/UnixBench"
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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: bench: GNU/Linux
OS: GNU/Linux -- 2.6.32-042stab120.16 -- #1 SMP Tue Dec 13 20:58:28 MSK 2016
Machine: x86_64 (unknown)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
CPU 0: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.6 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
20:14:24 up 8 min, 1 user, load average: 7.86, 4.55, 1.91; runlevel Jan
------------------------------------------------------------------------
Benchmark Run: Tue Jan 10 2017 20:14:24 - 20:42:29
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 37815427.2 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4677.2 MWIPS (9.9 s, 7 samples)
Execl Throughput 5566.4 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 717269.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 214876.6 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2018260.7 KBps (30.0 s, 2 samples)
Pipe Throughput 1757467.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 315047.1 lps (10.0 s, 7 samples)
Process Creation 13745.5 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 9855.7 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1266.1 lpm (60.0 s, 2 samples)
System Call Overhead 2550811.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 37815427.2 3240.4
Double-Precision Whetstone 55.0 4677.2 850.4
Execl Throughput 43.0 5566.4 1294.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 717269.6 1811.3
File Copy 256 bufsize 500 maxblocks 1655.0 214876.6 1298.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 2018260.7 3479.8
Pipe Throughput 12440.0 1757467.2 1412.8
Pipe-based Context Switching 4000.0 315047.1 787.6
Process Creation 126.0 13745.5 1090.9
Shell Scripts (1 concurrent) 42.4 9855.7 2324.5
Shell Scripts (8 concurrent) 6.0 1266.1 2110.2
System Call Overhead 15000.0 2550811.1 1700.5
========
System Benchmarks Index Score 1606.5
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, 1.72887 s, 1.2 GB/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, 1.61611 s, 1.3 GB/s
./fio --time_based --name=benchmark --size=128M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=23889: Tue Jan 10 20:11:21 2017
read : io=95791MB, bw=1596.5MB/s, iops=408692, runt= 60002msec
slat (usec): min=0, max=90505, avg=14.08, stdev=461.44
clat (usec): min=2, max=101747, avg=608.65, stdev=3336.06
lat (usec): min=3, max=101750, avg=623.27, stdev=3378.92
clat percentiles (usec):
| 1.00th=[ 59], 5.00th=[ 60], 10.00th=[ 60], 20.00th=[ 61],
| 30.00th=[ 61], 40.00th=[ 61], 50.00th=[ 62], 60.00th=[ 64],
| 70.00th=[ 68], 80.00th=[ 80], 90.00th=[ 107], 95.00th=[ 4640],
| 99.00th=[ 8096], 99.50th=[21120], 99.90th=[51968], 99.95th=[62208],
| 99.99th=[77312]
bw (KB /s): min=23680, max=254619, per=12.49%, avg=204150.48, stdev=57281.18
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=87.73%
lat (usec) : 250=6.47%, 500=0.06%, 750=0.04%, 1000=0.04%
lat (msec) : 2=0.10%, 4=0.14%, 10=4.65%, 20=0.24%, 50=0.41%
lat (msec) : 100=0.11%, 250=0.01%
cpu : usr=3.66%, sys=8.41%, ctx=364442, majf=0, minf=37239
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=24522395/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=95791MB, aggrb=1596.5MB/s, minb=1596.5MB/s, maxb=1596.5MB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
ploop19132p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
./fio --time_based --name=benchmark --size=128M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=23934: Tue Jan 10 20:12:21 2017
read : io=96899MB, bw=1614.6MB/s, iops=413320, runt= 60017msec
slat (usec): min=0, max=89068, avg=14.03, stdev=490.57
clat (usec): min=2, max=102479, avg=600.74, stdev=3560.67
lat (usec): min=4, max=102526, avg=615.30, stdev=3606.52
clat percentiles (usec):
| 1.00th=[ 59], 5.00th=[ 60], 10.00th=[ 60], 20.00th=[ 61],
| 30.00th=[ 61], 40.00th=[ 61], 50.00th=[ 62], 60.00th=[ 63],
| 70.00th=[ 67], 80.00th=[ 75], 90.00th=[ 102], 95.00th=[ 1128],
| 99.00th=[ 8160], 99.50th=[25216], 99.90th=[55552], 99.95th=[65280],
| 99.99th=[79360]
bw (KB /s): min=19952, max=300944, per=12.49%, avg=206489.41, stdev=57710.72
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=88.75%
lat (usec) : 250=6.12%, 500=0.05%, 750=0.03%, 1000=0.03%
lat (msec) : 2=0.07%, 4=0.12%, 10=3.93%, 20=0.27%, 50=0.49%
lat (msec) : 100=0.14%, 250=0.01%
cpu : usr=3.65%, sys=8.41%, ctx=358583, majf=0, minf=38149
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=24806243/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=96899MB, aggrb=1614.6MB/s, minb=1614.6MB/s, maxb=1614.6MB/s, mint=60017msec, maxt=60017msec
Disk stats (read/write):
ploop19132p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
./fio --time_based --name=benchmark --size=128M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=24026: Tue Jan 10 20:14:22 2017
write: io=58076MB, bw=990226KB/s, iops=247556, runt= 60057msec
slat (usec): min=1, max=92038, avg=22.58, stdev=589.59
clat (usec): min=3, max=123316, avg=872.70, stdev=4133.78
lat (usec): min=7, max=123318, avg=895.76, stdev=4184.32
clat percentiles (usec):
| 1.00th=[ 89], 5.00th=[ 91], 10.00th=[ 92], 20.00th=[ 93],
| 30.00th=[ 94], 40.00th=[ 96], 50.00th=[ 98], 60.00th=[ 100],
| 70.00th=[ 106], 80.00th=[ 124], 90.00th=[ 163], 95.00th=[ 4128],
| 99.00th=[19072], 99.50th=[28032], 99.90th=[52480], 99.95th=[60672],
| 99.99th=[78336]
bw (KB /s): min= 0, max=166048, per=14.30%, avg=141576.14, stdev=17074.85
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=57.38%
lat (usec) : 250=35.96%, 500=0.08%, 750=0.08%, 1000=0.06%
lat (msec) : 2=1.01%, 4=0.36%, 10=1.92%, 20=2.16%, 50=0.85%
lat (msec) : 100=0.13%, 250=0.01%
cpu : usr=3.14%, sys=9.11%, ctx=337284, majf=0, minf=258
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=14867505/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=58076MB, aggrb=990226KB/s, minb=990226KB/s, maxb=990226KB/s, mint=60057msec, maxt=60057msec
Disk stats (read/write):
ploop19132p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
./fio --time_based --name=benchmark --size=128M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 128MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=23980: Tue Jan 10 20:13:22 2017
write: io=72697MB, bw=1211.6MB/s, iops=310151, runt= 60004msec
slat (usec): min=1, max=369350, avg=20.46, stdev=601.11
clat (usec): min=2, max=274245, avg=796.79, stdev=4191.81
lat (usec): min=4, max=402710, avg=817.75, stdev=4247.44
clat percentiles (usec):
| 1.00th=[ 88], 5.00th=[ 89], 10.00th=[ 90], 20.00th=[ 91],
| 30.00th=[ 91], 40.00th=[ 92], 50.00th=[ 93], 60.00th=[ 94],
| 70.00th=[ 97], 80.00th=[ 102], 90.00th=[ 135], 95.00th=[ 167],
| 99.00th=[20096], 99.50th=[31104], 99.90th=[54016], 99.95th=[61184],
| 99.99th=[73216]
bw (KB /s): min= 402, max=178600, per=12.51%, avg=155238.35, stdev=19973.92
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=75.66%
lat (usec) : 250=19.67%, 500=0.03%, 750=0.02%, 1000=0.02%
lat (msec) : 2=0.15%, 4=0.23%, 10=1.41%, 20=1.80%, 50=0.88%
lat (msec) : 100=0.14%, 250=0.01%, 500=0.01%
cpu : usr=3.77%, sys=8.47%, ctx=102404, majf=0, minf=10384
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=18610352/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=72697MB, aggrb=1211.6MB/s, minb=1211.6MB/s, maxb=1211.6MB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
ploop19132p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Downloaded 104857600 bytes in 4.264 sec Downloaded 104857600 bytes in 4.290 sec Downloaded 104857600 bytes in 4.319 sec Downloaded 104857600 bytes in 4.390 sec Downloaded 104857600 bytes in 1.004 sec Finished! Average download speed is 218.97 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from OVH ... Selecting 15 servers that are not too close: 1. Vodafone NL (Utrecht) [35.77 km]: 11.899 ms 2. ColoCenter bv (Zoetermeer) [45.19 km]: 12.658 ms 3. Matrix DATA (Harderwijk) [48.83 km]: 20.715 ms 4. Xela Hosting (The Hague) [51.79 km]: 10.598 ms 5. SIT Internetdiensten B.V. (Voorthuizen) [53.58 km]: 13.518 ms 6. Solcon (Dronten) [57.86 km]: 11.704 ms 7. Maximum (Rotterdam) [58.64 km]: 11.097 ms 8. IP Visie Networking BV (Rotterdam) [58.64 km]: 12.718 ms 9. Qweb | Full-Service Hosting (Alblasserdam) [59.82 km]: 16.514 ms 10. WorldStream B.V. (Naaldwijk) [64.15 km]: 11.622 ms 11. Netrouting (Spijkenisse) [73.07 km]: 11.52 ms 12. Solcon Internetdiensten N.V. (Apeldoorn) [74.87 km]: 10.48 ms 13. DT-IT (Arnhem) [82.33 km]: 15.352 ms 14. Breedband Arnhem (Arnhem) [82.33 km]: 11.65 ms 15. SinaroHost LTD (Meppel) [94.77 km]: 30.636 ms Testing upload speeds 1. Vodafone NL (Utrecht): ......................... 173.58 Mbit/s 2. ColoCenter bv (Zoetermeer): ......................... 78.17 Mbit/s 3. Matrix DATA (Harderwijk): ......................... 145.45 Mbit/s 4. Xela Hosting (The Hague): ......................... 166.84 Mbit/s 5. SIT Internetdiensten B.V. (Voorthuizen): ......................... 146.33 Mbit/s 6. Solcon (Dronten): ......................... 144.68 Mbit/s 7. Maximum (Rotterdam): ......................... 142.66 Mbit/s 8. IP Visie Networking BV (Rotterdam): ......................... 129.79 Mbit/s 9. Qweb | Full-Service Hosting (Alblasserdam): ......................... 89.80 Mbit/s 10. WorldStream B.V. (Naaldwijk): ......................... 139.54 Mbit/s 11. Netrouting (Spijkenisse): ......................... 134.13 Mbit/s 12. Solcon Internetdiensten N.V. (Apeldoorn): ......................... 134.92 Mbit/s 13. DT-IT (Arnhem): ......................... 72.38 Mbit/s 14. Breedband Arnhem (Arnhem): ......................... 134.36 Mbit/s 15. SinaroHost LTD (Meppel): ......................... 109.41 Mbit/s Average upload speed is 129.47 Mbit/s