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-t2vZhr/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-t2vZhr/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-t2vZhr/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-t2vZhr/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-t2vZhr/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-t2vZhr/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-87-generic -- #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Virtual CPU a7769a6388d5 (4800.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 11:39:57 up 10 min, 1 user, load average: 7.97, 4.71, 2.00; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Mon Nov 27 2017 11:39:57 - 12:08:05 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 29408705.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 3668.8 MWIPS (9.9 s, 7 samples) Execl Throughput 4377.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1043138.2 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 303683.8 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1757045.9 KBps (30.0 s, 2 samples) Pipe Throughput 2251738.7 lps (10.0 s, 7 samples) Pipe-based Context Switching 297444.6 lps (10.0 s, 7 samples) Process Creation 11744.1 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 7579.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 982.8 lpm (60.0 s, 2 samples) System Call Overhead 3670827.1 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 29408705.7 2520.0 Double-Precision Whetstone 55.0 3668.8 667.1 Execl Throughput 43.0 4377.3 1018.0 File Copy 1024 bufsize 2000 maxblocks 3960.0 1043138.2 2634.2 File Copy 256 bufsize 500 maxblocks 1655.0 303683.8 1834.9 File Copy 4096 bufsize 8000 maxblocks 5800.0 1757045.9 3029.4 Pipe Throughput 12440.0 2251738.7 1810.1 Pipe-based Context Switching 4000.0 297444.6 743.6 Process Creation 126.0 11744.1 932.1 Shell Scripts (1 concurrent) 42.4 7579.4 1787.6 Shell Scripts (8 concurrent) 6.0 982.8 1638.0 System Call Overhead 15000.0 3670827.1 2447.2 ======== System Benchmarks Index Score 1570.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, 4.71005 s, 456 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, 4.69822 s, 457 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=8892: Mon Nov 27 11:36:52 2017 read : io=8982.7MB, bw=153300KB/s, iops=38325, runt= 60001msec clat (usec): min=1, max=19782, avg=206.25, stdev=168.63 lat (usec): min=1, max=19783, avg=206.52, stdev=168.68 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 4], 10.00th=[ 147], 20.00th=[ 171], | 30.00th=[ 183], 40.00th=[ 195], 50.00th=[ 205], 60.00th=[ 217], | 70.00th=[ 231], 80.00th=[ 247], 90.00th=[ 278], 95.00th=[ 306], | 99.00th=[ 390], 99.50th=[ 470], 99.90th=[ 2256], 99.95th=[ 3024], | 99.99th=[ 6624] bw (KB /s): min=15960, max=26248, per=12.51%, avg=19174.12, stdev=2124.58 lat (usec) : 2=0.53%, 4=4.38%, 10=2.31%, 20=0.77%, 50=0.06% lat (usec) : 100=0.01%, 250=72.90%, 500=18.60%, 750=0.14%, 1000=0.05% lat (msec) : 2=0.12%, 4=0.12%, 10=0.02%, 20=0.01% cpu : usr=1.70%, sys=5.43%, ctx=2118870, 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=2299544/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=8982.7MB, aggrb=153300KB/s, minb=153300KB/s, maxb=153300KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2110432/9, merge=0/5, ticks=397772/0, in_queue=397312, util=98.92%
./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=8962: Mon Nov 27 11:37:53 2017 read : io=8548.8MB, bw=145885KB/s, iops=36471, runt= 60001msec clat (usec): min=114, max=15768, avg=216.67, stdev=138.76 lat (usec): min=114, max=15769, avg=216.92, stdev=138.78 clat percentiles (usec): | 1.00th=[ 137], 5.00th=[ 151], 10.00th=[ 161], 20.00th=[ 173], | 30.00th=[ 185], 40.00th=[ 195], 50.00th=[ 205], 60.00th=[ 215], | 70.00th=[ 229], 80.00th=[ 247], 90.00th=[ 278], 95.00th=[ 306], | 99.00th=[ 382], 99.50th=[ 434], 99.90th=[ 1432], 99.95th=[ 2544], | 99.99th=[ 7072] bw (KB /s): min=12720, max=21288, per=12.50%, avg=18228.67, stdev=1277.82 lat (usec) : 250=81.38%, 500=18.31%, 750=0.13%, 1000=0.04% lat (msec) : 2=0.06%, 4=0.05%, 10=0.03%, 20=0.01% cpu : usr=1.54%, sys=4.22%, ctx=2191124, 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=2188308/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=8548.8MB, aggrb=145884KB/s, minb=145884KB/s, maxb=145884KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=2185428/0, merge=0/0, ticks=419488/0, in_queue=419096, util=99.56%
./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=9007: Mon Nov 27 11:39:53 2017 write: io=45524MB, bw=776168KB/s, iops=194041, runt= 60060msec clat (usec): min=0, max=166988, avg=36.50, stdev=1079.02 lat (usec): min=0, max=166988, avg=37.30, stdev=1093.30 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 2], 20.00th=[ 2], | 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2], | 70.00th=[ 2], 80.00th=[ 3], 90.00th=[ 3], 95.00th=[ 3], | 99.00th=[ 8], 99.50th=[ 15], 99.90th=[12352], 99.95th=[18560], | 99.99th=[56064] bw (KB /s): min=59309, max=148576, per=12.55%, avg=97385.09, stdev=16809.82 lat (usec) : 2=6.18%, 4=88.88%, 10=4.10%, 20=0.53%, 50=0.07% lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.06%, 20=0.08%, 50=0.03% lat (msec) : 100=0.01%, 250=0.01% cpu : usr=1.72%, sys=6.80%, ctx=52409, 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=11654161/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=45524MB, aggrb=776167KB/s, minb=776167KB/s, maxb=776167KB/s, mint=60060msec, maxt=60060msec Disk stats (read/write): vda: ios=149/877933, merge=0/994, ticks=944/7040688, in_queue=7041976, util=99.42%
./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=8987: Mon Nov 27 11:38:53 2017 write: io=1968.3MB, bw=33585KB/s, iops=8396, runt= 60005msec clat (usec): min=57, max=132367, avg=949.89, stdev=6818.81 lat (usec): min=58, max=132367, avg=950.23, stdev=6818.83 clat percentiles (usec): | 1.00th=[ 64], 5.00th=[ 71], 10.00th=[ 80], 20.00th=[ 92], | 30.00th=[ 94], 40.00th=[ 95], 50.00th=[ 99], 60.00th=[ 103], | 70.00th=[ 107], 80.00th=[ 118], 90.00th=[ 151], 95.00th=[ 201], | 99.00th=[49920], 99.50th=[54528], 99.90th=[73216], 99.95th=[82432], | 99.99th=[102912] bw (KB /s): min= 1120, max= 6848, per=12.52%, avg=4203.69, stdev=974.32 lat (usec) : 100=51.31%, 250=45.03%, 500=1.45%, 750=0.39%, 1000=0.10% lat (msec) : 2=0.09%, 4=0.05%, 10=0.04%, 20=0.01%, 50=0.57% lat (msec) : 100=0.96%, 250=0.01% cpu : usr=0.54%, sys=1.62%, ctx=1015697, majf=0, minf=82 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=503815/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=1968.3MB, aggrb=33584KB/s, minb=33584KB/s, maxb=33584KB/s, mint=60005msec, maxt=60005msec Disk stats (read/write): vda: ios=74/503233, merge=0/1785, ticks=16/50364, in_queue=50292, util=83.78%
Downloaded 104857600 bytes in 1.136 sec Downloaded 104857600 bytes in 0.919 sec Downloaded 104857600 bytes in 0.756 sec Downloaded 104857600 bytes in 0.762 sec Downloaded 104857600 bytes in 0.879 sec Finished! Average download speed is 898.47 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Choopa ... Selecting 15 servers that are not too close: 1. QTS Data Centers (Jersey City, NJ) [31.97 km]: 380.629 ms 2. AT&T (New York City, NY) [33.43 km]: 344.946 ms 3. Optimum Online (New York City, NY) [33.43 km]: 318.979 ms 4. Atlantic Metro (New York City, NY) [33.43 km]: 389.212 ms 5. Speedtest.net (New York City, NY) [33.43 km]: 260.212 ms 6. Interoute VDC (New York, NY) [33.43 km]: 547.09 ms 7. Sprint (New York City, NY) [33.43 km]: 300.117 ms 8. Citybridge (New York City, NY) [33.43 km]: 341.629 ms 9. Charter Communications (New York, NY) [33.43 km]: 343.629 ms 10. fdcservers.net (New York City, NY) [33.43 km]: 355.315 ms 11. ISPnet, Inc (New York City, NY) [33.43 km]: 382.008 ms 12. UNMETERED.Online (New York City, NY) [33.43 km]: 284.07 ms 13. Dataspindle LLC (New York City, NY) [33.43 km]: 251.418 ms 14. LINK Telecom (New York, NY) [33.43 km]: 270.039 ms 15. Speedtest.net (New York City, NY) [33.43 km]: 243.162 ms Testing upload speeds 1. QTS Data Centers (Jersey City, NJ): ......................... 13.11 Mbit/s 2. AT&T (New York City, NY): ......................... 8.64 Mbit/s 3. Optimum Online (New York City, NY): ......................... 10.29 Mbit/s 4. Atlantic Metro (New York City, NY): ......................... 8.71 Mbit/s 5. Speedtest.net (New York City, NY): ......................... 14.41 Mbit/s 6. Interoute VDC (New York, NY): ......................... 9.42 Mbit/s 7. Sprint (New York City, NY): ......................... 12.55 Mbit/s 8. Citybridge (New York City, NY): ......................... 12.40 Mbit/s 9. Charter Communications (New York, NY): ......................... 5.69 Mbit/s 10. fdcservers.net (New York City, NY): ......................... 8.75 Mbit/s 11. ISPnet, Inc (New York City, NY): ......................... 9.12 Mbit/s 12. UNMETERED.Online (New York City, NY): ......................... 6.67 Mbit/s 13. Dataspindle LLC (New York City, NY): ......................... 3.57 Mbit/s 14. LINK Telecom (New York, NY): ......................... 16.41 Mbit/s 15. Speedtest.net (New York City, NY): ......................... 6.14 Mbit/s Average upload speed is 9.73 Mbit/s