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 "/home/webmaster/serverscope-caqcK2/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/webmaster/serverscope-caqcK2/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/home/webmaster/serverscope-caqcK2/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/webmaster/serverscope-caqcK2/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/webmaster/serverscope-caqcK2/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/webmaster/serverscope-caqcK2/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
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: von-enterprises: GNU/Linux
OS: GNU/Linux -- 4.4.0-66-generic -- #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (7000.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
16:01:33 up 2 days, 4:34, 1 user, load average: 8.65, 5.14, 2.77; runlevel 2017-03-12
------------------------------------------------------------------------
Benchmark Run: Tue Mar 14 2017 16:01:33 - 16:29:48
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 30096844.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4126.3 MWIPS (9.9 s, 7 samples)
Execl Throughput 4094.6 lps (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 878390.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 255219.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1937860.9 KBps (30.0 s, 2 samples)
Pipe Throughput 2037719.0 lps (10.0 s, 7 samples)
Pipe-based Context Switching 318963.9 lps (10.0 s, 7 samples)
Process Creation 10390.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 5867.2 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 727.0 lpm (60.1 s, 2 samples)
System Call Overhead 3666640.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 30096844.3 2579.0
Double-Precision Whetstone 55.0 4126.3 750.2
Execl Throughput 43.0 4094.6 952.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 878390.9 2218.2
File Copy 256 bufsize 500 maxblocks 1655.0 255219.0 1542.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 1937860.9 3341.1
Pipe Throughput 12440.0 2037719.0 1638.0
Pipe-based Context Switching 4000.0 318963.9 797.4
Process Creation 126.0 10390.8 824.7
Shell Scripts (1 concurrent) 42.4 5867.2 1383.8
Shell Scripts (8 concurrent) 6.0 727.0 1211.7
System Call Overhead 15000.0 3666640.8 2444.4
========
System Benchmarks Index Score 1458.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, 4.55075 s, 472 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, 4.97622 s, 432 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=2343: Tue Mar 14 15:58:27 2017
read : io=6576.5MB, bw=112232KB/s, iops=28057, runt= 60003msec
clat (usec): min=0, max=68066, avg=281.45, stdev=898.47
lat (usec): min=0, max=68066, avg=281.80, stdev=898.74
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 58],
| 30.00th=[ 85], 40.00th=[ 106], 50.00th=[ 129], 60.00th=[ 157],
| 70.00th=[ 197], 80.00th=[ 266], 90.00th=[ 422], 95.00th=[ 748],
| 99.00th=[ 3952], 99.50th=[ 5792], 99.90th=[12736], 99.95th=[15808],
| 99.99th=[22656]
bw (KB /s): min= 2802, max=36760, per=12.52%, avg=14051.49, stdev=5755.76
lat (usec) : 2=3.53%, 4=10.76%, 10=1.15%, 20=0.27%, 50=2.09%
lat (usec) : 100=19.11%, 250=41.38%, 500=13.78%, 750=2.94%, 1000=1.27%
lat (msec) : 2=1.73%, 4=1.01%, 10=0.80%, 20=0.16%, 50=0.02%
lat (msec) : 100=0.01%
cpu : usr=1.65%, sys=4.74%, ctx=1414271, 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=1683558/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=6576.5MB, aggrb=112231KB/s, minb=112231KB/s, maxb=112231KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
vda: ios=1427625/4563, merge=64/23207, ticks=275856/11428, in_queue=287076, util=83.51%
./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=2442: Tue Mar 14 15:59:28 2017
read : io=7334.2MB, bw=125146KB/s, iops=31286, runt= 60011msec
clat (usec): min=16, max=32577, avg=251.53, stdev=781.90
lat (usec): min=17, max=32577, avg=251.87, stdev=782.05
clat percentiles (usec):
| 1.00th=[ 35], 5.00th=[ 49], 10.00th=[ 58], 20.00th=[ 73],
| 30.00th=[ 87], 40.00th=[ 101], 50.00th=[ 117], 60.00th=[ 139],
| 70.00th=[ 171], 80.00th=[ 231], 90.00th=[ 366], 95.00th=[ 588],
| 99.00th=[ 3152], 99.50th=[ 5152], 99.90th=[12096], 99.95th=[14144],
| 99.99th=[20096]
bw (KB /s): min= 5924, max=27720, per=12.51%, avg=15654.72, stdev=3548.08
lat (usec) : 20=0.01%, 50=5.40%, 100=33.70%, 250=42.93%, 500=11.89%
lat (usec) : 750=2.16%, 1000=1.03%
lat (msec) : 2=1.41%, 4=0.73%, 10=0.61%, 20=0.14%, 50=0.01%
cpu : usr=2.06%, sys=4.40%, ctx=1880606, 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=1877532/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=7334.2MB, aggrb=125145KB/s, minb=125145KB/s, maxb=125145KB/s, mint=60011msec, maxt=60011msec
Disk stats (read/write):
vda: ios=1873218/447, merge=238/332, ticks=300856/856, in_queue=301388, util=87.14%
./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=2518: Tue Mar 14 16:01:28 2017
write: io=49244MB, bw=840224KB/s, iops=210055, runt= 60015msec
clat (usec): min=0, max=202197, avg=31.11, stdev=793.00
lat (usec): min=0, max=225705, avg=32.17, stdev=825.31
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1],
| 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2],
| 70.00th=[ 2], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 4], 99.50th=[ 11], 99.90th=[12480], 99.95th=[18816],
| 99.99th=[31616]
bw (KB /s): min= 3, max=151573, per=12.54%, avg=105389.71, stdev=19764.28
lat (usec) : 2=25.40%, 4=73.27%, 10=0.79%, 20=0.14%, 50=0.09%
lat (usec) : 100=0.06%, 250=0.03%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.06%, 20=0.08%, 50=0.04%
lat (msec) : 100=0.01%, 250=0.01%
cpu : usr=2.20%, sys=6.99%, ctx=56791, majf=0, minf=91
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=12606504/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=49244MB, aggrb=840223KB/s, minb=840223KB/s, maxb=840223KB/s, mint=60015msec, maxt=60015msec
Disk stats (read/write):
vda: ios=134/1343702, merge=25/815, ticks=920/4494732, in_queue=4497160, util=80.88%
./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=2470: Tue Mar 14 16:00:28 2017
write: io=1254.7MB, bw=21401KB/s, iops=5350, runt= 60004msec
clat (usec): min=22, max=202641, avg=1491.01, stdev=9720.87
lat (usec): min=22, max=202642, avg=1491.46, stdev=9721.37
clat percentiles (usec):
| 1.00th=[ 32], 5.00th=[ 39], 10.00th=[ 43], 20.00th=[ 48],
| 30.00th=[ 54], 40.00th=[ 61], 50.00th=[ 69], 60.00th=[ 75],
| 70.00th=[ 85], 80.00th=[ 107], 90.00th=[ 187], 95.00th=[ 812],
| 99.00th=[62208], 99.50th=[78336], 99.90th=[107008], 99.95th=[118272],
| 99.99th=[148480]
bw (KB /s): min= 619, max= 6512, per=12.53%, avg=2680.51, stdev=989.65
lat (usec) : 50=23.62%, 100=53.78%, 250=14.53%, 500=2.14%, 750=0.77%
lat (usec) : 1000=0.57%
lat (msec) : 2=0.92%, 4=0.88%, 10=0.66%, 20=0.11%, 50=0.58%
lat (msec) : 100=1.30%, 250=0.14%
cpu : usr=0.44%, sys=1.40%, ctx=645419, 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=321041/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=1254.7MB, aggrb=21401KB/s, minb=21401KB/s, maxb=21401KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
vda: ios=6086/319548, merge=120/2924, ticks=3244/53548, in_queue=56708, util=83.74%
Downloaded 104857600 bytes in 1.773 sec Downloaded 104857600 bytes in 1.209 sec Downloaded 104857600 bytes in 2.638 sec Downloaded 104857600 bytes in 2.055 sec Downloaded 104857600 bytes in 1.323 sec Finished! Average download speed is 444.54 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from BuyVM ... Selecting 15 servers that are not too close: 1. MVDSL (Overton, NV) [74.20 km]: 31.706 ms 2. Reliance Connects (Mesquite, NV) [112.07 km]: 18.67 ms 3. Race Communications (Mojave, CA) [133.28 km]: 43.42 ms 4. AWI networks (Saint George, UT) [172.70 km]: 36.332 ms 5. Infowest (Saint George, UT) [172.70 km]: 35.283 ms 6. South Central Internet (Cedar City, UT) [248.43 km]: 17.378 ms 7. Cable One, Inc. (Prescott, AZ) [301.77 km]: 34.335 ms 8. T-Mobile (Riverside, CA) [321.82 km]: 68.289 ms 9. C3Network.Inc (Diamond Bar, CA) [343.51 km]: 33.674 ms 10. https://fdcservers.net (Pasadena, CA) [354.29 km]: 28.122 ms 11. T-Mobile (Irvine, CA) [367.80 km]: 11.633 ms 12. Google Fiber (Irvine, CA) [367.80 km]: 1800000.0 ms 13. AT&T (Los Angeles, CA) [368.74 km]: 17.167 ms 14. Time Warner Cable (Los Angeles, CA) [368.74 km]: 23.018 ms 15. Race Communications (Los Angeles, CA) [368.74 km]: 19.977 ms Testing upload speeds 1. MVDSL (Overton, NV): ......................... 181.21 Mbit/s 2. Reliance Connects (Mesquite, NV): ......................... 193.60 Mbit/s 3. Race Communications (Mojave, CA): ......................... 272.15 Mbit/s 4. AWI networks (Saint George, UT): ......................... 110.20 Mbit/s 5. Infowest (Saint George, UT): ......................... 49.44 Mbit/s 6. South Central Internet (Cedar City, UT): ......................... 134.41 Mbit/s 7. Cable One, Inc. (Prescott, AZ): ......................... 138.15 Mbit/s 8. T-Mobile (Riverside, CA): ......................... 69.40 Mbit/s 9. C3Network.Inc (Diamond Bar, CA): ......................... 255.92 Mbit/s 10. https://fdcservers.net (Pasadena, CA): ......................... 275.77 Mbit/s 11. T-Mobile (Irvine, CA): ......................... 209.57 Mbit/s 12. Google Fiber (Irvine, CA): ......................... 0.00 Mbit/s 13. AT&T (Los Angeles, CA): ......................... 258.06 Mbit/s 14. Time Warner Cable (Los Angeles, CA): ......................... 251.56 Mbit/s 15. Race Communications (Los Angeles, CA): ......................... 217.77 Mbit/s Average upload speed is 174.48 Mbit/s