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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:196:34: warning: xe2x80x98%02dxe2x80x99 directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=] sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD); ^~~~ src/big.c:196:23: note: directive argument in the range [-178956970, 178956970] sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD); ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from src/execl.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: xe2x80x98__builtin___sprintf_chkxe2x80x99 output between 13 and 21 bytes into a destination of size 15 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-1Kp8r2/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-1Kp8r2/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-1Kp8r2/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-1Kp8r2/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-1Kp8r2/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-1Kp8r2/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 4 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 4 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 4 x Execl Throughput 1 2 3 4 x File Copy 1024 bufsize 2000 maxblocks 1 2 3 4 x File Copy 256 bufsize 500 maxblocks 1 2 3 4 x File Copy 4096 bufsize 8000 maxblocks 1 2 3 4 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10 4 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10 4 x Process Creation 1 2 3 4 x System Call Overhead 1 2 3 4 5 6 7 8 9 10 4 x Shell Scripts (1 concurrent) 1 2 3 4 x Shell Scripts (8 concurrent) 1 2 3 ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: arsenal.vestak.net: GNU/Linux OS: GNU/Linux -- 4.13.0-17-generic -- #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Virtual CPU a7769a6388d5 (4788.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 1: Virtual CPU a7769a6388d5 (4788.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 2: Virtual CPU a7769a6388d5 (4788.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 3: Virtual CPU a7769a6388d5 (4788.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 00:17:35 up 17:04, 2 users, load average: 8.36, 5.43, 2.81; runlevel 2017-11-27 ------------------------------------------------------------------------ Benchmark Run: Tue Nov 28 2017 00:17:35 - 00:45:13 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 27806233.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 4503.4 MWIPS (6.9 s, 7 samples) Execl Throughput 3566.6 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 942448.1 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 240801.8 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1562892.0 KBps (30.0 s, 2 samples) Pipe Throughput 1848246.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 70395.4 lps (10.0 s, 7 samples) Process Creation 5107.7 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5543.0 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1536.8 lpm (60.0 s, 2 samples) System Call Overhead 2599962.2 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 27806233.3 2382.7 Double-Precision Whetstone 55.0 4503.4 818.8 Execl Throughput 43.0 3566.6 829.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 942448.1 2379.9 File Copy 256 bufsize 500 maxblocks 1655.0 240801.8 1455.0 File Copy 4096 bufsize 8000 maxblocks 5800.0 1562892.0 2694.6 Pipe Throughput 12440.0 1848246.4 1485.7 Pipe-based Context Switching 4000.0 70395.4 176.0 Process Creation 126.0 5107.7 405.4 Shell Scripts (1 concurrent) 42.4 5543.0 1307.3 Shell Scripts (8 concurrent) 6.0 1536.8 2561.3 System Call Overhead 15000.0 2599962.2 1733.3 ======== System Benchmarks Index Score 1204.1 ------------------------------------------------------------------------ Benchmark Run: Tue Nov 28 2017 00:45:13 - 01:13:11 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 95446562.4 lps (10.0 s, 7 samples) Double-Precision Whetstone 17793.5 MWIPS (7.2 s, 7 samples) Execl Throughput 12417.4 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 739353.3 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 196879.6 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1961971.0 KBps (30.0 s, 2 samples) Pipe Throughput 6971414.5 lps (10.0 s, 7 samples) Pipe-based Context Switching 872664.1 lps (10.0 s, 7 samples) Process Creation 23586.5 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 13004.2 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2711.4 lpm (60.0 s, 2 samples) System Call Overhead 5783894.0 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 95446562.4 8178.8 Double-Precision Whetstone 55.0 17793.5 3235.2 Execl Throughput 43.0 12417.4 2887.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 739353.3 1867.1 File Copy 256 bufsize 500 maxblocks 1655.0 196879.6 1189.6 File Copy 4096 bufsize 8000 maxblocks 5800.0 1961971.0 3382.7 Pipe Throughput 12440.0 6971414.5 5604.0 Pipe-based Context Switching 4000.0 872664.1 2181.7 Process Creation 126.0 23586.5 1871.9 Shell Scripts (1 concurrent) 42.4 13004.2 3067.0 Shell Scripts (8 concurrent) 6.0 2711.4 4519.0 System Call Overhead 15000.0 5783894.0 3855.9 ======== System Benchmarks Index Score 3070.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, 7.71125 s, 278 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, 11.3143 s, 190 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=815: Tue Nov 28 00:14:29 2017 read : io=212700MB, bw=3544.1MB/s, iops=907504, runt= 60001msec clat (usec): min=0, max=43445, avg= 6.65, stdev=152.92 lat (usec): min=0, max=43485, avg= 6.98, stdev=159.39 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1], | 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 1], 60.00th=[ 2], | 70.00th=[ 2], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 3], | 99.00th=[ 215], 99.50th=[ 278], 99.90th=[ 378], 99.95th=[ 458], | 99.99th=[10176] bw (KB /s): min= 9328, max=1288952, per=12.44%, avg=451676.98, stdev=361846.60 lat (usec) : 2=54.01%, 4=41.93%, 10=2.17%, 20=0.69%, 50=0.06% lat (usec) : 100=0.01%, 250=0.41%, 500=0.68%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% cpu : usr=9.43%, sys=26.14%, ctx=634996, 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=54451148/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=212700MB, aggrb=3544.1MB/s, minb=3544.1MB/s, maxb=3544.1MB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=598704/376, merge=0/269, ticks=154952/388, in_queue=155416, util=41.86%
./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=1375: Tue Nov 28 00:15:29 2017 read : io=6689.8MB, bw=114169KB/s, iops=28542, runt= 60001msec clat (usec): min=131, max=23420, avg=275.54, stdev=296.67 lat (usec): min=131, max=23421, avg=275.95, stdev=296.68 clat percentiles (usec): | 1.00th=[ 171], 5.00th=[ 187], 10.00th=[ 199], 20.00th=[ 213], | 30.00th=[ 225], 40.00th=[ 237], 50.00th=[ 249], 60.00th=[ 262], | 70.00th=[ 278], 80.00th=[ 298], 90.00th=[ 334], 95.00th=[ 374], | 99.00th=[ 660], 99.50th=[ 1240], 99.90th=[ 4768], 99.95th=[ 6752], | 99.99th=[11968] bw (KB /s): min= 8640, max=17100, per=12.49%, avg=14264.65, stdev=1529.38 lat (usec) : 250=51.23%, 500=47.18%, 750=0.75%, 1000=0.24% lat (msec) : 2=0.34%, 4=0.14%, 10=0.11%, 20=0.01%, 50=0.01% cpu : usr=3.05%, sys=7.24%, ctx=1713548, majf=0, minf=87 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=1712563/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=6689.8MB, aggrb=114168KB/s, minb=114168KB/s, maxb=114168KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=1710772/252, merge=0/86, ticks=427332/92, in_queue=427748, util=99.71%
./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=1742: Tue Nov 28 00:17:30 2017 write: io=77619MB, bw=1293.7MB/s, iops=331161, runt= 60002msec clat (usec): min=1, max=96853, avg=22.50, stdev=494.32 lat (usec): min=1, max=96854, avg=22.76, stdev=494.49 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 3], 10.00th=[ 4], 20.00th=[ 6], | 30.00th=[ 6], 40.00th=[ 7], 50.00th=[ 8], 60.00th=[ 9], | 70.00th=[ 9], 80.00th=[ 10], 90.00th=[ 12], 95.00th=[ 15], | 99.00th=[ 23], 99.50th=[ 30], 99.90th=[ 3760], 99.95th=[12096], | 99.99th=[22656] bw (KB /s): min= 5, max=253368, per=12.52%, avg=165899.93, stdev=30400.92 lat (usec) : 2=0.01%, 4=5.62%, 10=65.48%, 20=26.67%, 50=1.99% lat (usec) : 100=0.08%, 250=0.03%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.05%, 50=0.02% lat (msec) : 100=0.01% cpu : usr=4.94%, sys=39.16%, ctx=1872063, 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=19870347/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=77619MB, aggrb=1293.7MB/s, minb=1293.7MB/s, maxb=1293.7MB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): vda: ios=46/30322, merge=0/254, ticks=56/248124, in_queue=248292, util=18.26%
./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=1730: Tue Nov 28 00:16:30 2017 write: io=2051.2MB, bw=35005KB/s, iops=8751, runt= 60002msec clat (usec): min=55, max=329982, avg=910.71, stdev=3512.83 lat (usec): min=55, max=329982, avg=911.14, stdev=3512.92 clat percentiles (usec): | 1.00th=[ 64], 5.00th=[ 71], 10.00th=[ 76], 20.00th=[ 85], | 30.00th=[ 93], 40.00th=[ 101], 50.00th=[ 111], 60.00th=[ 125], | 70.00th=[ 159], 80.00th=[ 812], 90.00th=[ 1592], 95.00th=[ 4192], | 99.00th=[14272], 99.50th=[20608], 99.90th=[43776], 99.95th=[55552], | 99.99th=[90624] bw (KB /s): min= 294, max=19848, per=12.50%, avg=4376.64, stdev=2169.89 lat (usec) : 100=38.09%, 250=36.04%, 500=0.36%, 750=2.92%, 1000=9.02% lat (msec) : 2=4.73%, 4=3.61%, 10=3.50%, 20=1.21%, 50=0.46% lat (msec) : 100=0.06%, 250=0.01%, 500=0.01% cpu : usr=0.63%, sys=4.16%, ctx=1049715, majf=0, minf=74 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=525093/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=2051.2MB, aggrb=35005KB/s, minb=35005KB/s, maxb=35005KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): vda: ios=0/524716, merge=0/1787, ticks=0/47204, in_queue=47088, util=78.44%
Downloaded 104857600 bytes in 0.625451 sec Downloaded 104857600 bytes in 0.484211 sec Downloaded 104857600 bytes in 0.549575 sec Downloaded 104857600 bytes in 0.534636 sec Downloaded 104857600 bytes in 0.580496 sec Finished! Average download speed is 1441.77 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Choopa ... Selecting 15 servers that are not too close: 1. Charter Communications (Sugar Hill, GA) [35.92 km]: 17.165 ms 2. Verizon (Alpharetta, GA) [37.38 km]: 41.162 ms 3. QTS Data Centers (Suwanee, GA) [44.51 km]: 20.054 ms 4. NuLink (Newnan, GA) [55.68 km]: 13.998 ms 5. Ellijay Telephone Company (Ellijay, GA) [105.65 km]: 20.124 ms 6. WavCom (Waverly Hall, GA) [122.83 km]: 33.793 ms 7. North Georgia Network (Clarkesville, GA) [124.54 km]: 14.813 ms 8. Cable One, Inc. (Anniston, AL) [133.94 km]: 31.226 ms 9. Blue Ridge Mountain EMC (Young Harris, GA) [140.75 km]: 303.386 ms 10. Ringgold Telephone Company (Ringgold, GA) [143.94 km]: 14.716 ms 11. Hart Telephone Co (Hartwell, GA) [149.87 km]: 27.344 ms 12. Relyant Communications (Washington, GA) [152.24 km]: 66.65 ms 13. Sardis Telecom (Sardis City, AL) [167.05 km]: 45.743 ms 14. EPB Fiber Optics (Chattanooga, TN) [167.34 km]: 15.03 ms 15. North Alabama Electric Cooperative (Stevenson, AL) [182.63 km]: 161.213 ms Testing upload speeds 1. Charter Communications (Sugar Hill, GA): ......................... 443.53 Mbit/s 2. Verizon (Alpharetta, GA): ......................... 172.65 Mbit/s 3. QTS Data Centers (Suwanee, GA): ......................... 506.83 Mbit/s 4. NuLink (Newnan, GA): ......................... 474.29 Mbit/s 5. Ellijay Telephone Company (Ellijay, GA): ......................... 549.75 Mbit/s 6. WavCom (Waverly Hall, GA): ......................... 78.30 Mbit/s 7. North Georgia Network (Clarkesville, GA): ......................... 482.13 Mbit/s 8. Cable One, Inc. (Anniston, AL): ......................... 205.45 Mbit/s 9. Blue Ridge Mountain EMC (Young Harris, GA): ......................... 442.24 Mbit/s 10. Ringgold Telephone Company (Ringgold, GA): ......................... 456.62 Mbit/s 11. Hart Telephone Co (Hartwell, GA): ......................... 347.28 Mbit/s 12. Relyant Communications (Washington, GA): ......................... 139.55 Mbit/s 13. Sardis Telecom (Sardis City, AL): ......................... 138.96 Mbit/s 14. EPB Fiber Optics (Chattanooga, TN): ......................... 91.37 Mbit/s 15. North Alabama Electric Cooperative (Stevenson, AL):......................... 212.39 Mbit/s Average upload speed is 316.09 Mbit/s