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-nWIQSD/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-nWIQSD/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-nWIQSD/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-nWIQSD/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-nWIQSD/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-nWIQSD/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: test32: GNU/Linux OS: GNU/Linux -- 4.4.0-97-generic -- #120-Ubuntu SMP Tue Sep 19 17:27:07 UTC 2017 Machine: i686 (i686) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-2630L 0 @ 2.00GHz (4000.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 09:11:18 up 1:01, 1 user, load average: 7.86, 4.67, 2.14; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Mon Nov 27 2017 09:11:18 - 09:39:20 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 18730651.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 2450.2 MWIPS (10.0 s, 7 samples) Execl Throughput 3364.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 485409.6 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 150288.2 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1214991.3 KBps (30.0 s, 2 samples) Pipe Throughput 1192025.9 lps (10.0 s, 7 samples) Pipe-based Context Switching 154457.1 lps (10.0 s, 7 samples) Process Creation 9068.8 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5787.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 751.9 lpm (60.0 s, 2 samples) System Call Overhead 1773105.4 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 18730651.3 1605.0 Double-Precision Whetstone 55.0 2450.2 445.5 Execl Throughput 43.0 3364.3 782.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 485409.6 1225.8 File Copy 256 bufsize 500 maxblocks 1655.0 150288.2 908.1 File Copy 4096 bufsize 8000 maxblocks 5800.0 1214991.3 2094.8 Pipe Throughput 12440.0 1192025.9 958.2 Pipe-based Context Switching 4000.0 154457.1 386.1 Process Creation 126.0 9068.8 719.7 Shell Scripts (1 concurrent) 42.4 5787.9 1365.1 Shell Scripts (8 concurrent) 6.0 751.9 1253.1 System Call Overhead 15000.0 1773105.4 1182.1 ======== System Benchmarks Index Score 971.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, 4.22832 s, 508 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, 3.39454 s, 633 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=18117: Mon Nov 27 09:08:12 2017 read : io=7618.5MB, bw=130017KB/s, iops=32504, runt= 60002msec clat (usec): min=1, max=91641, avg=240.37, stdev=216.21 lat (usec): min=2, max=91642, avg=240.96, stdev=216.25 clat percentiles (usec): | 1.00th=[ 16], 5.00th=[ 119], 10.00th=[ 141], 20.00th=[ 169], | 30.00th=[ 189], 40.00th=[ 205], 50.00th=[ 221], 60.00th=[ 237], | 70.00th=[ 255], 80.00th=[ 282], 90.00th=[ 338], 95.00th=[ 414], | 99.00th=[ 780], 99.50th=[ 860], 99.90th=[ 1208], 99.95th=[ 1528], | 99.99th=[ 6176] bw (KB /s): min=11640, max=19584, per=12.49%, avg=16241.38, stdev=1518.11 lat (usec) : 2=0.01%, 4=0.48%, 10=0.16%, 20=0.48%, 50=0.12% lat (usec) : 100=1.49%, 250=64.48%, 500=29.96%, 750=1.59%, 1000=1.01% lat (msec) : 2=0.19%, 4=0.02%, 10=0.02%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=2.71%, sys=9.10%, ctx=1936306, majf=0, minf=66 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=1950322/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=7618.5MB, aggrb=130017KB/s, minb=130017KB/s, maxb=130017KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): vda: ios=1922215/12, merge=0/10, ticks=93076/0, in_queue=92112, util=92.54%
./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=18129: Mon Nov 27 09:09:12 2017 read : io=9694.9MB, bw=165456KB/s, iops=41363, runt= 60001msec clat (usec): min=28, max=50636, avg=187.76, stdev=106.82 lat (usec): min=29, max=50636, avg=188.34, stdev=106.96 clat percentiles (usec): | 1.00th=[ 78], 5.00th=[ 100], 10.00th=[ 112], 20.00th=[ 131], | 30.00th=[ 149], 40.00th=[ 165], 50.00th=[ 177], 60.00th=[ 193], | 70.00th=[ 205], 80.00th=[ 225], 90.00th=[ 266], 95.00th=[ 322], | 99.00th=[ 446], 99.50th=[ 494], 99.90th=[ 668], 99.95th=[ 900], | 99.99th=[ 2896] bw (KB /s): min=12160, max=23784, per=12.53%, avg=20725.18, stdev=1713.63 lat (usec) : 50=0.03%, 100=4.72%, 250=82.64%, 500=12.15%, 750=0.39% lat (usec) : 1000=0.03% lat (msec) : 2=0.03%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=3.20%, sys=9.15%, ctx=2486995, majf=0, minf=73 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=2481875/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=9694.9MB, aggrb=165455KB/s, minb=165455KB/s, maxb=165455KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2480086/10, merge=0/4, ticks=113080/0, in_queue=112008, util=97.70%
./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=18154: Mon Nov 27 09:11:13 2017 write: io=15919MB, bw=271592KB/s, iops=67897, runt= 60019msec clat (usec): min=2, max=141388, avg=102.79, stdev=1892.09 lat (usec): min=2, max=141389, avg=104.83, stdev=1913.33 clat percentiles (usec): | 1.00th=[ 3], 5.00th=[ 3], 10.00th=[ 3], 20.00th=[ 3], | 30.00th=[ 3], 40.00th=[ 4], 50.00th=[ 4], 60.00th=[ 4], | 70.00th=[ 6], 80.00th=[ 7], 90.00th=[ 8], 95.00th=[ 12], | 99.00th=[ 24], 99.50th=[ 2864], 99.90th=[24704], 99.95th=[48384], | 99.99th=[78336] bw (KB /s): min=12358, max=66152, per=12.53%, avg=34028.26, stdev=7176.93 lat (usec) : 4=32.73%, 10=59.60%, 20=6.28%, 50=0.67%, 100=0.08% lat (usec) : 250=0.05%, 500=0.02%, 750=0.02%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.04%, 10=0.15%, 20=0.19%, 50=0.09% lat (msec) : 100=0.05%, 250=0.01% cpu : usr=1.88%, sys=5.51%, ctx=46753, majf=0, minf=68 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=4075169/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=15919MB, aggrb=271591KB/s, minb=271591KB/s, maxb=271591KB/s, mint=60019msec, maxt=60019msec Disk stats (read/write): vda: ios=24/1572295, merge=0/8088, ticks=40/6348808, in_queue=6348828, util=93.14%
./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=18139: Mon Nov 27 09:10:13 2017 write: io=755752KB, bw=12595KB/s, iops=3148, runt= 60006msec clat (usec): min=126, max=246441, avg=2534.08, stdev=12273.05 lat (usec): min=126, max=246442, avg=2535.04, stdev=12273.10 clat percentiles (usec): | 1.00th=[ 139], 5.00th=[ 149], 10.00th=[ 159], 20.00th=[ 173], | 30.00th=[ 189], 40.00th=[ 207], 50.00th=[ 237], 60.00th=[ 302], | 70.00th=[ 350], 80.00th=[ 394], 90.00th=[ 486], 95.00th=[ 1192], | 99.00th=[70144], 99.50th=[75264], 99.90th=[91648], 99.95th=[101888], | 99.99th=[154624] bw (KB /s): min= 409, max= 3208, per=12.53%, avg=1578.31, stdev=457.88 lat (usec) : 250=53.11%, 500=37.56%, 750=3.36%, 1000=0.55% lat (msec) : 2=1.65%, 4=0.32%, 10=0.12%, 20=0.02%, 50=0.05% lat (msec) : 100=3.19%, 250=0.06% cpu : usr=0.34%, sys=1.34%, ctx=384426, majf=0, minf=68 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=188938/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=755752KB, aggrb=12594KB/s, minb=12594KB/s, maxb=12594KB/s, mint=60006msec, maxt=60006msec Disk stats (read/write): vda: ios=81/188851, merge=0/2295, ticks=28/52852, in_queue=52792, util=86.51%
Downloaded 104857600 bytes in 4.934 sec Downloaded 104857600 bytes in 5.129 sec Downloaded 104857600 bytes in 4.939 sec Downloaded 104857600 bytes in 5.119 sec Downloaded 104857600 bytes in 5.930 sec Finished! Average download speed is 153.54 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]: 265.177 ms 2. PT SOLNET INDONESIA (Batam) [30.15 km]: 15.703 ms 3. PT Mora Telematika Indonesia (Batam) [30.15 km]: 5.422 ms 4. PT. Telekomunikasi Indonesia (Pekanbaru) [280.32 km]: 23.262 ms 5. WANXP (Pekanbaru) [280.32 km]: 35.833 ms 6. Celcom Axiata (Kuantan) [287.39 km]: 9.774 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [301.50 km]: 9.941 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.76 km]: 2220.687 ms 9. NTT Arcnet (Cyberjaya) [304.92 km]: 14.257 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.92 km]: 41.398 ms 11. MYREN (Cyberjaya) [304.92 km]: 41.837 ms 12. IX Telecom (Cyberjaya) [304.92 km]: 8.817 ms 13. Setia Haruman Technology (Cyberjaya) [304.92 km]: 9.54 ms 14. REDtone Telecommunications Sdn Bhd (Puchong) [314.72 km]: 9.382 ms 15. Digi (Petaling Jaya) [316.33 km]: 10.245 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 312.27 Mbit/s 2. PT SOLNET INDONESIA (Batam): ......................... 237.55 Mbit/s 3. PT Mora Telematika Indonesia (Batam): ......................... 245.75 Mbit/s 4. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 270.16 Mbit/s 5. WANXP (Pekanbaru): ......................... 37.62 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 189.07 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 261.99 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 48.86 Mbit/s 9. NTT Arcnet (Cyberjaya): ......................... 3.31 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 44.41 Mbit/s 11. MYREN (Cyberjaya): ......................... 109.89 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 275.31 Mbit/s 13. Setia Haruman Technology (Cyberjaya): ......................... 186.55 Mbit/s 14. REDtone Telecommunications Sdn Bhd (Puchong):......................... 70.30 Mbit/s 15. Digi (Petaling Jaya): ......................... 350.88 Mbit/s Average upload speed is 176.26 Mbit/s