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-0p0dx2/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-0p0dx2/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-0p0dx2/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-0p0dx2/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-0p0dx2/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-0p0dx2/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: nl-production-docker: GNU/Linux OS: GNU/Linux -- 4.4.0-21-generic -- #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz (5334.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 18:34:43 up 24 min, 2 users, load average: 8.16, 4.84, 2.20; runlevel 2017-07-22 ------------------------------------------------------------------------ Benchmark Run: Sat Jul 22 2017 18:34:43 - 19:02:49 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 29771540.9 lps (10.0 s, 7 samples) Double-Precision Whetstone 3857.5 MWIPS (9.9 s, 7 samples) Execl Throughput 3744.0 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 974383.8 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 289350.6 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1550222.9 KBps (30.0 s, 2 samples) Pipe Throughput 2158868.1 lps (10.0 s, 7 samples) Pipe-based Context Switching 357839.3 lps (10.0 s, 7 samples) Process Creation 9607.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 7379.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 964.9 lpm (60.0 s, 2 samples) System Call Overhead 3920096.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 29771540.9 2551.1 Double-Precision Whetstone 55.0 3857.5 701.4 Execl Throughput 43.0 3744.0 870.7 File Copy 1024 bufsize 2000 maxblocks 3960.0 974383.8 2460.6 File Copy 256 bufsize 500 maxblocks 1655.0 289350.6 1748.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 1550222.9 2672.8 Pipe Throughput 12440.0 2158868.1 1735.4 Pipe-based Context Switching 4000.0 357839.3 894.6 Process Creation 126.0 9607.3 762.5 Shell Scripts (1 concurrent) 42.4 7379.9 1740.5 Shell Scripts (8 concurrent) 6.0 964.9 1608.2 System Call Overhead 15000.0 3920096.9 2613.4 ======== System Benchmarks Index Score 1522.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, 2.0 GiB) copied, 3.79902 s, 565 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.78341 s, 568 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=22075: Sat Jul 22 18:31:38 2017 read : io=5611.2MB, bw=95763KB/s, iops=23940, runt= 60001msec clat (usec): min=1, max=22210, avg=329.58, stdev=232.94 lat (usec): min=1, max=22210, avg=329.98, stdev=232.98 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 3], | 30.00th=[ 262], 40.00th=[ 346], 50.00th=[ 386], 60.00th=[ 418], | 70.00th=[ 450], 80.00th=[ 494], 90.00th=[ 564], 95.00th=[ 644], | 99.00th=[ 900], 99.50th=[ 1064], 99.90th=[ 1416], 99.95th=[ 1560], | 99.99th=[ 2160] bw (KB /s): min= 7320, max=31408, per=12.48%, avg=11949.83, stdev=4702.52 lat (usec) : 2=1.16%, 4=21.18%, 10=2.28%, 20=1.46%, 50=0.20% lat (usec) : 100=0.53%, 250=2.41%, 500=51.68%, 750=16.90%, 1000=1.56% lat (msec) : 2=0.62%, 4=0.01%, 10=0.01%, 50=0.01% cpu : usr=0.68%, sys=11.62%, ctx=1058523, majf=0, minf=88 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=1436464/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=5611.2MB, aggrb=95762KB/s, minb=95762KB/s, maxb=95762KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vdb: ios=1055927/465, merge=0/4087, ticks=83476/1348, in_queue=84544, util=94.67%
./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=22085: Sat Jul 22 18:32:38 2017 read : io=4557.9MB, bw=77785KB/s, iops=19446, runt= 60001msec clat (usec): min=40, max=22341, avg=404.12, stdev=124.54 lat (usec): min=40, max=22343, avg=404.60, stdev=124.55 clat percentiles (usec): | 1.00th=[ 143], 5.00th=[ 233], 10.00th=[ 274], 20.00th=[ 318], | 30.00th=[ 346], 40.00th=[ 374], 50.00th=[ 394], 60.00th=[ 418], | 70.00th=[ 446], 80.00th=[ 482], 90.00th=[ 548], 95.00th=[ 604], | 99.00th=[ 788], 99.50th=[ 860], 99.90th=[ 1064], 99.95th=[ 1192], | 99.99th=[ 1656] bw (KB /s): min= 4848, max=10344, per=12.50%, avg=9725.90, stdev=451.65 lat (usec) : 50=0.01%, 100=0.64%, 250=6.57%, 500=76.11%, 750=15.27% lat (usec) : 1000=1.26% lat (msec) : 2=0.14%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=0.83%, sys=11.62%, ctx=1163365, 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=1166799/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=4557.9MB, aggrb=77785KB/s, minb=77785KB/s, maxb=77785KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vdb: ios=1165156/2, merge=0/80, ticks=86408/8, in_queue=86264, util=94.41%
./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=22105: Sat Jul 22 18:34:39 2017 write: io=24790MB, bw=423053KB/s, iops=105763, runt= 60005msec clat (usec): min=1, max=1821.5K, avg=53.99, stdev=5469.01 lat (usec): min=1, max=1821.5K, avg=54.52, stdev=5471.16 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 2], | 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2], | 70.00th=[ 3], 80.00th=[ 3], 90.00th=[ 3], 95.00th=[ 3], | 99.00th=[ 5], 99.50th=[ 7], 99.90th=[ 7968], 99.95th=[11968], | 99.99th=[22144] bw (KB /s): min= 0, max=202946, per=22.18%, avg=93840.76, stdev=77258.08 lat (usec) : 2=1.06%, 4=95.66%, 10=2.87%, 20=0.15%, 50=0.03% lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.03%, 10=0.09%, 20=0.06%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2000=0.01% cpu : usr=1.18%, sys=3.49%, ctx=53886, majf=0, minf=84 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=6346325/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=24790MB, aggrb=423053KB/s, minb=423053KB/s, maxb=423053KB/s, mint=60005msec, maxt=60005msec Disk stats (read/write): vdb: ios=0/33991, merge=0/1244, ticks=0/213500, in_queue=216828, util=99.22%
./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=22095: Sat Jul 22 18:33:38 2017 write: io=120944KB, bw=2015.3KB/s, iops=503, runt= 60015msec clat (msec): min=1, max=428, avg=15.87, stdev=64.61 lat (msec): min=1, max=428, avg=15.87, stdev=64.61 clat percentiles (usec): | 1.00th=[ 1800], 5.00th=[ 1816], 10.00th=[ 1832], 20.00th=[ 1832], | 30.00th=[ 1848], 40.00th=[ 1848], 50.00th=[ 1864], 60.00th=[ 1864], | 70.00th=[ 1880], 80.00th=[ 1912], 90.00th=[ 2320], 95.00th=[ 5024], | 99.00th=[329728], 99.50th=[350208], 99.90th=[382976], 99.95th=[403456], | 99.99th=[419840] bw (KB /s): min= 11, max= 814, per=12.45%, avg=250.83, stdev=167.46 lat (msec) : 2=87.85%, 4=6.81%, 10=0.84%, 20=0.03%, 50=0.01% lat (msec) : 100=0.01%, 250=0.02%, 500=4.44% cpu : usr=0.04%, sys=0.33%, ctx=61878, 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=30236/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=120944KB, aggrb=2015KB/s, minb=2015KB/s, maxb=2015KB/s, mint=60015msec, maxt=60015msec Disk stats (read/write): vdb: ios=0/30263, merge=0/1520, ticks=0/59748, in_queue=59748, util=98.48%
Downloaded 104857600 bytes in 0.932 sec Downloaded 104857600 bytes in 1.057 sec Downloaded 104857600 bytes in 0.944 sec Downloaded 104857600 bytes in 1.051 sec Downloaded 104857600 bytes in 0.945 sec Finished! Average download speed is 811.52 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Providerdienste ... Selecting 15 servers that are not too close: 1. A2B Internet B.V. (Alkmaar) [30.28 km]: 2.627 ms 2. ColoCenter bv (Zoetermeer) [35.62 km]: 4.576 ms 3. Redhosting (Almere) [38.48 km]: 2.62 ms 4. ConnectNL ICT Professionals (Almere) [38.48 km]: 3.551 ms 5. Xela Hosting (The Hague) [38.85 km]: 314.501 ms 6. KPN B.V. (Den Haag) [40.63 km]: 7.803 ms 7. Vodafone NL (Utrecht) [44.42 km]: 8.685 ms 8. Maximum (Rotterdam) [50.81 km]: 9.15 ms 9. WorldStream B.V. (Naaldwijk) [51.44 km]: 3.41 ms 10. Jonaz B.V. (Amersfoort) [55.52 km]: 9.464 ms 11. Qweb | Full-Service Hosting (Alblasserdam) [55.60 km]: 4.745 ms 12. Matrix DATA (Harderwijk) [65.67 km]: 5.44 ms 13. SIT Internetdiensten B.V. (Voorthuizen) [68.86 km]: 3.959 ms 14. Solcon (Dronten) [74.62 km]: 38.838 ms 15. RoutIT BV (Ede) [78.11 km]: 5.78 ms Testing upload speeds 1. A2B Internet B.V. (Alkmaar): ......................... 522.78 Mbit/s 2. ColoCenter bv (Zoetermeer): ......................... 425.94 Mbit/s 3. Redhosting (Almere): ......................... 483.65 Mbit/s 4. ConnectNL ICT Professionals (Almere): ......................... 443.77 Mbit/s 5. Xela Hosting (The Hague): ......................... 99.70 Mbit/s 6. KPN B.V. (Den Haag): ......................... 434.84 Mbit/s 7. Vodafone NL (Utrecht): ......................... 309.97 Mbit/s 8. Maximum (Rotterdam): ......................... 274.72 Mbit/s 9. WorldStream B.V. (Naaldwijk): ......................... 492.62 Mbit/s 10. Jonaz B.V. (Amersfoort): ......................... 412.74 Mbit/s 11. Qweb | Full-Service Hosting (Alblasserdam): ......................... 270.41 Mbit/s 12. Matrix DATA (Harderwijk): ......................... 447.78 Mbit/s 13. SIT Internetdiensten B.V. (Voorthuizen): ......................... 57.63 Mbit/s 14. Solcon (Dronten): ......................... 429.39 Mbit/s 15. RoutIT BV (Ede): ......................... 441.95 Mbit/s Average upload speed is 369.86 Mbit/s