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 "main":
src/pipe.c:52:2: warning: ignoring return value of "pipe", 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 "dummy":
src/big.c:109:5: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen("masterlog.00", "a", stderr);
^
src/big.c:197:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^
src/big.c:221:3: warning: ignoring return value of "dup", declared with attribute warn_unused_result [-Wunused-result]
dup(pvec[0]);
^
src/big.c:225:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^
src/big.c:318:4: warning: ignoring return value of "write", 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/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: 24157.s.t4vps.eu: GNU/Linux
OS: GNU/Linux -- 2.6.32-042stab116.2 -- #1 SMP Fri Jun 24 15:33:57 MSK 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
CPU 0: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (4794.1 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
17:57:58 up 2:39, 1 user, load average: 6.83, 4.53, 2.00; runlevel Aug
------------------------------------------------------------------------
Benchmark Run: Mon Aug 29 2016 17:57:58 - 18:25:51
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 29681840.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3197.6 MWIPS (9.1 s, 7 samples)
Execl Throughput 4046.9 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 569584.8 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 157644.4 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1246249.1 KBps (30.0 s, 2 samples)
Pipe Throughput 1259898.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 234669.1 lps (10.0 s, 7 samples)
Process Creation 4869.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3569.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 696.4 lpm (60.0 s, 2 samples)
System Call Overhead 3027477.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 29681840.6 2543.4
Double-Precision Whetstone 55.0 3197.6 581.4
Execl Throughput 43.0 4046.9 941.1
File Copy 1024 bufsize 2000 maxblocks 3960.0 569584.8 1438.3
File Copy 256 bufsize 500 maxblocks 1655.0 157644.4 952.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1246249.1 2148.7
Pipe Throughput 12440.0 1259898.9 1012.8
Pipe-based Context Switching 4000.0 234669.1 586.7
Process Creation 126.0 4869.8 386.5
Shell Scripts (1 concurrent) 42.4 3569.6 841.9
Shell Scripts (8 concurrent) 6.0 696.4 1160.6
System Call Overhead 15000.0 3027477.8 2018.3
========
System Benchmarks Index Score 1052.9
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, 45.6435 s, 47.0 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, 50.455 s, 42.6 MB/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=23374: Mon Aug 29 17:54:51 2016
read : io=99832KB, bw=1663.4KB/s, iops=415, runt= 60018msec
slat (usec): min=55, max=40067, avg=19222.83, stdev=5545.70
clat (usec): min=11, max=945531, avg=595555.74, stdev=121387.42
lat (msec): min=3, max=975, avg=614.78, stdev=125.07
clat percentiles (msec):
| 1.00th=[ 4], 5.00th=[ 553], 10.00th=[ 594], 20.00th=[ 603],
| 30.00th=[ 611], 40.00th=[ 619], 50.00th=[ 619], 60.00th=[ 619],
| 70.00th=[ 627], 80.00th=[ 627], 90.00th=[ 635], 95.00th=[ 644],
| 99.00th=[ 775], 99.50th=[ 816], 99.90th=[ 881], 99.95th=[ 922],
| 99.99th=[ 947]
bw (KB /s): min= 4, max= 1296, per=12.38%, avg=205.81, stdev=85.60
lat (usec) : 20=0.03%
lat (msec) : 4=1.94%, 10=1.30%, 20=0.04%, 50=0.08%, 100=0.14%
lat (msec) : 250=0.43%, 500=0.75%, 750=94.21%, 1000=1.08%
cpu : usr=0.05%, sys=0.20%, ctx=48563, majf=0, minf=500
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.3%, 16=0.5%, 32=99.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=24958/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=99832KB, aggrb=1663KB/s, minb=1663KB/s, maxb=1663KB/s, mint=60018msec, maxt=60018msec
./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=23385: Mon Aug 29 17:55:52 2016
read : io=96388KB, bw=1606.2KB/s, iops=401, runt= 60013msec
slat (usec): min=63, max=48949, avg=19903.42, stdev=3853.95
clat (usec): min=10, max=861123, avg=616180.26, stdev=51711.46
lat (msec): min=3, max=889, avg=636.09, stdev=52.73
clat percentiles (msec):
| 1.00th=[ 400], 5.00th=[ 578], 10.00th=[ 594], 20.00th=[ 611],
| 30.00th=[ 611], 40.00th=[ 619], 50.00th=[ 619], 60.00th=[ 619],
| 70.00th=[ 627], 80.00th=[ 627], 90.00th=[ 635], 95.00th=[ 644],
| 99.00th=[ 783], 99.50th=[ 807], 99.90th=[ 848], 99.95th=[ 848],
| 99.99th=[ 857]
bw (KB /s): min= 4, max= 238, per=12.36%, avg=198.57, stdev=13.80
lat (usec) : 20=0.03%
lat (msec) : 4=0.01%, 10=0.01%, 20=0.02%, 50=0.05%, 100=0.08%
lat (msec) : 250=0.36%, 500=0.74%, 750=97.29%, 1000=1.42%
cpu : usr=0.05%, sys=0.21%, ctx=47894, majf=0, minf=532
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.3%, 16=0.5%, 32=99.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=24097/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=96388KB, aggrb=1606KB/s, minb=1606KB/s, maxb=1606KB/s, mint=60013msec, maxt=60013msec
./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=23407: Mon Aug 29 17:57:52 2016
write: io=56589MB, bw=965578KB/s, iops=241394, runt= 60013msec
slat (usec): min=1, max=325398, avg=29.91, stdev=1003.43
clat (usec): min=4, max=458725, avg=1022.80, stdev=6797.26
lat (usec): min=7, max=458733, avg=1052.98, stdev=6895.22
clat percentiles (usec):
| 1.00th=[ 95], 5.00th=[ 99], 10.00th=[ 102], 20.00th=[ 107],
| 30.00th=[ 111], 40.00th=[ 114], 50.00th=[ 117], 60.00th=[ 120],
| 70.00th=[ 123], 80.00th=[ 129], 90.00th=[ 145], 95.00th=[ 215],
| 99.00th=[40704], 99.50th=[50432], 99.90th=[69120], 99.95th=[76288],
| 99.99th=[179200]
bw (KB /s): min= 2988, max=154440, per=12.55%, avg=121224.45, stdev=28002.75
lat (usec) : 10=0.01%, 20=0.01%, 50=0.01%, 100=5.12%, 250=91.70%
lat (usec) : 500=0.79%, 750=0.03%, 1000=0.01%
lat (msec) : 2=0.02%, 4=0.02%, 10=0.13%, 20=0.27%, 50=1.37%
lat (msec) : 100=0.54%, 250=0.02%, 500=0.01%
cpu : usr=2.12%, sys=9.88%, ctx=75707, majf=0, minf=261
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=14486814/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=56589MB, aggrb=965578KB/s, minb=965578KB/s, maxb=965578KB/s, mint=60013msec, maxt=60013msec
./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=23396: Mon Aug 29 17:56:52 2016
write: io=24222MB, bw=413292KB/s, iops=103322, runt= 60015msec
slat (usec): min=1, max=1828.9K, avg=68.81, stdev=5828.81
clat (usec): min=4, max=2592.1K, avg=2230.17, stdev=34834.12
lat (usec): min=7, max=2601.1K, avg=2299.26, stdev=35419.95
clat percentiles (usec):
| 1.00th=[ 95], 5.00th=[ 100], 10.00th=[ 103], 20.00th=[ 107],
| 30.00th=[ 111], 40.00th=[ 115], 50.00th=[ 119], 60.00th=[ 122],
| 70.00th=[ 126], 80.00th=[ 133], 90.00th=[ 163], 95.00th=[ 253],
| 99.00th=[44288], 99.50th=[58112], 99.90th=[423936], 99.95th=[913408],
| 99.99th=[1482752]
bw (KB /s): min= 0, max=155008, per=17.93%, avg=74115.56, stdev=61063.82
lat (usec) : 10=0.01%, 20=0.01%, 50=0.01%, 100=4.35%, 250=90.54%
lat (usec) : 500=2.32%, 750=0.03%, 1000=0.01%
lat (msec) : 2=0.03%, 4=0.04%, 10=0.16%, 20=0.37%, 50=1.42%
lat (msec) : 100=0.53%, 250=0.08%, 500=0.04%, 750=0.02%, 1000=0.03%
lat (msec) : 2000=0.04%, >=2000=0.01%
cpu : usr=0.97%, sys=4.48%, ctx=46085, majf=0, minf=245
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=6200923/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=24222MB, aggrb=413291KB/s, minb=413291KB/s, maxb=413291KB/s, mint=60015msec, maxt=60015msec
Downloaded 104857600 bytes in 29.077 sec Downloaded 104857600 bytes in 25.176 sec Downloaded 104857600 bytes in 45.974 sec Downloaded 104857600 bytes in 23.952 sec Downloaded 104857600 bytes in 35.597 sec Finished! Average download speed is 25.04 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Interneto Vizija ... Selecting 15 servers that are not too close: 1. DOKEDA (Kaunas) [91.90 km]: 6.243 ms 2. TEO LT, AB (Kaunas) [91.90 km]: 5.652 ms 3. Sejnet Rafaxc5x82 Sxc5x82awixc5x84ski (Sejny) [142.89 km]: 25.685 ms 4. BYFLY (Grodno) [148.65 km]: 71.105 ms 5. Mobile TeleSystems JLLC (Grodno) [148.65 km]: 106.992 ms 6. DauTKom TV (Daugavpils) [153.02 km]: 17.181 ms 7. LanNet Suwaxc5x82ki (Suwalki) [167.37 km]: 40.003 ms 8. Belinfonet Ltd (Minsk) [170.02 km]: 72.694 ms 9. Mobile TeleSystems JLLC (Minsk) [170.02 km]: 79.315 ms 10. Atlant Telecom (Minsk) [170.02 km]: 32.69 ms 11. Business Network, Ltd. JV (Minsk) [170.02 km]: 69.358 ms 12. MGTS (Minsk) [170.02 km]: 35.583 ms 13. FLYNET.BY (Minsk) [170.02 km]: 70.008 ms 14. FE VELCOM (Minsk) [170.02 km]: 80.177 ms 15. UNET.BY (Minsk) [170.02 km]: 42.42 ms Testing upload speeds 1. DOKEDA (Kaunas): ......................... 91.25 Mbit/s 2. TEO LT, AB (Kaunas): ......................... 229.41 Mbit/s 3. Sejnet Rafaxc5x82 Sxc5x82awixc5x84ski (Sejny): ......................... 108.10 Mbit/s 4. BYFLY (Grodno): ......................... 129.05 Mbit/s 5. Mobile TeleSystems JLLC (Grodno): ......................... 69.03 Mbit/s 6. DauTKom TV (Daugavpils): ......................... 128.38 Mbit/s 7. LanNet Suwaxc5x82ki (Suwalki): ......................... 133.55 Mbit/s 8. Belinfonet Ltd (Minsk): ......................... 79.67 Mbit/s 9. Mobile TeleSystems JLLC (Minsk): ......................... 103.22 Mbit/s 10. Atlant Telecom (Minsk): ......................... 126.23 Mbit/s 11. Business Network, Ltd. JV (Minsk): ......................... 35.78 Mbit/s 12. MGTS (Minsk): ......................... 113.41 Mbit/s 13. FLYNET.BY (Minsk): ......................... 72.82 Mbit/s 14. FE VELCOM (Minsk): ......................... 56.46 Mbit/s 15. UNET.BY (Minsk): ......................... 91.89 Mbit/s Average upload speed is 104.55 Mbit/s