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-fGh37v/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-fGh37v/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-fGh37v/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-fGh37v/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-fGh37v/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-fGh37v/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: ip-172-26-15-49: GNU/Linux OS: GNU/Linux -- 4.4.0-1013-aws -- #22-Ubuntu SMP Fri Mar 31 15:41:31 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-2676 v3 @ 2.40GHz (4800.1 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 20:39:40 up 8:04, 1 user, load average: 7.92, 4.84, 2.22; runlevel 2018-03-30 ------------------------------------------------------------------------ Benchmark Run: Fri Mar 30 2018 20:39:40 - 21:07:52 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 31505888.4 lps (10.0 s, 7 samples) Double-Precision Whetstone 3344.0 MWIPS (9.9 s, 7 samples) Execl Throughput 5748.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1283380.5 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 338958.2 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 3643244.5 KBps (30.0 s, 2 samples) Pipe Throughput 2364769.9 lps (10.0 s, 7 samples) Pipe-based Context Switching 306423.3 lps (10.0 s, 7 samples) Process Creation 17697.6 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 444.5 lpm (60.1 s, 2 samples) Shell Scripts (8 concurrent) 55.5 lpm (60.6 s, 2 samples) System Call Overhead 2059629.1 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 31505888.4 2699.7 Double-Precision Whetstone 55.0 3344.0 608.0 Execl Throughput 43.0 5748.3 1336.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 1283380.5 3240.9 File Copy 256 bufsize 500 maxblocks 1655.0 338958.2 2048.1 File Copy 4096 bufsize 8000 maxblocks 5800.0 3643244.5 6281.5 Pipe Throughput 12440.0 2364769.9 1900.9 Pipe-based Context Switching 4000.0 306423.3 766.1 Process Creation 126.0 17697.6 1404.6 Shell Scripts (1 concurrent) 42.4 444.5 104.8 Shell Scripts (8 concurrent) 6.0 55.5 92.4 System Call Overhead 15000.0 2059629.1 1373.1 ======== System Benchmarks Index Score 1079.0
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, 33.3771 s, 64.3 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, 33.861 s, 63.4 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=5551: Fri Mar 30 20:36:34 2018 read : io=744800KB, bw=12413KB/s, iops=3103, runt= 60003msec clat (usec): min=226, max=14606, avg=2576.13, stdev=359.34 lat (usec): min=226, max=14607, avg=2576.31, stdev=359.34 clat percentiles (usec): | 1.00th=[ 342], 5.00th=[ 2544], 10.00th=[ 2576], 20.00th=[ 2576], | 30.00th=[ 2608], 40.00th=[ 2608], 50.00th=[ 2608], 60.00th=[ 2608], | 70.00th=[ 2640], 80.00th=[ 2640], 90.00th=[ 2640], 95.00th=[ 2672], | 99.00th=[ 2768], 99.50th=[ 3280], 99.90th=[ 3984], 99.95th=[ 4384], | 99.99th=[10944] bw (KB /s): min= 1513, max= 4624, per=12.51%, avg=1553.32, stdev=279.72 lat (usec) : 250=0.01%, 500=1.96%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.05%, 4=97.87%, 10=0.08%, 20=0.01% cpu : usr=0.16%, sys=0.38%, ctx=186690, majf=0, minf=80 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=186200/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=744800KB, aggrb=12412KB/s, minb=12412KB/s, maxb=12412KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): xvda: ios=185848/462, merge=0/535, ticks=477888/1292, in_queue=479212, util=99.90%
./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=5561: Fri Mar 30 20:37:35 2018 read : io=737832KB, bw=12297KB/s, iops=3074, runt= 60002msec clat (usec): min=229, max=18269, avg=2600.15, stdev=238.74 lat (usec): min=229, max=18269, avg=2600.32, stdev=238.74 clat percentiles (usec): | 1.00th=[ 2480], 5.00th=[ 2544], 10.00th=[ 2576], 20.00th=[ 2576], | 30.00th=[ 2608], 40.00th=[ 2608], 50.00th=[ 2608], 60.00th=[ 2608], | 70.00th=[ 2640], 80.00th=[ 2640], 90.00th=[ 2640], 95.00th=[ 2672], | 99.00th=[ 2704], 99.50th=[ 2736], 99.90th=[ 3888], 99.95th=[ 4704], | 99.99th=[10176] bw (KB /s): min= 1510, max= 2374, per=12.51%, avg=1538.28, stdev=75.00 lat (usec) : 250=0.01%, 500=0.62%, 750=0.02%, 1000=0.02% lat (msec) : 2=0.14%, 4=99.10%, 10=0.08%, 20=0.01% cpu : usr=0.10%, sys=0.40%, ctx=184657, majf=0, minf=80 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=184458/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=737832KB, aggrb=12296KB/s, minb=12296KB/s, maxb=12296KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): xvda: ios=184200/0, merge=0/0, ticks=478548/0, in_queue=478568, util=99.86%
./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=5581: Fri Mar 30 20:39:35 2018 write: io=1642.4MB, bw=28028KB/s, iops=7007, runt= 60004msec clat (usec): min=0, max=854264, avg=1121.76, stdev=21379.00 lat (usec): min=0, max=854264, avg=1122.07, stdev=21381.29 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 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=[ 5], | 99.00th=[ 3344], 99.50th=[ 7648], 99.90th=[432128], 99.95th=[518144], | 99.99th=[667648] bw (KB /s): min= 0, max=22317, per=12.63%, avg=3540.39, stdev=2357.20 lat (usec) : 2=16.70%, 4=68.65%, 10=11.41%, 20=0.78%, 50=0.14% lat (usec) : 100=0.01%, 250=0.01%, 500=0.02%, 750=0.16%, 1000=0.19% lat (msec) : 2=0.54%, 4=0.50%, 10=0.51%, 20=0.08%, 50=0.01% lat (msec) : 100=0.01%, 250=0.07%, 500=0.15%, 750=0.06%, 1000=0.01% cpu : usr=0.06%, sys=0.25%, ctx=32162, majf=2, minf=98 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=420450/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=1642.4MB, aggrb=28028KB/s, minb=28028KB/s, maxb=28028KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): xvda: ios=1548/199577, merge=3/6813, ticks=7688/1155216, in_queue=1163060, util=99.77%
./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=5571: Fri Mar 30 20:38:35 2018 write: io=433588KB, bw=7225.9KB/s, iops=1806, runt= 60005msec clat (usec): min=410, max=334885, avg=4426.14, stdev=32284.70 lat (usec): min=410, max=334885, avg=4426.40, stdev=32284.70 clat percentiles (usec): | 1.00th=[ 458], 5.00th=[ 478], 10.00th=[ 486], 20.00th=[ 502], | 30.00th=[ 516], 40.00th=[ 524], 50.00th=[ 532], 60.00th=[ 540], | 70.00th=[ 556], 80.00th=[ 572], 90.00th=[ 604], 95.00th=[ 676], | 99.00th=[254976], 99.50th=[284672], 99.90th=[309248], 99.95th=[313344], | 99.99th=[329728] bw (KB /s): min= 13, max= 2672, per=12.08%, avg=872.96, stdev=525.19 lat (usec) : 500=18.60%, 750=77.28%, 1000=1.55% lat (msec) : 2=1.00%, 4=0.12%, 10=0.01%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.33%, 500=1.10% cpu : usr=0.09%, sys=0.32%, ctx=218495, 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=0/w=108397/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=433588KB, aggrb=7225KB/s, minb=7225KB/s, maxb=7225KB/s, mint=60005msec, maxt=60005msec Disk stats (read/write): xvda: ios=0/108290, merge=0/404, ticks=0/59196, in_queue=59196, util=98.64%
Downloaded 104857600 bytes in 24.058 sec Downloaded 104857600 bytes in 3.755 sec Downloaded 104857600 bytes in 3.259 sec Downloaded 104857600 bytes in 3.336 sec Downloaded 104857600 bytes in 3.354 sec Finished! Average download speed is 105.93 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Amazon ... Selecting 15 servers that are not too close: 1. PT Telekomunikasi Indonesia (Batam) [30.88 km]: 6.772 ms 2. PT. Telekomunikasi Indonesia (Pekanbaru) [280.50 km]: 23.054 ms 3. WANXP (Pekanbaru) [280.50 km]: 163.912 ms 4. Dashnet (Pekanbaru) [280.50 km]: 49.524 ms 5. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.63 km]: 40.173 ms 6. Celcom Axiata (Kuantan) [286.55 km]: 9.107 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.93 km]: 78.805 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.19 km]: 16.07 ms 9. MYREN (Cyberjaya) [304.35 km]: 13.296 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.35 km]: 61.938 ms 11. NTT Arcnet (Cyberjaya) [304.35 km]: 15.795 ms 12. IX Telecom (Cyberjaya) [304.35 km]: 21.909 ms 13. Extreme Broadband (Cyberjaya) [304.35 km]: 10.832 ms 14. Setia Haruman Technology (Cyberjaya) [304.35 km]: 77.681 ms 15. REDtone Telecommunications Sdn Bhd (Puchong) [314.15 km]: 63.699 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 374.43 Mbit/s 2. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 153.80 Mbit/s 3. WANXP (Pekanbaru): ......................... 74.53 Mbit/s 4. Dashnet (Pekanbaru): ......................... 71.52 Mbit/s 5. Hutchison 3 Indonesia - PKU (Pekanbaru): ......................... 93.42 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 279.33 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 213.58 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 202.96 Mbit/s 9. MYREN (Cyberjaya): ......................... 264.99 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 265.03 Mbit/s 11. NTT Arcnet (Cyberjaya): ......................... 185.23 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 58.35 Mbit/s 13. Extreme Broadband (Cyberjaya): ......................... 290.36 Mbit/s 14. Setia Haruman Technology (Cyberjaya): ......................... 147.60 Mbit/s 15. REDtone Telecommunications Sdn Bhd (Puchong):......................... 111.50 Mbit/s Average upload speed is 185.77 Mbit/s