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-FNXbmQ/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-FNXbmQ/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-FNXbmQ/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-FNXbmQ/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-FNXbmQ/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-FNXbmQ/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-87-generic -- #110-Ubuntu SMP Tue Jul 18 12:54:58 UTC 2017 Machine: i686 (i686) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Virtual CPU a7769a6388d5 (4788.9 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 11:40:14 up 10 min, 1 user, load average: 7.90, 4.70, 2.01; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Mon Nov 27 2017 11:40:14 - 12:07:33 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 20921497.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 2868.5 MWIPS (6.5 s, 7 samples) Execl Throughput 3990.1 lps (29.9 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 496514.0 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 214619.7 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1265644.0 KBps (30.0 s, 2 samples) Pipe Throughput 1224028.2 lps (10.0 s, 7 samples) Pipe-based Context Switching 185770.6 lps (10.0 s, 7 samples) Process Creation 10510.1 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 6680.6 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 877.3 lpm (60.1 s, 2 samples) System Call Overhead 1969756.6 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 20921497.3 1792.8 Double-Precision Whetstone 55.0 2868.5 521.5 Execl Throughput 43.0 3990.1 927.9 File Copy 1024 bufsize 2000 maxblocks 3960.0 496514.0 1253.8 File Copy 256 bufsize 500 maxblocks 1655.0 214619.7 1296.8 File Copy 4096 bufsize 8000 maxblocks 5800.0 1265644.0 2182.1 Pipe Throughput 12440.0 1224028.2 983.9 Pipe-based Context Switching 4000.0 185770.6 464.4 Process Creation 126.0 10510.1 834.1 Shell Scripts (1 concurrent) 42.4 6680.6 1575.6 Shell Scripts (8 concurrent) 6.0 877.3 1462.2 System Call Overhead 15000.0 1969756.6 1313.2 ======== System Benchmarks Index Score 1111.4
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, 6.12204 s, 351 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, 6.11085 s, 351 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=9155: Mon Nov 27 11:37:08 2017 read : io=7080.5MB, bw=120837KB/s, iops=30209, runt= 60001msec clat (usec): min=1, max=26823, avg=261.07, stdev=219.37 lat (usec): min=1, max=26823, avg=261.54, stdev=219.44 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 8], 10.00th=[ 181], 20.00th=[ 205], | 30.00th=[ 221], 40.00th=[ 235], 50.00th=[ 251], 60.00th=[ 270], | 70.00th=[ 290], 80.00th=[ 318], 90.00th=[ 362], 95.00th=[ 410], | 99.00th=[ 548], 99.50th=[ 708], 99.90th=[ 2928], 99.95th=[ 3792], | 99.99th=[ 5344] bw (KB /s): min=11512, max=20584, per=12.50%, avg=15103.26, stdev=1804.53 lat (usec) : 2=0.01%, 4=2.41%, 10=3.32%, 20=1.18%, 50=0.18% lat (usec) : 100=0.01%, 250=42.16%, 500=49.16%, 750=1.13%, 1000=0.16% lat (msec) : 2=0.12%, 4=0.13%, 10=0.03%, 20=0.01%, 50=0.01% cpu : usr=1.55%, sys=5.29%, ctx=1687931, 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=1812583/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=7080.5MB, aggrb=120836KB/s, minb=120836KB/s, maxb=120836KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=1679968/8, merge=0/6, ticks=398464/0, in_queue=398008, util=99.15%
./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=9215: Mon Nov 27 11:38:08 2017 read : io=6788.2MB, bw=115864KB/s, iops=28965, runt= 60001msec clat (usec): min=133, max=20532, avg=271.52, stdev=120.33 lat (usec): min=133, max=20533, avg=272.03, stdev=120.39 clat percentiles (usec): | 1.00th=[ 169], 5.00th=[ 185], 10.00th=[ 197], 20.00th=[ 213], | 30.00th=[ 227], 40.00th=[ 241], 50.00th=[ 255], 60.00th=[ 270], | 70.00th=[ 290], 80.00th=[ 318], 90.00th=[ 362], 95.00th=[ 406], | 99.00th=[ 516], 99.50th=[ 596], 99.90th=[ 1064], 99.95th=[ 1464], | 99.99th=[ 3120] bw (KB /s): min= 9896, max=18008, per=12.51%, avg=14498.67, stdev=1216.17 lat (usec) : 250=47.04%, 500=51.73%, 750=0.97%, 1000=0.14% lat (msec) : 2=0.09%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=1.71%, sys=4.47%, ctx=1740671, majf=0, minf=81 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=1737982/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=6788.2MB, aggrb=115863KB/s, minb=115863KB/s, maxb=115863KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=1736430/0, merge=0/0, ticks=410468/0, in_queue=410048, util=99.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=9350: Mon Nov 27 11:40:09 2017 write: io=29461MB, bw=502761KB/s, iops=125690, runt= 60004msec clat (usec): min=1, max=159270, avg=49.85, stdev=1061.99 lat (usec): min=1, max=159270, avg=52.30, stdev=1097.45 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 3], | 30.00th=[ 3], 40.00th=[ 3], 50.00th=[ 3], 60.00th=[ 4], | 70.00th=[ 4], 80.00th=[ 4], 90.00th=[ 5], 95.00th=[ 7], | 99.00th=[ 11], 99.50th=[ 19], 99.90th=[15552], 99.95th=[19584], | 99.99th=[32640] bw (KB /s): min=32598, max=99393, per=12.51%, avg=62908.60, stdev=11549.73 lat (usec) : 2=0.09%, 4=58.26%, 10=40.26%, 20=0.90%, 50=0.08% lat (usec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.03%, 10=0.12%, 20=0.15%, 50=0.04% lat (msec) : 100=0.01%, 250=0.01% cpu : usr=2.39%, sys=7.49%, ctx=58889, majf=0, minf=75 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=7541925/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=29461MB, aggrb=502761KB/s, minb=502761KB/s, maxb=502761KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): vda: ios=183/1038209, merge=0/792, ticks=924/7046308, in_queue=7047132, util=99.55%
./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=9280: Mon Nov 27 11:39:09 2017 write: io=1611.7MB, bw=27503KB/s, iops=6875, runt= 60003msec clat (usec): min=67, max=90585, avg=1158.22, stdev=6903.50 lat (usec): min=67, max=90585, avg=1158.99, stdev=6903.53 clat percentiles (usec): | 1.00th=[ 80], 5.00th=[ 88], 10.00th=[ 94], 20.00th=[ 102], | 30.00th=[ 109], 40.00th=[ 117], 50.00th=[ 126], 60.00th=[ 137], | 70.00th=[ 151], 80.00th=[ 173], 90.00th=[ 215], 95.00th=[ 270], | 99.00th=[45312], 99.50th=[51968], 99.90th=[65280], 99.95th=[69120], | 99.99th=[79360] bw (KB /s): min= 1973, max= 5808, per=12.51%, avg=3440.69, stdev=622.69 lat (usec) : 100=16.23%, 250=77.46%, 500=3.85%, 750=0.14%, 1000=0.05% lat (msec) : 2=0.04%, 4=0.02%, 10=0.01%, 20=0.01%, 50=1.59% lat (msec) : 100=0.62% cpu : usr=0.56%, sys=2.03%, ctx=834801, 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=0/w=412570/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=1611.7MB, aggrb=27503KB/s, minb=27503KB/s, maxb=27503KB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): vda: ios=1/412072, merge=0/1961, ticks=0/48456, in_queue=48240, util=80.41%
Downloaded 104857600 bytes in 1.166 sec Downloaded 104857600 bytes in 1.201 sec Downloaded 104857600 bytes in 0.822 sec Downloaded 104857600 bytes in 0.693 sec Downloaded 104857600 bytes in 0.982 sec Finished! Average download speed is 822.37 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]: 260.039 ms 2. AT&T (New York City, NY) [33.43 km]: 243.712 ms 3. Optimum Online (New York City, NY) [33.43 km]: 237.516 ms 4. Atlantic Metro (New York City, NY) [33.43 km]: 250.753 ms 5. Speedtest.net (New York City, NY) [33.43 km]: 254.983 ms 6. Interoute VDC (New York, NY) [33.43 km]: 347.58 ms 7. Sprint (New York City, NY) [33.43 km]: 259.253 ms 8. Citybridge (New York City, NY) [33.43 km]: 240.483 ms 9. Charter Communications (New York, NY) [33.43 km]: 315.963 ms 10. fdcservers.net (New York City, NY) [33.43 km]: 258.34 ms 11. ISPnet, Inc (New York City, NY) [33.43 km]: 271.467 ms 12. UNMETERED.Online (New York City, NY) [33.43 km]: 298.074 ms 13. Dataspindle LLC (New York City, NY) [33.43 km]: 246.12 ms 14. LINK Telecom (New York, NY) [33.43 km]: 295.604 ms 15. Speedtest.net (New York City, NY) [33.43 km]: 250.706 ms Testing upload speeds 1. QTS Data Centers (Jersey City, NJ): ......................... 11.83 Mbit/s 2. AT&T (New York City, NY): ......................... 9.01 Mbit/s 3. Optimum Online (New York City, NY): ......................... 11.24 Mbit/s 4. Atlantic Metro (New York City, NY): ......................... 9.17 Mbit/s 5. Speedtest.net (New York City, NY): ......................... 11.46 Mbit/s 6. Interoute VDC (New York, NY): ......................... 8.96 Mbit/s 7. Sprint (New York City, NY): ......................... 11.80 Mbit/s 8. Citybridge (New York City, NY): ......................... 12.48 Mbit/s 9. Charter Communications (New York, NY): ......................... 5.63 Mbit/s 10. fdcservers.net (New York City, NY): ......................... 8.15 Mbit/s 11. ISPnet, Inc (New York City, NY): ......................... 8.82 Mbit/s 12. UNMETERED.Online (New York City, NY): ......................... 7.08 Mbit/s 13. Dataspindle LLC (New York City, NY): ......................... 3.06 Mbit/s 14. LINK Telecom (New York, NY): ......................... 15.90 Mbit/s 15. Speedtest.net (New York City, NY): ......................... 6.21 Mbit/s Average upload speed is 9.39 Mbit/s