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-90a9M5/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-90a9M5/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-90a9M5/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-90a9M5/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-90a9M5/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-90a9M5/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: bibica: GNU/Linux OS: GNU/Linux -- 4.4.0-116-generic -- #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (4000.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 02:29:04 up 5 days, 19:55, 1 user, load average: 7.67, 4.92, 2.17; runlevel 2018-03-21 ------------------------------------------------------------------------ Benchmark Run: Tue Mar 27 2018 02:29:04 - 02:57:00 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 20959059.1 lps (10.0 s, 7 samples) Double-Precision Whetstone 2479.1 MWIPS (9.6 s, 7 samples) Execl Throughput 2693.0 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 325452.7 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 96716.0 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 866313.1 KBps (30.0 s, 2 samples) Pipe Throughput 559235.7 lps (10.0 s, 7 samples) Pipe-based Context Switching 88927.0 lps (10.0 s, 7 samples) Process Creation 7028.0 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 4558.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 582.1 lpm (60.0 s, 2 samples) System Call Overhead 495357.6 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 20959059.1 1796.0 Double-Precision Whetstone 55.0 2479.1 450.7 Execl Throughput 43.0 2693.0 626.3 File Copy 1024 bufsize 2000 maxblocks 3960.0 325452.7 821.9 File Copy 256 bufsize 500 maxblocks 1655.0 96716.0 584.4 File Copy 4096 bufsize 8000 maxblocks 5800.0 866313.1 1493.6 Pipe Throughput 12440.0 559235.7 449.5 Pipe-based Context Switching 4000.0 88927.0 222.3 Process Creation 126.0 7028.0 557.8 Shell Scripts (1 concurrent) 42.4 4558.4 1075.1 Shell Scripts (8 concurrent) 6.0 582.1 970.2 System Call Overhead 15000.0 495357.6 330.2 ======== System Benchmarks Index Score 661.2
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, 8.39499 s, 256 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, 6.22791 s, 345 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=22052: Tue Mar 27 02:25:50 2018 read : io=994988KB, bw=16570KB/s, iops=4142, runt= 60048msec clat (usec): min=2, max=479934, avg=1918.88, stdev=5717.33 lat (usec): min=2, max=479935, avg=1920.07, stdev=5717.42 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 3], 10.00th=[ 5], 20.00th=[ 155], | 30.00th=[ 177], 40.00th=[ 199], 50.00th=[ 225], 60.00th=[ 262], | 70.00th=[ 326], 80.00th=[ 532], 90.00th=[ 6880], 95.00th=[12608], | 99.00th=[24192], 99.50th=[30336], 99.90th=[52480], 99.95th=[69120], | 99.99th=[144384] bw (KB /s): min= 29, max=35008, per=12.61%, avg=2089.18, stdev=4897.04 lat (usec) : 4=5.57%, 10=7.15%, 20=0.39%, 50=0.08%, 100=0.12% lat (usec) : 250=43.68%, 500=22.34%, 750=3.42%, 1000=1.24% lat (msec) : 2=1.68%, 4=1.77%, 10=5.80%, 20=5.08%, 50=1.59% lat (msec) : 100=0.09%, 250=0.02%, 500=0.01% cpu : usr=0.76%, sys=2.25%, ctx=220229, 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=248747/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=994988KB, aggrb=16569KB/s, minb=16569KB/s, maxb=16569KB/s, mint=60048msec, maxt=60048msec Disk stats (read/write): vda: ios=216374/564, merge=28/2365, ticks=473088/236, in_queue=473284, util=99.94%
./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=22201: Tue Mar 27 02:26:53 2018 read : io=147672KB, bw=2460.3KB/s, iops=615, runt= 60024msec clat (usec): min=219, max=641019, avg=12983.72, stdev=16362.95 lat (usec): min=220, max=641020, avg=12985.11, stdev=16362.95 clat percentiles (usec): | 1.00th=[ 458], 5.00th=[ 2448], 10.00th=[ 3568], 20.00th=[ 5536], | 30.00th=[ 7264], 40.00th=[ 8640], 50.00th=[10176], 60.00th=[12224], | 70.00th=[14656], 80.00th=[17536], 90.00th=[23168], 95.00th=[29312], | 99.00th=[50432], 99.50th=[72192], 99.90th=[224256], 99.95th=[329728], | 99.99th=[577536] bw (KB /s): min= 6, max= 537, per=12.60%, avg=309.89, stdev=80.26 lat (usec) : 250=0.01%, 500=1.12%, 750=0.33%, 1000=0.12% lat (msec) : 2=1.86%, 4=8.56%, 10=36.99%, 20=36.45%, 50=13.54% lat (msec) : 100=0.70%, 250=0.25%, 500=0.06%, 750=0.02% cpu : usr=0.21%, sys=0.56%, ctx=37269, majf=0, minf=83 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=36918/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=147672KB, aggrb=2460KB/s, minb=2460KB/s, maxb=2460KB/s, mint=60024msec, maxt=60024msec Disk stats (read/write): vda: ios=37516/203, merge=5/275, ticks=482256/556, in_queue=482856, util=100.00%
./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=22495: Tue Mar 27 02:28:54 2018 write: io=11066MB, bw=188840KB/s, iops=47210, runt= 60006msec clat (usec): min=2, max=536444, avg=133.06, stdev=2337.25 lat (usec): min=2, max=536716, avg=139.11, stdev=2387.68 clat percentiles (usec): | 1.00th=[ 3], 5.00th=[ 3], 10.00th=[ 3], 20.00th=[ 3], | 30.00th=[ 4], 40.00th=[ 4], 50.00th=[ 5], 60.00th=[ 5], | 70.00th=[ 5], 80.00th=[ 6], 90.00th=[ 8], 95.00th=[ 12], | 99.00th=[ 338], 99.50th=[ 7712], 99.90th=[28032], 99.95th=[41728], | 99.99th=[92672] bw (KB /s): min= 232, max=44360, per=12.59%, avg=23782.98, stdev=9820.18 lat (usec) : 4=20.48%, 10=71.95%, 20=5.44%, 50=0.71%, 100=0.20% lat (usec) : 250=0.18%, 500=0.11%, 750=0.07%, 1000=0.05% lat (msec) : 2=0.08%, 4=0.09%, 10=0.23%, 20=0.24%, 50=0.14% lat (msec) : 100=0.03%, 250=0.01%, 500=0.01%, 750=0.01% cpu : usr=2.03%, sys=5.20%, ctx=65533, majf=3, minf=89 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=2832886/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=11066MB, aggrb=188840KB/s, minb=188840KB/s, maxb=188840KB/s, mint=60006msec, maxt=60006msec Disk stats (read/write): vda: ios=862/1584737, merge=17/25575, ticks=12052/5241068, in_queue=5252684, util=93.07%
./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=22348: Tue Mar 27 02:27:54 2018 write: io=545840KB, bw=9096.8KB/s, iops=2274, runt= 60004msec clat (usec): min=104, max=464072, avg=3504.05, stdev=14508.74 lat (usec): min=104, max=464073, avg=3505.58, stdev=14508.89 clat percentiles (usec): | 1.00th=[ 149], 5.00th=[ 167], 10.00th=[ 181], 20.00th=[ 203], | 30.00th=[ 223], 40.00th=[ 243], 50.00th=[ 266], 60.00th=[ 298], | 70.00th=[ 346], 80.00th=[ 434], 90.00th=[ 836], 95.00th=[39680], | 99.00th=[68096], 99.50th=[80384], 99.90th=[136192], 99.95th=[152576], | 99.99th=[342016] bw (KB /s): min= 150, max= 2641, per=12.57%, avg=1143.55, stdev=410.81 lat (usec) : 250=43.44%, 500=40.17%, 750=5.58%, 1000=1.91% lat (msec) : 2=2.03%, 4=0.84%, 10=0.48%, 20=0.10%, 50=2.60% lat (msec) : 100=2.58%, 250=0.24%, 500=0.02% cpu : usr=0.48%, sys=1.71%, ctx=280867, 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=136460/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=545840KB, aggrb=9096KB/s, minb=9096KB/s, maxb=9096KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): vda: ios=3/136560, merge=4/9251, ticks=40/49340, in_queue=49288, util=81.92%
Downloaded 104857600 bytes in 2.511 sec Downloaded 104857600 bytes in 2.360 sec Downloaded 104857600 bytes in 2.098 sec Downloaded 104857600 bytes in 2.453 sec Downloaded 104857600 bytes in 2.102 sec Finished! Average download speed is 347.10 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from MULTACOM ... Selecting 15 servers that are not too close: 1. City of Sandy-SandyNet Fiber (Sandy, OR) [34.89 km]: 47.049 ms 2. OnlineNW (McMinnville, OR) [53.58 km]: 42.021 ms 3. Reliance Connects (Estacada, OR) [59.11 km]: 76.035 ms 4. Stayton Telephone (Stayton, OR) [80.89 km]: 49.954 ms 5. Gorge Networks (Hood River, OR) [92.08 km]: 50.82 ms 6. Mosier WiNet (Mosier, OR) [101.14 km]: 93.511 ms 7. PEAK Internet (Corvallis, OR) [115.93 km]: 52.55 ms 8. Alyrica Networks, Inc. (Philomath, OR) [121.87 km]: 39.484 ms 9. CresComm WiFi, LLC (Long Beach, WA) [140.74 km]: 50.112 ms 10. CoastCom, Inc (Newport, OR) [148.94 km]: 50.091 ms 11. Sureline Broadband (Madras, OR) [156.65 km]: 60.001 ms 12. CenturyLink, Inc (Eugene, OR) [166.78 km]: 35.67 ms 13. XS Media (Eugene, OR) [166.78 km]: 35.668 ms 14. Rainier Connect (Tacoma, WA) [191.76 km]: 43.64 ms 15. Sprint (Tacoma, WA) [193.12 km]: 43.121 ms Testing upload speeds 1. City of Sandy-SandyNet Fiber (Sandy, OR): ......................... 142.27 Mbit/s 2. OnlineNW (McMinnville, OR): ......................... 108.15 Mbit/s 3. Reliance Connects (Estacada, OR): ......................... 164.93 Mbit/s 4. Stayton Telephone (Stayton, OR): ......................... 133.66 Mbit/s 5. Gorge Networks (Hood River, OR): ......................... 96.56 Mbit/s 6. Mosier WiNet (Mosier, OR): ......................... 51.57 Mbit/s 7. PEAK Internet (Corvallis, OR): ......................... 88.57 Mbit/s 8. Alyrica Networks, Inc. (Philomath, OR): ......................... 167.31 Mbit/s 9. CresComm WiFi, LLC (Long Beach, WA): ......................... 30.87 Mbit/s 10. CoastCom, Inc (Newport, OR): ......................... 24.47 Mbit/s 11. Sureline Broadband (Madras, OR): ......................... 109.75 Mbit/s 12. CenturyLink, Inc (Eugene, OR): ......................... 169.43 Mbit/s 13. XS Media (Eugene, OR): ......................... 185.63 Mbit/s 14. Rainier Connect (Tacoma, WA): ......................... 73.26 Mbit/s 15. Sprint (Tacoma, WA): ......................... 210.28 Mbit/s Average upload speed is 117.11 Mbit/s