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-kvJe8n/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-kvJe8n/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-kvJe8n/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-kvJe8n/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-kvJe8n/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-kvJe8n/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: localhost: GNU/Linux OS: GNU/Linux -- 4.4.0-66-generic -- #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz (7000.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 01:38:40 up 1 day, 14:21, 1 user, load average: 8.50, 4.69, 1.95; runlevel 2017-06-17 ------------------------------------------------------------------------ Benchmark Run: Mon Jun 19 2017 01:38:40 - 02:06:43 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 40997009.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 4447.3 MWIPS (10.0 s, 7 samples) Execl Throughput 5982.6 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1507352.9 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 435823.3 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 3102989.4 KBps (30.0 s, 2 samples) Pipe Throughput 3080901.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 471412.5 lps (10.0 s, 7 samples) Process Creation 16118.6 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 11118.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1414.8 lpm (60.0 s, 2 samples) System Call Overhead 4908216.3 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 40997009.7 3513.0 Double-Precision Whetstone 55.0 4447.3 808.6 Execl Throughput 43.0 5982.6 1391.3 File Copy 1024 bufsize 2000 maxblocks 3960.0 1507352.9 3806.4 File Copy 256 bufsize 500 maxblocks 1655.0 435823.3 2633.4 File Copy 4096 bufsize 8000 maxblocks 5800.0 3102989.4 5350.0 Pipe Throughput 12440.0 3080901.6 2476.6 Pipe-based Context Switching 4000.0 471412.5 1178.5 Process Creation 126.0 16118.6 1279.3 Shell Scripts (1 concurrent) 42.4 11118.9 2622.4 Shell Scripts (8 concurrent) 6.0 1414.8 2358.0 System Call Overhead 15000.0 4908216.3 3272.1 ======== System Benchmarks Index Score 2240.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, 2.21068 s, 971 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.24477 s, 957 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=8192: Mon Jun 19 01:35:37 2017 read : io=29029MB, bw=495426KB/s, iops=123856, runt= 60001msec clat (usec): min=0, max=12700, avg=63.25, stdev=92.94 lat (usec): min=0, max=12700, avg=63.39, stdev=92.96 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 2], 20.00th=[ 37], | 30.00th=[ 44], 40.00th=[ 50], 50.00th=[ 56], 60.00th=[ 63], | 70.00th=[ 71], 80.00th=[ 82], 90.00th=[ 103], 95.00th=[ 123], | 99.00th=[ 185], 99.50th=[ 255], 99.90th=[ 1480], 99.95th=[ 2024], | 99.99th=[ 2992] bw (KB /s): min=19576, max=81456, per=12.50%, avg=61925.35, stdev=8204.60 lat (usec) : 2=7.43%, 4=3.61%, 10=0.99%, 20=0.15%, 50=26.45% lat (usec) : 100=50.37%, 250=10.49%, 500=0.26%, 750=0.05%, 1000=0.01% lat (msec) : 2=0.15%, 4=0.05%, 10=0.01%, 20=0.01% cpu : usr=3.01%, sys=8.41%, ctx=6583381, majf=2, minf=94 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=7431508/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=29029MB, aggrb=495425KB/s, minb=495425KB/s, maxb=495425KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=6510632/23, merge=0/146, ticks=150776/16, in_queue=150320, util=91.54%
./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=8202: Mon Jun 19 01:36:37 2017 read : io=34508MB, bw=588935KB/s, iops=147233, runt= 60001msec clat (usec): min=10, max=12248, avg=53.07, stdev=28.99 lat (usec): min=10, max=12248, avg=53.21, stdev=29.02 clat percentiles (usec): | 1.00th=[ 23], 5.00th=[ 28], 10.00th=[ 32], 20.00th=[ 38], | 30.00th=[ 42], 40.00th=[ 46], 50.00th=[ 49], 60.00th=[ 53], | 70.00th=[ 57], 80.00th=[ 64], 90.00th=[ 76], 95.00th=[ 89], | 99.00th=[ 125], 99.50th=[ 145], 99.90th=[ 231], 99.95th=[ 298], | 99.99th=[ 684] bw (KB /s): min=62296, max=81608, per=12.50%, avg=73604.39, stdev=3165.33 lat (usec) : 20=0.32%, 50=50.24%, 100=46.44%, 250=2.92%, 500=0.06% lat (usec) : 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01% cpu : usr=3.69%, sys=8.04%, ctx=8836929, 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=8834168/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=34508MB, aggrb=588934KB/s, minb=588934KB/s, maxb=588934KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=8820615/0, merge=0/0, ticks=178260/0, in_queue=177656, util=97.28%
./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=8222: Mon Jun 19 01:38:38 2017 write: io=88771MB, bw=1479.4MB/s, iops=378700, runt= 60009msec clat (usec): min=0, max=72609, avg=18.06, stdev=634.13 lat (usec): min=0, max=72609, avg=18.56, stdev=648.93 clat percentiles (usec): | 1.00th=[ 0], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1], | 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 1], 60.00th=[ 1], | 70.00th=[ 1], 80.00th=[ 1], 90.00th=[ 2], 95.00th=[ 2], | 99.00th=[ 3], 99.50th=[ 11], 99.90th=[ 580], 99.95th=[15552], | 99.99th=[31616] bw (KB /s): min=121000, max=247389, per=12.52%, avg=189583.66, stdev=18883.49 lat (usec) : 2=82.49%, 4=16.53%, 10=0.13%, 20=0.67%, 50=0.03% lat (usec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.04%, 50=0.03% lat (msec) : 100=0.01% cpu : usr=2.75%, sys=7.13%, ctx=45194, 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=22725449/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=88771MB, aggrb=1479.4MB/s, minb=1479.4MB/s, maxb=1479.4MB/s, mint=60009msec, maxt=60009msec Disk stats (read/write): vda: ios=2/2117572, merge=0/1790, ticks=0/794572, in_queue=794540, util=29.10%
./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=8212: Mon Jun 19 01:37:37 2017 write: io=8310.7MB, bw=141830KB/s, iops=35457, runt= 60002msec clat (usec): min=15, max=70265, avg=224.30, stdev=2620.02 lat (usec): min=15, max=70265, avg=224.46, stdev=2620.02 clat percentiles (usec): | 1.00th=[ 18], 5.00th=[ 19], 10.00th=[ 20], 20.00th=[ 20], | 30.00th=[ 21], 40.00th=[ 22], 50.00th=[ 23], 60.00th=[ 25], | 70.00th=[ 27], 80.00th=[ 29], 90.00th=[ 35], 95.00th=[ 41], | 99.00th=[ 96], 99.50th=[29824], 99.90th=[37632], 99.95th=[39680], | 99.99th=[45824] bw (KB /s): min=11324, max=21848, per=12.50%, avg=17734.51, stdev=1927.64 lat (usec) : 20=7.38%, 50=89.66%, 100=1.99%, 250=0.30%, 500=0.05% lat (usec) : 750=0.01%, 1000=0.01% lat (msec) : 2=0.02%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.57% lat (msec) : 100=0.01% cpu : usr=0.84%, sys=2.48%, ctx=4267233, 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=0/w=2127525/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=8310.7MB, aggrb=141830KB/s, minb=141830KB/s, maxb=141830KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): vda: ios=9/2124794, merge=0/791, ticks=16/46052, in_queue=45916, util=74.10%
Downloaded 104857600 bytes in 2.867 sec Downloaded 104857600 bytes in 2.897 sec Downloaded 104857600 bytes in 2.922 sec Downloaded 104857600 bytes in 2.981 sec Downloaded 104857600 bytes in 2.942 sec Finished! Average download speed is 273.80 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from BuyVM ... Selecting 15 servers that are not too close: 1. Estes Park Webcams (Estes Park, CO) [96.28 km]: 134.996 ms 2. LPC NextLight (Longmont, CO) [105.01 km]: 1800000.0 ms 3. Wyoming Wireless Internet (Wheatland, WY) [105.82 km]: 149.547 ms 4. CCT (Wiggins, CO) [119.82 km]: 209.641 ms 5. ALLO - Scottsbluff (Scottsbluff, NE) [134.05 km]: 150.292 ms 6. CenturyLink (Denver, CO) [151.86 km]: 148.933 ms 7. FORETHOUGHT.net (Denver, CO) [151.86 km]: 151.395 ms 8. ASPnix Web Hosting (Denver, CO) [151.86 km]: 156.249 ms 9. fdcservers.net (Denver, CO) [151.86 km]: 150.674 ms 10. Comcast (Denver, CO) [151.86 km]: 152.15 ms 11. Sharktech Inc. (Denver, CO) [151.86 km]: 134.5 ms 12. CenturyLink, Inc (Winter Park, CO) [152.99 km]: 207.118 ms 13. T-Mobile (Aurora, CO) [156.74 km]: 157.055 ms 14. Rye Telephone Company (Colorado City, CO) [188.01 km]: 159.154 ms 15. Visionary Communications (Douglas, WY) [188.34 km]: 151.31 ms Testing upload speeds 1. Estes Park Webcams (Estes Park, CO): ......................... 21.34 Mbit/s 2. LPC NextLight (Longmont, CO): ......................... 0.00 Mbit/s 3. Wyoming Wireless Internet (Wheatland, WY): ......................... 21.56 Mbit/s 4. CCT (Wiggins, CO): ......................... 22.12 Mbit/s 5. ALLO - Scottsbluff (Scottsbluff, NE): ......................... 24.52 Mbit/s 6. CenturyLink (Denver, CO): ......................... 1.55 Mbit/s 7. FORETHOUGHT.net (Denver, CO): ......................... 0.80 Mbit/s 8. ASPnix Web Hosting (Denver, CO): ......................... 1.26 Mbit/s 9. fdcservers.net (Denver, CO): ......................... 30.62 Mbit/s 10. Comcast (Denver, CO): ......................... 10.17 Mbit/s 11. Sharktech Inc. (Denver, CO): ......................... 17.50 Mbit/s 12. CenturyLink, Inc (Winter Park, CO): ......................... 18.05 Mbit/s 13. T-Mobile (Aurora, CO): ......................... 24.09 Mbit/s 14. Rye Telephone Company (Colorado City, CO): ......................... 17.65 Mbit/s 15. Visionary Communications (Douglas, WY): ......................... 22.89 Mbit/s Average upload speed is 15.61 Mbit/s