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-DltW3d/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-DltW3d/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-DltW3d/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-DltW3d/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-DltW3d/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-DltW3d/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 19:25:49 up 6:50, 1 user, load average: 8.60, 5.08, 2.20; runlevel 2018-03-30 ------------------------------------------------------------------------ Benchmark Run: Fri Mar 30 2018 19:25:49 - 19:54:00 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 20103261.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 3338.9 MWIPS (9.9 s, 7 samples) Execl Throughput 5701.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1258464.9 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 339808.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 3540052.1 KBps (30.0 s, 2 samples) Pipe Throughput 2383078.7 lps (10.0 s, 7 samples) Pipe-based Context Switching 305042.6 lps (10.0 s, 7 samples) Process Creation 16752.5 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 9992.1 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1314.5 lpm (60.0 s, 2 samples) System Call Overhead 3736209.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 20103261.3 1722.6 Double-Precision Whetstone 55.0 3338.9 607.1 Execl Throughput 43.0 5701.3 1325.9 File Copy 1024 bufsize 2000 maxblocks 3960.0 1258464.9 3177.9 File Copy 256 bufsize 500 maxblocks 1655.0 339808.9 2053.2 File Copy 4096 bufsize 8000 maxblocks 5800.0 3540052.1 6103.5 Pipe Throughput 12440.0 2383078.7 1915.7 Pipe-based Context Switching 4000.0 305042.6 762.6 Process Creation 126.0 16752.5 1329.6 Shell Scripts (1 concurrent) 42.4 9992.1 2356.6 Shell Scripts (8 concurrent) 6.0 1314.5 2190.9 System Call Overhead 15000.0 3736209.9 2490.8 ======== System Benchmarks Index Score 1826.6
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.587 s, 65.9 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.4998 s, 64.1 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=21927: Fri Mar 30 19:22:43 2018 read : io=746616KB, bw=12443KB/s, iops=3110, runt= 60003msec clat (usec): min=209, max=16871, avg=2569.88, stdev=379.52 lat (usec): min=209, max=16872, avg=2570.07, stdev=379.52 clat percentiles (usec): | 1.00th=[ 334], 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=[ 2736], 99.50th=[ 2800], 99.90th=[ 4832], 99.95th=[ 6112], | 99.99th=[11584] bw (KB /s): min= 1516, max= 4640, per=12.51%, avg=1556.76, stdev=279.30 lat (usec) : 250=0.02%, 500=2.02%, 750=0.04%, 1000=0.03% lat (msec) : 2=0.20%, 4=97.53%, 10=0.15%, 20=0.02% cpu : usr=0.14%, sys=0.41%, ctx=186861, 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=186654/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=746616KB, aggrb=12442KB/s, minb=12442KB/s, maxb=12442KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): xvda: ios=186039/11, merge=0/9, ticks=477276/36, in_queue=477336, util=99.88%
./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=21954: Fri Mar 30 19:23:43 2018 read : io=737544KB, bw=12292KB/s, iops=3072, runt= 60003msec clat (usec): min=239, max=19870, avg=2601.06, stdev=273.67 lat (usec): min=239, max=19871, avg=2601.24, stdev=273.67 clat percentiles (usec): | 1.00th=[ 2384], 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=[ 2736], 99.50th=[ 2768], 99.90th=[ 4512], 99.95th=[ 6176], | 99.99th=[11968] bw (KB /s): min= 1477, max= 2384, per=12.51%, avg=1537.58, stdev=74.53 lat (usec) : 250=0.01%, 500=0.68%, 750=0.03%, 1000=0.02% lat (msec) : 2=0.14%, 4=98.99%, 10=0.10%, 20=0.02% cpu : usr=0.09%, sys=0.43%, ctx=184465, 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=184386/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=737544KB, aggrb=12291KB/s, minb=12291KB/s, maxb=12291KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): xvda: ios=184173/19, merge=0/17, ticks=478504/40, in_queue=478572, util=99.84%
./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=22018: Fri Mar 30 19:25:44 2018 write: io=1527.9MB, bw=26070KB/s, iops=6517, runt= 60012msec clat (usec): min=0, max=951378, avg=1205.26, stdev=23018.13 lat (usec): min=0, max=951379, avg=1205.59, stdev=23020.89 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=[ 4], 90.00th=[ 4], 95.00th=[ 6], | 99.00th=[ 4192], 99.50th=[ 7776], 99.90th=[464896], 99.95th=[561152], | 99.99th=[733184] bw (KB /s): min= 0, max=26406, per=12.98%, avg=3382.48, stdev=2660.90 lat (usec) : 2=12.00%, 4=64.71%, 10=19.87%, 20=0.56%, 50=0.34% lat (usec) : 100=0.04%, 250=0.01%, 500=0.02%, 750=0.14%, 1000=0.20% lat (msec) : 2=0.52%, 4=0.57%, 10=0.65%, 20=0.09%, 50=0.01% lat (msec) : 100=0.01%, 250=0.06%, 500=0.14%, 750=0.07%, 1000=0.01% cpu : usr=0.06%, sys=0.26%, ctx=28688, majf=2, minf=106 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=391122/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=1527.9MB, aggrb=26069KB/s, minb=26069KB/s, maxb=26069KB/s, mint=60012msec, maxt=60012msec Disk stats (read/write): xvda: ios=2056/195577, merge=0/3164, ticks=15324/1105188, in_queue=1120612, util=99.68%
./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=21992: Fri Mar 30 19:24:43 2018 write: io=434084KB, bw=7234.2KB/s, iops=1808, runt= 60005msec clat (usec): min=408, max=382503, avg=4421.03, stdev=31909.00 lat (usec): min=408, max=382504, avg=4421.29, stdev=31909.00 clat percentiles (usec): | 1.00th=[ 462], 5.00th=[ 478], 10.00th=[ 490], 20.00th=[ 506], | 30.00th=[ 516], 40.00th=[ 524], 50.00th=[ 532], 60.00th=[ 548], | 70.00th=[ 556], 80.00th=[ 572], 90.00th=[ 604], 95.00th=[ 652], | 99.00th=[248832], 99.50th=[272384], 99.90th=[301056], 99.95th=[313344], | 99.99th=[354304] bw (KB /s): min= 12, max= 2640, per=12.08%, avg=874.13, stdev=510.02 lat (usec) : 500=16.24%, 750=80.33%, 1000=1.19% lat (msec) : 2=0.53%, 4=0.21%, 10=0.02%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.48%, 500=0.98% cpu : usr=0.03%, sys=0.39%, ctx=218707, 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=108521/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=434084KB, aggrb=7234KB/s, minb=7234KB/s, maxb=7234KB/s, mint=60005msec, maxt=60005msec Disk stats (read/write): xvda: ios=0/108444, merge=0/327, ticks=0/59260, in_queue=59256, util=98.76%
Downloaded 104857600 bytes in 4.235 sec Downloaded 104857600 bytes in 1.726 sec Downloaded 104857600 bytes in 1.739 sec Downloaded 104857600 bytes in 1.740 sec Downloaded 104857600 bytes in 1.742 sec Finished! Average download speed is 357.72 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]: 21.468 ms 2. PT. Telekomunikasi Indonesia (Pekanbaru) [280.50 km]: 39.606 ms 3. WANXP (Pekanbaru) [280.50 km]: 107.222 ms 4. Dashnet (Pekanbaru) [280.50 km]: 100.826 ms 5. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.63 km]: 40.039 ms 6. Celcom Axiata (Kuantan) [286.55 km]: 8.872 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.93 km]: 261.126 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.19 km]: 15.952 ms 9. MYREN (Cyberjaya) [304.35 km]: 12.824 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.35 km]: 62.488 ms 11. NTT Arcnet (Cyberjaya) [304.35 km]: 19.609 ms 12. IX Telecom (Cyberjaya) [304.35 km]: 50.41 ms 13. Extreme Broadband (Cyberjaya) [304.35 km]: 20.773 ms 14. Setia Haruman Technology (Cyberjaya) [304.35 km]: 152.456 ms 15. REDtone Telecommunications Sdn Bhd (Puchong) [314.15 km]: 61.006 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 245.05 Mbit/s 2. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 123.32 Mbit/s 3. WANXP (Pekanbaru): ......................... 81.58 Mbit/s 4. Dashnet (Pekanbaru): ......................... 69.84 Mbit/s 5. Hutchison 3 Indonesia - PKU (Pekanbaru): ......................... 106.43 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 301.84 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 176.40 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 225.19 Mbit/s 9. MYREN (Cyberjaya): ......................... 221.61 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 240.01 Mbit/s 11. NTT Arcnet (Cyberjaya): ......................... 190.89 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 53.77 Mbit/s 13. Extreme Broadband (Cyberjaya): ......................... 294.96 Mbit/s 14. Setia Haruman Technology (Cyberjaya): ......................... 217.95 Mbit/s 15. REDtone Telecommunications Sdn Bhd (Puchong):......................... 109.42 Mbit/s Average upload speed is 177.22 Mbit/s