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 "/root/serverscope-_rmRxE/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-_rmRxE/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-_rmRxE/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-_rmRxE/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-_rmRxE/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-_rmRxE/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: algo: GNU/Linux
OS: GNU/Linux -- 4.4.0-87-generic -- #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
20:34:32 up 7 days, 5:08, 1 user, load average: 8.23, 4.86, 2.08; runlevel 2018-07-10
------------------------------------------------------------------------
Benchmark Run: Tue Jul 17 2018 20:34:32 - 21:02:41
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 31792746.7 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3387.5 MWIPS (9.9 s, 7 samples)
Execl Throughput 4853.2 lps (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 1007603.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 308653.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1751660.4 KBps (30.0 s, 2 samples)
Pipe Throughput 2082130.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 275180.5 lps (10.0 s, 7 samples)
Process Creation 13021.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 8015.9 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1024.3 lpm (60.0 s, 2 samples)
System Call Overhead 3743966.0 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 31792746.7 2724.3
Double-Precision Whetstone 55.0 3387.5 615.9
Execl Throughput 43.0 4853.2 1128.6
File Copy 1024 bufsize 2000 maxblocks 3960.0 1007603.9 2544.5
File Copy 256 bufsize 500 maxblocks 1655.0 308653.9 1865.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 1751660.4 3020.1
Pipe Throughput 12440.0 2082130.5 1673.7
Pipe-based Context Switching 4000.0 275180.5 688.0
Process Creation 126.0 13021.8 1033.5
Shell Scripts (1 concurrent) 42.4 8015.9 1890.5
Shell Scripts (8 concurrent) 6.0 1024.3 1707.2
System Call Overhead 15000.0 3743966.0 2496.0
========
System Benchmarks Index Score 1589.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, 2.0 GiB) copied, 13.4459 s, 160 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, 18.8765 s, 114 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=3099: Tue Jul 17 20:31:22 2018
read : io=2791.1MB, bw=47638KB/s, iops=11909, runt= 60014msec
clat (usec): min=1, max=161973, avg=667.34, stdev=1530.93
lat (usec): min=1, max=161973, avg=667.71, stdev=1530.94
clat percentiles (usec):
| 1.00th=[ 6], 5.00th=[ 63], 10.00th=[ 89], 20.00th=[ 231],
| 30.00th=[ 290], 40.00th=[ 330], 50.00th=[ 370], 60.00th=[ 446],
| 70.00th=[ 556], 80.00th=[ 700], 90.00th=[ 1032], 95.00th=[ 1720],
| 99.00th=[ 7264], 99.50th=[10688], 99.90th=[17792], 99.95th=[21632],
| 99.99th=[31360]
bw (KB /s): min= 3266, max=11304, per=12.52%, avg=5965.04, stdev=1287.61
lat (usec) : 2=0.10%, 4=0.67%, 10=1.47%, 20=0.95%, 50=0.45%
lat (usec) : 100=8.41%, 250=10.06%, 500=42.96%, 750=17.35%, 1000=6.98%
lat (msec) : 2=6.35%, 4=2.15%, 10=1.54%, 20=0.52%, 50=0.06%
lat (msec) : 100=0.01%, 250=0.01%
cpu : usr=0.83%, sys=3.50%, ctx=709463, 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=714737/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=2791.1MB, aggrb=47638KB/s, minb=47638KB/s, maxb=47638KB/s, mint=60014msec, maxt=60014msec
Disk stats (read/write):
vda: ios=689813/223, merge=6/172, ticks=436360/112, in_queue=436216, util=99.03%
./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=3109: Tue Jul 17 20:32:26 2018
read : io=3056.6MB, bw=52161KB/s, iops=13040, runt= 60005msec
clat (usec): min=23, max=50059, avg=608.70, stdev=1450.97
lat (usec): min=23, max=50059, avg=609.03, stdev=1450.98
clat percentiles (usec):
| 1.00th=[ 48], 5.00th=[ 64], 10.00th=[ 80], 20.00th=[ 173],
| 30.00th=[ 266], 40.00th=[ 302], 50.00th=[ 338], 60.00th=[ 398],
| 70.00th=[ 498], 80.00th=[ 636], 90.00th=[ 932], 95.00th=[ 1464],
| 99.00th=[ 6560], 99.50th=[10816], 99.90th=[19584], 99.95th=[24192],
| 99.99th=[32640]
bw (KB /s): min= 3242, max=13272, per=12.52%, avg=6529.99, stdev=1340.60
lat (usec) : 50=1.27%, 100=13.21%, 250=11.61%, 500=44.00%, 750=15.22%
lat (usec) : 1000=5.84%
lat (msec) : 2=5.31%, 4=1.74%, 10=1.22%, 20=0.48%, 50=0.09%
lat (msec) : 100=0.01%
cpu : usr=0.87%, sys=2.76%, ctx=791419, 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=782477/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=3056.6MB, aggrb=52160KB/s, minb=52160KB/s, maxb=52160KB/s, mint=60005msec, maxt=60005msec
Disk stats (read/write):
vda: ios=781768/13, merge=0/9, ticks=445340/0, in_queue=445168, util=99.52%
./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=3135: Tue Jul 17 20:34:27 2018
write: io=39755MB, bw=678415KB/s, iops=169603, runt= 60007msec
clat (usec): min=1, max=398093, avg=38.62, stdev=879.19
lat (usec): min=1, max=398094, avg=39.68, stdev=895.53
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 2], 20.00th=[ 2],
| 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2],
| 70.00th=[ 2], 80.00th=[ 3], 90.00th=[ 4], 95.00th=[ 6],
| 99.00th=[ 19], 99.50th=[ 137], 99.90th=[12480], 99.95th=[17280],
| 99.99th=[28032]
bw (KB /s): min= 312, max=128737, per=12.56%, avg=85233.77, stdev=26042.34
lat (usec) : 2=8.53%, 4=79.28%, 10=9.29%, 20=1.92%, 50=0.44%
lat (usec) : 100=0.03%, 250=0.06%, 500=0.09%, 750=0.02%, 1000=0.01%
lat (msec) : 2=0.02%, 4=0.04%, 10=0.13%, 20=0.11%, 50=0.03%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%
cpu : usr=2.55%, sys=7.40%, ctx=91112, majf=0, minf=92
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=10177406/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=39755MB, aggrb=678414KB/s, minb=678414KB/s, maxb=678414KB/s, mint=60007msec, maxt=60007msec
Disk stats (read/write):
vda: ios=1/3135415, merge=7/71, ticks=52/3057980, in_queue=3060840, util=77.67%
./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=3125: Tue Jul 17 20:33:27 2018
write: io=2635.8MB, bw=44981KB/s, iops=11245, runt= 60004msec
clat (usec): min=34, max=250493, avg=707.96, stdev=5128.97
lat (usec): min=34, max=250493, avg=708.37, stdev=5128.99
clat percentiles (usec):
| 1.00th=[ 45], 5.00th=[ 48], 10.00th=[ 52], 20.00th=[ 58],
| 30.00th=[ 64], 40.00th=[ 69], 50.00th=[ 74], 60.00th=[ 79],
| 70.00th=[ 84], 80.00th=[ 92], 90.00th=[ 107], 95.00th=[ 133],
| 99.00th=[37632], 99.50th=[41728], 99.90th=[50944], 99.95th=[56576],
| 99.99th=[76288]
bw (KB /s): min= 2687, max= 9136, per=12.51%, avg=5627.29, stdev=1048.82
lat (usec) : 50=6.68%, 100=79.49%, 250=11.42%, 500=0.46%, 750=0.13%
lat (usec) : 1000=0.08%
lat (msec) : 2=0.14%, 4=0.05%, 10=0.02%, 20=0.01%, 50=1.41%
lat (msec) : 100=0.12%, 250=0.01%, 500=0.01%
cpu : usr=0.78%, sys=2.03%, ctx=1360373, 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=674754/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=2635.8MB, aggrb=44980KB/s, minb=44980KB/s, maxb=44980KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
vda: ios=0/673837, merge=0/1440, ticks=0/54448, in_queue=54296, util=79.33%
Downloaded 104857600 bytes in 1.076 sec Downloaded 104857600 bytes in 1.074 sec Downloaded 104857600 bytes in 1.077 sec Downloaded 104857600 bytes in 1.063 sec Downloaded 104857600 bytes in 1.074 sec Finished! Average download speed is 745.71 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Wowrack.com ... Selecting 15 servers that are not too close: 1. Ideatek Telcom (Buhler, KS) [42.88 km]: 72.685 ms 2. Cox - Wichita (Wichita, KS) [43.14 km]: 91.943 ms 3. Sumner Communications (Wellington, KS) [65.42 km]: 83.513 ms 4. H&B Communications (Holyrood, KS) [106.27 km]: 113.244 ms 5. Giant Communications, Inc. (Haviland, KS) [113.97 km]: 90.159 ms 6. Sprint (Enid, OK) [150.80 km]: 61.388 ms 7. S&A Telephone (Allen, KS) [175.61 km]: 49.562 ms 8. Twin Valley Communications (Miltonvale, KS) [180.51 km]: 72.34 ms 9. Fort Hays State Univ (Hays, KS) [181.31 km]: 142.213 ms 10. North Central Kansas Community Network/Cunningham Telephone & Cable (Beloit, KS) [191.97 km]: 59.45 ms 11. United Telephone Association, Inc. (Dodge City, KS) [193.08 km]: 90.764 ms 12. Chickasaw Telecommunications Services, Inc. (Stillwater, OK) [193.17 km]: 93.294 ms 13. Encore Communications, Inc. (Tulsa, OK) [240.75 km]: 121.528 ms 14. Verizon (Tulsa, OK) [240.75 km]: 105.977 ms 15. Dobson Technologies (Oklahoma City, OK) [249.60 km]: 72.742 ms Testing upload speeds 1. Ideatek Telcom (Buhler, KS): ......................... 87.08 Mbit/s 2. Cox - Wichita (Wichita, KS): ......................... 41.79 Mbit/s 3. Sumner Communications (Wellington, KS): ......................... 28.73 Mbit/s 4. H&B Communications (Holyrood, KS): ......................... 89.70 Mbit/s 5. Giant Communications, Inc. (Haviland, KS): ......................... 2.68 Mbit/s 6. Sprint (Enid, OK): ......................... 115.33 Mbit/s 7. S&A Telephone (Allen, KS): ......................... 115.45 Mbit/s 8. Twin Valley Communications (Miltonvale, KS): ......................... 64.89 Mbit/s 9. Fort Hays State Univ (Hays, KS): ......................... 81.97 Mbit/s 10. North Central Kansas Community Network/Cunningham Telephone & Cable (Beloit, KS):......................... 115.47 Mbit/s 11. United Telephone Association, Inc. (Dodge City, KS):......................... 58.65 Mbit/s 12. Chickasaw Telecommunications Services, Inc. (Stillwater, OK):......................... 112.96 Mbit/s 13. Encore Communications, Inc. (Tulsa, OK): ......................... 90.21 Mbit/s 14. Verizon (Tulsa, OK): ......................... 74.86 Mbit/s 15. Dobson Technologies (Oklahoma City, OK): ......................... 63.48 Mbit/s Average upload speed is 76.22 Mbit/s