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-HGX7CV/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-HGX7CV/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-HGX7CV/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-HGX7CV/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-HGX7CV/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-HGX7CV/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 08:20:54 up 10 min, 1 user, load average: 7.72, 4.68, 2.01; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Mon Nov 27 2017 08:20:54 - 08:48:31 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 25969383.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 3014.3 MWIPS (8.2 s, 7 samples) Execl Throughput 4288.8 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1005623.2 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 262111.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1793566.7 KBps (30.0 s, 2 samples) Pipe Throughput 1869561.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 236620.3 lps (10.0 s, 7 samples) Process Creation 11492.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 7928.3 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 980.5 lpm (60.1 s, 2 samples) System Call Overhead 3284806.0 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 25969383.8 2225.3 Double-Precision Whetstone 55.0 3014.3 548.1 Execl Throughput 43.0 4288.8 997.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 1005623.2 2539.5 File Copy 256 bufsize 500 maxblocks 1655.0 262111.9 1583.8 File Copy 4096 bufsize 8000 maxblocks 5800.0 1793566.7 3092.4 Pipe Throughput 12440.0 1869561.4 1502.9 Pipe-based Context Switching 4000.0 236620.3 591.6 Process Creation 126.0 11492.3 912.1 Shell Scripts (1 concurrent) 42.4 7928.3 1869.9 Shell Scripts (8 concurrent) 6.0 980.5 1634.2 System Call Overhead 15000.0 3284806.0 2189.9 ======== System Benchmarks Index Score 1443.9
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, 3.46681 s, 619 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.59992 s, 826 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=18198: Mon Nov 27 08:17:48 2017 read : io=8103.2MB, bw=138292KB/s, iops=34572, runt= 60001msec clat (usec): min=1, max=34525, avg=225.86, stdev=162.22 lat (usec): min=1, max=34526, avg=226.34, stdev=162.36 clat percentiles (usec): | 1.00th=[ 44], 5.00th=[ 84], 10.00th=[ 99], 20.00th=[ 124], | 30.00th=[ 143], 40.00th=[ 165], 50.00th=[ 193], 60.00th=[ 229], | 70.00th=[ 266], 80.00th=[ 306], 90.00th=[ 366], 95.00th=[ 438], | 99.00th=[ 804], 99.50th=[ 1020], 99.90th=[ 1464], 99.95th=[ 1752], | 99.99th=[ 3632] bw (KB /s): min= 8296, max=30632, per=12.52%, avg=17313.27, stdev=5875.36 lat (usec) : 2=0.02%, 4=0.40%, 10=0.29%, 20=0.20%, 50=0.16% lat (usec) : 100=9.11%, 250=55.29%, 500=31.23%, 750=2.15%, 1000=0.63% lat (msec) : 2=0.49%, 4=0.03%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=3.14%, sys=8.59%, ctx=2064022, 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=2074411/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=8103.2MB, aggrb=138291KB/s, minb=138291KB/s, maxb=138291KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2051322/20, merge=0/13, ticks=122760/0, in_queue=122108, util=94.35%
./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=18211: Mon Nov 27 08:18:48 2017 read : io=11942MB, bw=203800KB/s, iops=50950, runt= 60001msec clat (usec): min=21, max=21340, avg=152.07, stdev=87.47 lat (usec): min=21, max=21341, avg=152.51, stdev=87.66 clat percentiles (usec): | 1.00th=[ 53], 5.00th=[ 66], 10.00th=[ 77], 20.00th=[ 92], | 30.00th=[ 106], 40.00th=[ 118], 50.00th=[ 127], 60.00th=[ 141], | 70.00th=[ 165], 80.00th=[ 207], 90.00th=[ 262], 95.00th=[ 302], | 99.00th=[ 446], 99.50th=[ 516], 99.90th=[ 684], 99.95th=[ 804], | 99.99th=[ 1400] bw (KB /s): min=12264, max=37296, per=12.52%, avg=25508.42, stdev=7490.47 lat (usec) : 50=0.55%, 100=24.40%, 250=62.82%, 500=11.66%, 750=0.50% lat (usec) : 1000=0.04% lat (msec) : 2=0.02%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=4.05%, sys=8.10%, ctx=3062003, 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=3057051/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=11942MB, aggrb=203800KB/s, minb=203800KB/s, maxb=203800KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=3054610/0, merge=0/0, ticks=137588/0, in_queue=136912, util=98.52%
./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=18231: Mon Nov 27 08:20:49 2017 write: io=14348MB, bw=244840KB/s, iops=61210, runt= 60008msec clat (usec): min=1, max=204003, avg=118.16, stdev=2296.99 lat (usec): min=1, max=204003, avg=119.87, stdev=2313.29 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=[ 5], 90.00th=[ 7], 95.00th=[ 9], | 99.00th=[ 23], 99.50th=[ 1320], 99.90th=[42752], 99.95th=[58624], | 99.99th=[84480] bw (KB /s): min= 2898, max=66286, per=12.53%, avg=30670.22, stdev=10693.33 lat (usec) : 2=0.14%, 4=14.15%, 10=81.32%, 20=3.12%, 50=0.55% lat (usec) : 100=0.04%, 250=0.01%, 500=0.03%, 750=0.05%, 1000=0.05% lat (msec) : 2=0.06%, 4=0.05%, 10=0.12%, 20=0.14%, 50=0.08% lat (msec) : 100=0.08%, 250=0.01% cpu : usr=1.79%, sys=4.24%, ctx=53669, 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=3673091/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=14348MB, aggrb=244840KB/s, minb=244840KB/s, maxb=244840KB/s, mint=60008msec, maxt=60008msec Disk stats (read/write): vda: ios=22/1341537, merge=0/9185, ticks=12/5963132, in_queue=5963636, util=92.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=18221: Mon Nov 27 08:19:49 2017 write: io=553264KB, bw=9220.4KB/s, iops=2305, runt= 60005msec clat (usec): min=125, max=130775, avg=3462.71, stdev=14203.59 lat (usec): min=126, max=130777, avg=3463.50, stdev=14203.63 clat percentiles (usec): | 1.00th=[ 139], 5.00th=[ 153], 10.00th=[ 173], 20.00th=[ 278], | 30.00th=[ 302], 40.00th=[ 326], 50.00th=[ 354], 60.00th=[ 434], | 70.00th=[ 572], 80.00th=[ 620], 90.00th=[ 708], 95.00th=[ 1720], | 99.00th=[72192], 99.50th=[77312], 99.90th=[88576], 99.95th=[101888], | 99.99th=[115200] bw (KB /s): min= 352, max= 2644, per=12.49%, avg=1151.48, stdev=367.57 lat (usec) : 250=14.16%, 500=48.63%, 750=29.26%, 1000=1.99% lat (msec) : 2=1.36%, 4=0.13%, 10=0.02%, 20=0.01%, 50=0.02% lat (msec) : 100=4.36%, 250=0.05% cpu : usr=0.35%, sys=1.32%, ctx=283105, 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=138316/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=553264KB, aggrb=9220KB/s, minb=9220KB/s, maxb=9220KB/s, mint=60005msec, maxt=60005msec Disk stats (read/write): vda: ios=0/138217, merge=0/2233, ticks=0/51764, in_queue=51696, util=86.15%
Downloaded 104857600 bytes in 4.479 sec Downloaded 104857600 bytes in 4.623 sec Downloaded 104857600 bytes in 4.387 sec Downloaded 104857600 bytes in 4.353 sec Downloaded 104857600 bytes in 4.374 sec Finished! Average download speed is 180.05 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]: 270.26 ms 2. PT SOLNET INDONESIA (Batam) [30.15 km]: 19.368 ms 3. PT Mora Telematika Indonesia (Batam) [30.15 km]: 317.99 ms 4. PT. Telekomunikasi Indonesia (Pekanbaru) [280.32 km]: 541.681 ms 5. WANXP (Pekanbaru) [280.32 km]: 1385.487 ms 6. Celcom Axiata (Kuantan) [287.39 km]: 24.76 ms 7. UNIVERSITI TENAGA NASIONAL (Putrajaya) [301.50 km]: 530.935 ms 8. IP Core Sdn Bhd (Cyberjaya) [304.76 km]: 1800000.0 ms 9. NTT Arcnet (Cyberjaya) [304.92 km]: 20.597 ms 10. Global Forway Sdn Bhd (Cyberjaya) [304.92 km]: 273.65 ms 11. MYREN (Cyberjaya) [304.92 km]: 55.535 ms 12. IX Telecom (Cyberjaya) [304.92 km]: 102.695 ms 13. Setia Haruman Technology (Cyberjaya) [304.92 km]: 20.813 ms 14. REDtone Telecommunications Sdn Bhd (Puchong) [314.72 km]: 128.524 ms 15. Digi (Petaling Jaya) [316.33 km]: 12.759 ms Testing upload speeds 1. PT Telekomunikasi Indonesia (Batam): ......................... 223.48 Mbit/s 2. PT SOLNET INDONESIA (Batam): ......................... 203.12 Mbit/s 3. PT Mora Telematika Indonesia (Batam): ......................... 298.94 Mbit/s 4. PT. Telekomunikasi Indonesia (Pekanbaru): ......................... 177.51 Mbit/s 5. WANXP (Pekanbaru): ......................... 45.48 Mbit/s 6. Celcom Axiata (Kuantan): ......................... 354.94 Mbit/s 7. UNIVERSITI TENAGA NASIONAL (Putrajaya): ......................... 182.10 Mbit/s 8. IP Core Sdn Bhd (Cyberjaya): ......................... 0.00 Mbit/s 9. NTT Arcnet (Cyberjaya): ......................... 7.53 Mbit/s 10. Global Forway Sdn Bhd (Cyberjaya): ......................... 72.34 Mbit/s 11. MYREN (Cyberjaya): ......................... 110.95 Mbit/s 12. IX Telecom (Cyberjaya): ......................... 346.46 Mbit/s 13. Setia Haruman Technology (Cyberjaya): ......................... 280.29 Mbit/s 14. REDtone Telecommunications Sdn Bhd (Puchong):......................... 100.49 Mbit/s 15. Digi (Petaling Jaya): ......................... 365.62 Mbit/s Average upload speed is 184.62 Mbit/s