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-QDAcPl/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-QDAcPl/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-QDAcPl/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-QDAcPl/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-QDAcPl/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-QDAcPl/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 03:41:37 up 15:06, 1 user, load average: 8.00, 4.86, 2.09; runlevel 2018-03-30 ------------------------------------------------------------------------ Benchmark Run: Sat Mar 31 2018 03:41:37 - 04:09:54 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 31755273.0 lps (10.0 s, 7 samples) Double-Precision Whetstone 3384.1 MWIPS (9.9 s, 7 samples) Execl Throughput 5836.8 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1037847.4 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 15252.5 KBps (30.1 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 98656.9 KBps (30.0 s, 2 samples) Pipe Throughput 110704.8 lps (10.1 s, 7 samples) Pipe-based Context Switching 17130.1 lps (10.1 s, 7 samples) Process Creation 2518.7 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 434.9 lpm (60.2 s, 2 samples) Shell Scripts (8 concurrent) 56.1 lpm (60.5 s, 2 samples) System Call Overhead 180055.0 lps (10.1 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 31755273.0 2721.1 Double-Precision Whetstone 55.0 3384.1 615.3 Execl Throughput 43.0 5836.8 1357.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 1037847.4 2620.8 File Copy 256 bufsize 500 maxblocks 1655.0 15252.5 92.2 File Copy 4096 bufsize 8000 maxblocks 5800.0 98656.9 170.1 Pipe Throughput 12440.0 110704.8 89.0 Pipe-based Context Switching 4000.0 17130.1 42.8 Process Creation 126.0 2518.7 199.9 Shell Scripts (1 concurrent) 42.4 434.9 102.6 Shell Scripts (8 concurrent) 6.0 56.1 93.4 System Call Overhead 15000.0 180055.0 120.0 ======== System Benchmarks Index Score 256.7
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, 32.9321 s, 65.2 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.5615 s, 64.0 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=30136: Sat Mar 31 03:38:31 2018 read : io=746348KB, bw=12439KB/s, iops=3109, runt= 60003msec clat (usec): min=223, max=18565, avg=2570.83, stdev=401.49 lat (usec): min=223, max=18565, avg=2571.02, stdev=401.49 clat percentiles (usec): | 1.00th=[ 338], 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=[ 2800], 99.50th=[ 2960], 99.90th=[ 4256], 99.95th=[ 7904], | 99.99th=[13760] bw (KB /s): min= 1513, max= 4654, per=12.51%, avg=1555.85, stdev=279.06 lat (usec) : 250=0.02%, 500=2.03%, 750=0.06%, 1000=0.03% lat (msec) : 2=0.21%, 4=97.54%, 10=0.09%, 20=0.03% cpu : usr=0.16%, sys=0.39%, ctx=187036, 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=186587/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=746348KB, aggrb=12438KB/s, minb=12438KB/s, maxb=12438KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): xvda: ios=185887/66, merge=0/37, ticks=476784/72, in_queue=476856, util=99.86%
./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=30150: Sat Mar 31 03:39:32 2018 read : io=735536KB, bw=12258KB/s, iops=3064, runt= 60003msec clat (usec): min=213, max=20384, avg=2608.21, stdev=327.60 lat (usec): min=213, max=20385, avg=2608.39, stdev=327.60 clat percentiles (usec): | 1.00th=[ 2288], 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=[ 2928], 99.50th=[ 2992], 99.90th=[ 5408], 99.95th=[10432], | 99.99th=[13376] bw (KB /s): min= 1344, max= 2376, per=12.51%, avg=1533.45, stdev=79.08 lat (usec) : 250=0.01%, 500=0.69%, 750=0.02%, 1000=0.02% lat (msec) : 2=0.11%, 4=99.01%, 10=0.09%, 20=0.05%, 50=0.01% cpu : usr=0.09%, sys=0.41%, ctx=184002, 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=183884/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=735536KB, aggrb=12258KB/s, minb=12258KB/s, maxb=12258KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): xvda: ios=184470/9, merge=0/24, ticks=481888/16, in_queue=481912, 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=30221: Sat Mar 31 03:41:32 2018 write: io=1528.3MB, bw=26058KB/s, iops=6514, runt= 60056msec clat (usec): min=0, max=868564, avg=1208.51, stdev=22529.85 lat (usec): min=0, max=868564, avg=1208.79, stdev=22532.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=[ 3], 80.00th=[ 3], 90.00th=[ 4], 95.00th=[ 5], | 99.00th=[ 3888], 99.50th=[ 7776], 99.90th=[452608], 99.95th=[536576], | 99.99th=[684032] bw (KB /s): min= 0, max=22089, per=12.98%, avg=3382.91, stdev=2371.82 lat (usec) : 2=14.07%, 4=68.95%, 10=14.03%, 20=0.30%, 50=0.12% lat (usec) : 100=0.01%, 250=0.01%, 500=0.02%, 750=0.17%, 1000=0.21% lat (msec) : 2=0.58%, 4=0.56%, 10=0.58%, 20=0.09%, 50=0.01% lat (msec) : 100=0.01%, 250=0.07%, 500=0.15%, 750=0.07%, 1000=0.01% cpu : usr=0.07%, sys=0.23%, ctx=33281, 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=391229/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=1528.3MB, aggrb=26057KB/s, minb=26057KB/s, maxb=26057KB/s, mint=60056msec, maxt=60056msec Disk stats (read/write): xvda: ios=61/197806, merge=0/6277, ticks=264/1140948, in_queue=1141412, util=99.78%
./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=30209: Sat Mar 31 03:40:32 2018 write: io=433080KB, bw=7217.6KB/s, iops=1804, runt= 60004msec clat (usec): min=418, max=445489, avg=4431.31, stdev=32331.20 lat (usec): min=418, max=445489, avg=4431.57, stdev=32331.21 clat percentiles (usec): | 1.00th=[ 458], 5.00th=[ 478], 10.00th=[ 486], 20.00th=[ 502], | 30.00th=[ 510], 40.00th=[ 524], 50.00th=[ 532], 60.00th=[ 540], | 70.00th=[ 556], 80.00th=[ 572], 90.00th=[ 604], 95.00th=[ 660], | 99.00th=[252928], 99.50th=[284672], 99.90th=[309248], 99.95th=[313344], | 99.99th=[329728] bw (KB /s): min= 14, max= 2067, per=12.06%, avg=870.21, stdev=499.25 lat (usec) : 500=19.16%, 750=77.37%, 1000=0.85% lat (msec) : 2=0.91%, 4=0.26%, 10=0.01%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.37%, 500=1.06% cpu : usr=0.07%, sys=0.34%, ctx=218210, 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=108270/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=433080KB, aggrb=7217KB/s, minb=7217KB/s, maxb=7217KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): xvda: ios=5/108204, merge=0/564, ticks=4/59296, in_queue=59296, util=98.75%
Downloaded 104857600 bytes in 7.657 sec Downloaded 104857600 bytes in 3.485 sec Downloaded 104857600 bytes in 3.282 sec Downloaded 104857600 bytes in 3.453 sec Downloaded 104857600 bytes in 3.598 sec Finished! Average download speed is 186.26 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]: 12.042 ms 2. PT. Telekomunikasi Indonesia (Pekanbaru) [280.50 km]: 20.7 ms 3. WANXP (Pekanbaru) [280.50 km]: 498.39 ms 4. Dashnet (Pekanbaru) [280.50 km]: 41.579 ms 5. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.63 km]: 91.072 ms 6. Celcom Axiata (Kuantan) [286.55 km]: 334.591 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.93 km]: 468.826 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.19 km]: 16.831 ms 9. MYREN (Cyberjaya) [304.35 km]: 13.32 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.35 km]: 21.064 ms 11. NTT Arcnet (Cyberjaya) [304.35 km]: 21.529 ms 12. IX Telecom (Cyberjaya) [304.35 km]: 95.798 ms 13. Extreme Broadband (Cyberjaya) [304.35 km]: 21.142 ms 14. Setia Haruman Technology (Cyberjaya) [304.35 km]: 139.758 ms 15. REDtone Telecommunications Sdn Bhd (Puchong) [314.15 km]: 54.433 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 368.28 Mbit/s 2. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 156.58 Mbit/s 3. WANXP (Pekanbaru): ......................... 41.26 Mbit/s 4. Dashnet (Pekanbaru): ......................... 38.92 Mbit/s 5. Hutchison 3 Indonesia - PKU (Pekanbaru): ......................... 165.09 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 2.82 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 177.41 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 169.50 Mbit/s 9. MYREN (Cyberjaya): ......................... 220.98 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 238.12 Mbit/s 11. NTT Arcnet (Cyberjaya): ......................... 184.55 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 50.29 Mbit/s 13. Extreme Broadband (Cyberjaya): ......................... 312.78 Mbit/s 14. Setia Haruman Technology (Cyberjaya): ......................... 128.43 Mbit/s 15. REDtone Telecommunications Sdn Bhd (Puchong):......................... 103.26 Mbit/s Average upload speed is 157.22 Mbit/s