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-rFKhKw/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-rFKhKw/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-rFKhKw/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-rFKhKw/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-rFKhKw/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-rFKhKw/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: test64: GNU/Linux OS: GNU/Linux -- 4.4.0-101-generic -- #124-Ubuntu SMP Fri Nov 10 18:29:59 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-2630L v2 @ 2.40GHz (4800.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 09:11:11 up 1:01, 1 user, load average: 7.89, 4.69, 2.45; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Mon Nov 27 2017 09:11:11 - 09:38:35 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 27259024.5 lps (10.0 s, 7 samples) Double-Precision Whetstone 3049.9 MWIPS (7.5 s, 7 samples) Execl Throughput 4534.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1119943.9 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 293488.6 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2007153.0 KBps (30.0 s, 2 samples) Pipe Throughput 2064258.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 262193.3 lps (10.0 s, 7 samples) Process Creation 12944.7 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 8168.7 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1032.3 lpm (60.0 s, 2 samples) System Call Overhead 3404755.2 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 27259024.5 2335.8 Double-Precision Whetstone 55.0 3049.9 554.5 Execl Throughput 43.0 4534.3 1054.5 File Copy 1024 bufsize 2000 maxblocks 3960.0 1119943.9 2828.1 File Copy 256 bufsize 500 maxblocks 1655.0 293488.6 1773.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 2007153.0 3460.6 Pipe Throughput 12440.0 2064258.4 1659.4 Pipe-based Context Switching 4000.0 262193.3 655.5 Process Creation 126.0 12944.7 1027.4 Shell Scripts (1 concurrent) 42.4 8168.7 1926.6 Shell Scripts (8 concurrent) 6.0 1032.3 1720.5 System Call Overhead 15000.0 3404755.2 2269.8 ======== System Benchmarks Index Score 1554.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, 2.78516 s, 771 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, 2.43043 s, 884 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=4356: Mon Nov 27 09:08:05 2017 read : io=8592.6MB, bw=146644KB/s, iops=36660, runt= 60001msec clat (usec): min=1, max=39578, avg=213.11, stdev=160.46 lat (usec): min=1, max=39579, avg=213.52, stdev=160.58 clat percentiles (usec): | 1.00th=[ 14], 5.00th=[ 81], 10.00th=[ 96], 20.00th=[ 118], | 30.00th=[ 137], 40.00th=[ 155], 50.00th=[ 177], 60.00th=[ 209], | 70.00th=[ 249], 80.00th=[ 294], 90.00th=[ 350], 95.00th=[ 418], | 99.00th=[ 756], 99.50th=[ 924], 99.90th=[ 1240], 99.95th=[ 1464], | 99.99th=[ 4448] bw (KB /s): min=10768, max=30272, per=12.45%, avg=18250.58, stdev=4839.50 lat (usec) : 2=0.05%, 4=0.58%, 10=0.26%, 20=0.21%, 50=0.18% lat (usec) : 100=10.17%, 250=58.87%, 500=26.79%, 750=1.88%, 1000=0.70% lat (msec) : 2=0.30%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=3.15%, sys=8.51%, ctx=2184991, majf=0, 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=2199696/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=8592.6MB, aggrb=146643KB/s, minb=146643KB/s, maxb=146643KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2163894/8, merge=0/4, ticks=127540/0, in_queue=126788, util=93.52%
./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=4366: Mon Nov 27 09:09:05 2017 read : io=11640MB, bw=198645KB/s, iops=49661, runt= 60001msec clat (usec): min=19, max=18569, avg=156.10, stdev=87.32 lat (usec): min=19, max=18571, avg=156.51, stdev=87.49 clat percentiles (usec): | 1.00th=[ 53], 5.00th=[ 67], 10.00th=[ 78], 20.00th=[ 94], | 30.00th=[ 109], 40.00th=[ 121], 50.00th=[ 133], 60.00th=[ 147], | 70.00th=[ 177], 80.00th=[ 215], 90.00th=[ 266], 95.00th=[ 302], | 99.00th=[ 430], 99.50th=[ 498], 99.90th=[ 660], 99.95th=[ 780], | 99.99th=[ 1592] bw (KB /s): min=12464, max=36584, per=12.50%, avg=24832.14, stdev=7395.39 lat (usec) : 20=0.01%, 50=0.50%, 100=23.21%, 250=63.48%, 500=12.33% lat (usec) : 750=0.42%, 1000=0.03% lat (msec) : 2=0.02%, 4=0.01%, 10=0.01%, 20=0.01% cpu : usr=3.96%, sys=8.22%, ctx=2984776, majf=0, minf=79 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=2979722/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=11640MB, aggrb=198644KB/s, minb=198644KB/s, maxb=198644KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2974159/0, merge=0/0, ticks=137116/0, in_queue=136292, util=98.58%
./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=4386: Mon Nov 27 09:11:06 2017 write: io=13033MB, bw=222402KB/s, iops=55600, runt= 60007msec clat (usec): min=1, max=152642, avg=131.59, stdev=2430.42 lat (usec): min=1, max=152643, avg=133.40, stdev=2450.95 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 4], | 30.00th=[ 4], 40.00th=[ 4], 50.00th=[ 4], 60.00th=[ 5], | 70.00th=[ 5], 80.00th=[ 6], 90.00th=[ 10], 95.00th=[ 12], | 99.00th=[ 26], 99.50th=[ 2640], 99.90th=[49408], 99.95th=[65280], | 99.99th=[82432] bw (KB /s): min= 3872, max=67207, per=12.54%, avg=27894.03, stdev=9705.16 lat (usec) : 2=0.16%, 4=15.03%, 10=73.05%, 20=10.08%, 50=0.94% lat (usec) : 100=0.05%, 250=0.02%, 500=0.01%, 750=0.03%, 1000=0.05% lat (msec) : 2=0.06%, 4=0.05%, 10=0.13%, 20=0.15%, 50=0.08% lat (msec) : 100=0.10%, 250=0.01% cpu : usr=1.67%, sys=4.24%, ctx=47792, 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=0/w=3336415/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=13033MB, aggrb=222401KB/s, minb=222401KB/s, maxb=222401KB/s, mint=60007msec, maxt=60007msec Disk stats (read/write): vda: ios=64/1353865, merge=0/6132, ticks=24/6103040, in_queue=6103304, util=92.66%
./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=4376: Mon Nov 27 09:10:06 2017 write: io=661900KB, bw=11031KB/s, iops=2757, runt= 60006msec clat (usec): min=122, max=115968, avg=2894.25, stdev=13107.11 lat (usec): min=123, max=115969, avg=2894.90, stdev=13107.15 clat percentiles (usec): | 1.00th=[ 135], 5.00th=[ 145], 10.00th=[ 153], 20.00th=[ 175], | 30.00th=[ 262], 40.00th=[ 294], 50.00th=[ 318], 60.00th=[ 338], | 70.00th=[ 382], 80.00th=[ 548], 90.00th=[ 644], 95.00th=[ 1048], | 99.00th=[74240], 99.50th=[78336], 99.90th=[91648], 99.95th=[97792], | 99.99th=[109056] bw (KB /s): min= 463, max= 2769, per=12.52%, avg=1380.42, stdev=474.43 lat (usec) : 250=27.95%, 500=48.81%, 750=17.35%, 1000=0.83% lat (msec) : 2=1.26%, 4=0.09%, 10=0.01%, 20=0.01%, 50=0.02% lat (msec) : 100=3.64%, 250=0.04% cpu : usr=0.37%, sys=1.28%, ctx=337410, 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=0/w=165475/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=661900KB, aggrb=11030KB/s, minb=11030KB/s, maxb=11030KB/s, mint=60006msec, maxt=60006msec Disk stats (read/write): vda: ios=0/165390, merge=0/2227, ticks=0/51804, in_queue=51744, util=86.23%
Downloaded 104857600 bytes in 4.481 sec Downloaded 104857600 bytes in 4.504 sec Downloaded 104857600 bytes in 4.370 sec Downloaded 104857600 bytes in 4.498 sec Downloaded 104857600 bytes in 4.362 sec Finished! Average download speed is 180.06 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from DigitalOcean ... Selecting 15 servers that are not too close: 1. PT Telekomunikasi Indonesia (Batam) [30.15 km]: 6.367 ms 2. PT SOLNET INDONESIA (Batam) [30.15 km]: 14.199 ms 3. PT Mora Telematika Indonesia (Batam) [30.15 km]: 4.866 ms 4. PT. Telekomunikasi Indonesia (Pekanbaru) [280.32 km]: 17.711 ms 5. WANXP (Pekanbaru) [280.32 km]: 35.41 ms 6. Celcom Axiata (Kuantan) [287.39 km]: 8.238 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [301.50 km]: 9.349 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.76 km]: 540.09 ms 9. NTT Arcnet (Cyberjaya) [304.92 km]: 14.062 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.92 km]: 40.745 ms 11. MYREN (Cyberjaya) [304.92 km]: 44.278 ms 12. IX Telecom (Cyberjaya) [304.92 km]: 8.823 ms 13. Setia Haruman Technology (Cyberjaya) [304.92 km]: 9.689 ms 14. REDtone Telecommunications Sdn Bhd (Puchong) [314.72 km]: 9.7 ms 15. Digi (Petaling Jaya) [316.33 km]: 9.859 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 320.65 Mbit/s 2. PT SOLNET INDONESIA (Batam): ......................... 155.87 Mbit/s 3. PT Mora Telematika Indonesia (Batam): ......................... 279.04 Mbit/s 4. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 257.23 Mbit/s 5. WANXP (Pekanbaru): ......................... 40.40 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 265.72 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 246.99 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 62.86 Mbit/s 9. NTT Arcnet (Cyberjaya): ......................... 4.79 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 66.50 Mbit/s 11. MYREN (Cyberjaya): ......................... 110.21 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 236.74 Mbit/s 13. Setia Haruman Technology (Cyberjaya): ......................... 188.58 Mbit/s 14. REDtone Telecommunications Sdn Bhd (Puchong):......................... 71.87 Mbit/s 15. Digi (Petaling Jaya): ......................... 346.53 Mbit/s Average upload speed is 176.93 Mbit/s