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:6: 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:12: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result] freopen("masterlog.00", "a", stderr); ^ src/big.c:197:13: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result] freopen(logname, "w", stderr); ^ src/big.c:221:6: warning: ignoring return value of xe2x80x98dupxe2x80x99, declared with attribute warn_unused_result [-Wunused-result] dup(pvec[0]); ^ src/big.c:225:13: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result] freopen(logname, "w", stderr); ^ src/big.c:318:9: 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-er5oaC/byte-unixbench/UnixBench" make distr make[2]: Entering directory `/root/serverscope-er5oaC/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory `/root/serverscope-er5oaC/byte-unixbench/UnixBench" make programs make[2]: Entering directory `/root/serverscope-er5oaC/byte-unixbench/UnixBench" make[2]: Nothing to be done for `programs". make[2]: Leaving directory `/root/serverscope-er5oaC/byte-unixbench/UnixBench" make[1]: Leaving directory `/root/serverscope-er5oaC/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: vereNL: GNU/Linux OS: GNU/Linux -- 3.13.0-24-generic -- #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 Machine: i686 (i686) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz (6816.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 23:55:56 up 18:22, 2 users, load average: 8.13, 4.88, 2.14; runlevel 2017-02-28 ------------------------------------------------------------------------ Benchmark Run: Tue Feb 28 2017 23:55:56 - 00:24:03 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 24671778.9 lps (10.0 s, 7 samples) Double-Precision Whetstone 3923.0 MWIPS (10.1 s, 7 samples) Execl Throughput 5867.7 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 883535.7 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 247200.5 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2133676.6 KBps (30.0 s, 2 samples) Pipe Throughput 1289401.1 lps (10.0 s, 7 samples) Pipe-based Context Switching 292773.7 lps (10.0 s, 7 samples) Process Creation 18329.7 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 8664.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1114.3 lpm (60.1 s, 2 samples) System Call Overhead 3395975.4 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 24671778.9 2114.1 Double-Precision Whetstone 55.0 3923.0 713.3 Execl Throughput 43.0 5867.7 1364.6 File Copy 1024 bufsize 2000 maxblocks 3960.0 883535.7 2231.2 File Copy 256 bufsize 500 maxblocks 1655.0 247200.5 1493.7 File Copy 4096 bufsize 8000 maxblocks 5800.0 2133676.6 3678.8 Pipe Throughput 12440.0 1289401.1 1036.5 Pipe-based Context Switching 4000.0 292773.7 731.9 Process Creation 126.0 18329.7 1454.7 Shell Scripts (1 concurrent) 42.4 8664.4 2043.5 Shell Scripts (8 concurrent) 6.0 1114.3 1857.2 System Call Overhead 15000.0 3395975.4 2264.0 ======== System Benchmarks Index Score 1578.5
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) copied, 8.03778 s, 267 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) copied, 8.67705 s, 247 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=27042: Tue Feb 28 23:52:52 2017 read : io=4995.2MB, bw=85245KB/s, iops=21311, runt= 60004msec clat (usec): min=0, max=43098, avg=371.56, stdev=882.27 lat (usec): min=1, max=43098, avg=371.92, stdev=882.42 clat percentiles (usec): | 1.00th=[ 137], 5.00th=[ 153], 10.00th=[ 165], 20.00th=[ 185], | 30.00th=[ 203], 40.00th=[ 221], 50.00th=[ 243], 60.00th=[ 266], | 70.00th=[ 290], 80.00th=[ 330], 90.00th=[ 422], 95.00th=[ 604], | 99.00th=[ 3856], 99.50th=[ 6048], 99.90th=[12736], 99.95th=[15168], | 99.99th=[23936] bw (KB /s): min= 3128, max=14976, per=12.56%, avg=10708.04, stdev=1897.25 lat (usec) : 2=0.10%, 4=0.07%, 10=0.01%, 20=0.01%, 50=0.01% lat (usec) : 100=0.01%, 250=52.70%, 500=40.15%, 750=3.17%, 1000=0.91% lat (msec) : 2=1.07%, 4=0.89%, 10=0.74%, 20=0.18%, 50=0.02% cpu : usr=1.04%, sys=3.35%, ctx=1289481, majf=0, minf=289 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=1278761/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=4995.2MB, aggrb=85245KB/s, minb=85245KB/s, maxb=85245KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): vda: ios=1275802/15, merge=0/8, ticks=721692/92192, in_queue=389412, util=97.32%
./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=27054: Tue Feb 28 23:53:52 2017 read : io=5200.8MB, bw=88753KB/s, iops=22188, runt= 60004msec clat (usec): min=112, max=45158, avg=356.55, stdev=855.34 lat (usec): min=113, max=45159, avg=356.93, stdev=855.52 clat percentiles (usec): | 1.00th=[ 137], 5.00th=[ 153], 10.00th=[ 165], 20.00th=[ 183], | 30.00th=[ 201], 40.00th=[ 219], 50.00th=[ 239], 60.00th=[ 262], | 70.00th=[ 286], 80.00th=[ 318], 90.00th=[ 394], 95.00th=[ 556], | 99.00th=[ 3664], 99.50th=[ 5536], 99.90th=[12864], 99.95th=[15936], | 99.99th=[22144] bw (KB /s): min= 4544, max=15320, per=12.49%, avg=11089.24, stdev=1735.98 lat (usec) : 250=54.77%, 500=39.19%, 750=2.66%, 1000=0.78% lat (msec) : 2=0.95%, 4=0.79%, 10=0.66%, 20=0.18%, 50=0.02% cpu : usr=1.00%, sys=3.29%, ctx=1334986, majf=0, minf=289 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=1331386/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=5200.8MB, aggrb=88753KB/s, minb=88753KB/s, maxb=88753KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): vda: ios=1325293/12, merge=0/4, ticks=676132/59064, in_queue=398364, util=97.81%
./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=27078: Tue Feb 28 23:55:53 2017 write: io=10081MB, bw=171958KB/s, iops=42989, runt= 60032msec clat (usec): min=0, max=414013, avg=181.38, stdev=4344.01 lat (usec): min=1, max=414013, avg=182.03, stdev=4352.85 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1], | 30.00th=[ 1], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2], | 70.00th=[ 2], 80.00th=[ 2], 90.00th=[ 3], 95.00th=[ 3], | 99.00th=[ 22], 99.50th=[ 64], 99.90th=[81408], 99.95th=[111104], | 99.99th=[168960] bw (KB /s): min= 3203, max=174841, per=12.55%, avg=21579.59, stdev=8074.06 lat (usec) : 2=36.00%, 4=59.57%, 10=3.03%, 20=0.26%, 50=0.57% lat (usec) : 100=0.13%, 250=0.05%, 500=0.03%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.02%, 4=0.04%, 10=0.05%, 20=0.03%, 50=0.06% lat (msec) : 100=0.08%, 250=0.06%, 500=0.01% cpu : usr=0.70%, sys=1.88%, ctx=19875, majf=2, minf=273 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=2580744/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=10081MB, aggrb=171957KB/s, minb=171957KB/s, maxb=171957KB/s, mint=60032msec, maxt=60032msec Disk stats (read/write): vda: ios=778/1640200, merge=0/19, ticks=2572/4451756, in_queue=2995484, util=85.62%
./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=27066: Tue Feb 28 23:54:53 2017 write: io=2011.2MB, bw=34320KB/s, iops=8579, runt= 60003msec clat (usec): min=43, max=135758, avg=927.89, stdev=6347.53 lat (usec): min=44, max=135759, avg=928.47, stdev=6348.26 clat percentiles (usec): | 1.00th=[ 54], 5.00th=[ 56], 10.00th=[ 57], 20.00th=[ 59], | 30.00th=[ 63], 40.00th=[ 66], 50.00th=[ 70], 60.00th=[ 73], | 70.00th=[ 79], 80.00th=[ 90], 90.00th=[ 119], 95.00th=[ 197], | 99.00th=[39680], 99.50th=[52480], 99.90th=[73216], 99.95th=[81408], | 99.99th=[102912] bw (KB /s): min= 1931, max= 7896, per=12.52%, avg=4296.41, stdev=888.89 lat (usec) : 50=0.21%, 100=84.57%, 250=11.05%, 500=1.19%, 750=0.24% lat (usec) : 1000=0.12% lat (msec) : 2=0.19%, 4=0.20%, 10=0.21%, 20=0.36%, 50=1.07% lat (msec) : 100=0.57%, 250=0.01% cpu : usr=0.33%, sys=2.63%, ctx=1037486, majf=0, minf=265 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=514819/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=2011.2MB, aggrb=34319KB/s, minb=34319KB/s, maxb=34319KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): vda: ios=0/513546, merge=0/1775, ticks=0/9410476, in_queue=49100, util=81.76%
Downloaded 104857600 bytes in 1.228 sec Downloaded 104857600 bytes in 0.966 sec Downloaded 104857600 bytes in 1.185 sec Downloaded 104857600 bytes in 1.030 sec Downloaded 104857600 bytes in 1.027 sec Finished! Average download speed is 735.84 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Verelox ... Selecting 15 servers that are not too close: 1. Vodafone NL (Utrecht) [35.77 km]: 7.557 ms 2. Marcok (lelystad) [41.61 km]: 12.185 ms 3. ColoCenter bv (Zoetermeer) [45.19 km]: 9.628 ms 4. Matrix DATA (Harderwijk) [48.83 km]: 7.786 ms 5. Xela Hosting (The Hague) [51.79 km]: 7.725 ms 6. SIT Internetdiensten B.V. (Voorthuizen) [53.58 km]: 280.458 ms 7. Solcon (Dronten) [57.86 km]: 6.251 ms 8. IP Visie Networking BV (Rotterdam) [58.64 km]: 8.032 ms 9. Maximum (Rotterdam) [58.64 km]: 9.523 ms 10. Animo-ICT (Rotterdam) [58.64 km]: 19.187 ms 11. Qweb | Full-Service Hosting (Alblasserdam) [59.82 km]: 12.734 ms 12. WorldStream B.V. (Naaldwijk) [64.15 km]: 6.863 ms 13. Netrouting (Spijkenisse) [73.07 km]: 6.604 ms 14. Solcon Internetdiensten N.V. (Apeldoorn) [74.87 km]: 7.571 ms 15. Breedband Arnhem (Arnhem) [82.33 km]: 6.128 ms Testing upload speeds 1. Vodafone NL (Utrecht): ......................... 102.29 Mbit/s 2. Marcok (lelystad): ......................... 95.95 Mbit/s 3. ColoCenter bv (Zoetermeer): ......................... 22.25 Mbit/s 4. Matrix DATA (Harderwijk): ......................... 100.23 Mbit/s 5. Xela Hosting (The Hague): ......................... 370.77 Mbit/s 6. SIT Internetdiensten B.V. (Voorthuizen): ......................... 11.34 Mbit/s 7. Solcon (Dronten): ......................... 396.31 Mbit/s 8. IP Visie Networking BV (Rotterdam): ......................... 197.22 Mbit/s 9. Maximum (Rotterdam): ......................... 60.82 Mbit/s 10. Animo-ICT (Rotterdam): ......................... 10.24 Mbit/s 11. Qweb | Full-Service Hosting (Alblasserdam): ......................... 38.18 Mbit/s 12. WorldStream B.V. (Naaldwijk): ......................... 425.81 Mbit/s 13. Netrouting (Spijkenisse): ......................... 324.88 Mbit/s 14. Solcon Internetdiensten N.V. (Apeldoorn): ......................... 410.87 Mbit/s 15. Breedband Arnhem (Arnhem): ......................... 445.07 Mbit/s Average upload speed is 200.81 Mbit/s