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 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 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-x1mJuh/byte-unixbench/UnixBench" make distr make[2]: Entering directory `/root/serverscope-x1mJuh/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory `/root/serverscope-x1mJuh/byte-unixbench/UnixBench" make programs make[2]: Entering directory `/root/serverscope-x1mJuh/byte-unixbench/UnixBench" make[2]: Nothing to be done for `programs". make[2]: Leaving directory `/root/serverscope-x1mJuh/byte-unixbench/UnixBench" make[1]: Leaving directory `/root/serverscope-x1mJuh/byte-unixbench/UnixBench" sh: 3dinfo: command 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: PantsuServer1: GNU/Linux OS: GNU/Linux -- 2.6.32-042stab125.3 -- #1 SMP Wed Sep 27 19:27:11 MSK 2017 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-1660 v3 @ 3.00GHz (6000.3 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 1: Intel(R) Xeon(R) CPU E5-1660 v3 @ 3.00GHz (6000.3 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 2: Intel(R) Xeon(R) CPU E5-1660 v3 @ 3.00GHz (6000.3 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 3: Intel(R) Xeon(R) CPU E5-1660 v3 @ 3.00GHz (6000.3 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 15:43:30 up 14 min, 1 user, load average: 7.31, 4.47, 1.90; runlevel 2017-11-25 ------------------------------------------------------------------------ Benchmark Run: Sat Nov 25 2017 15:43:30 - 16:11:44 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 34379540.0 lps (10.0 s, 7 samples) Double-Precision Whetstone 4237.4 MWIPS (9.9 s, 7 samples) Execl Throughput 3927.5 lps (29.5 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 690759.5 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 197225.1 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1726166.5 KBps (30.0 s, 2 samples) Pipe Throughput 1398731.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 174859.0 lps (10.0 s, 7 samples) Process Creation 10544.4 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 6456.7 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1760.5 lpm (60.0 s, 2 samples) System Call Overhead 2254044.0 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 34379540.0 2946.0 Double-Precision Whetstone 55.0 4237.4 770.4 Execl Throughput 43.0 3927.5 913.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 690759.5 1744.3 File Copy 256 bufsize 500 maxblocks 1655.0 197225.1 1191.7 File Copy 4096 bufsize 8000 maxblocks 5800.0 1726166.5 2976.1 Pipe Throughput 12440.0 1398731.4 1124.4 Pipe-based Context Switching 4000.0 174859.0 437.1 Process Creation 126.0 10544.4 836.9 Shell Scripts (1 concurrent) 42.4 6456.7 1522.8 Shell Scripts (8 concurrent) 6.0 1760.5 2934.1 System Call Overhead 15000.0 2254044.0 1502.7 ======== System Benchmarks Index Score 1346.2 ------------------------------------------------------------------------ Benchmark Run: Sat Nov 25 2017 16:11:44 - 16:40:03 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 136324624.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 16757.9 MWIPS (9.9 s, 7 samples) Execl Throughput 16351.0 lps (29.9 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 629873.7 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 171951.7 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2011975.8 KBps (30.0 s, 2 samples) Pipe Throughput 5144337.1 lps (10.0 s, 7 samples) Pipe-based Context Switching 823045.5 lps (10.0 s, 7 samples) Process Creation 28619.1 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 16449.8 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2262.7 lpm (60.1 s, 2 samples) System Call Overhead 5326377.0 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 136324624.3 11681.6 Double-Precision Whetstone 55.0 16757.9 3046.9 Execl Throughput 43.0 16351.0 3802.6 File Copy 1024 bufsize 2000 maxblocks 3960.0 629873.7 1590.6 File Copy 256 bufsize 500 maxblocks 1655.0 171951.7 1039.0 File Copy 4096 bufsize 8000 maxblocks 5800.0 2011975.8 3468.9 Pipe Throughput 12440.0 5144337.1 4135.3 Pipe-based Context Switching 4000.0 823045.5 2057.6 Process Creation 126.0 28619.1 2271.4 Shell Scripts (1 concurrent) 42.4 16449.8 3879.7 Shell Scripts (8 concurrent) 6.0 2262.7 3771.2 System Call Overhead 15000.0 5326377.0 3550.9 ======== System Benchmarks Index Score 3097.2
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) copied, 2.21295 s, 970 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) copied, 2.19871 s, 977 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=13562: Sat Nov 25 15:40:27 2017 read : io=436668MB, bw=7277.7MB/s, iops=1863.9K, runt= 60001msec clat (usec): min=0, max=207897, avg= 3.03, stdev=128.80 lat (usec): min=0, max=207897, avg= 3.10, stdev=130.74 clat percentiles (usec): | 1.00th=[ 0], 5.00th=[ 0], 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=[ 2], 99.50th=[ 37], 99.90th=[ 183], 99.95th=[ 231], | 99.99th=[ 3024] bw (KB /s): min= 8480, max=2907392, per=12.52%, avg=932980.46, stdev=821152.52 lat (usec) : 2=83.86%, 4=15.51%, 10=0.07%, 20=0.04%, 50=0.06% lat (usec) : 100=0.08%, 250=0.33%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.02%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01% cpu : usr=13.01%, sys=29.04%, ctx=703684, majf=0, minf=358 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=111786904/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=436668MB, aggrb=7277.7MB/s, minb=7277.7MB/s, maxb=7277.7MB/s, mint=60001msec, maxt=60001msec
./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=13581: Sat Nov 25 15:41:27 2017 read : io=406638MB, bw=6777.2MB/s, iops=1734.1K, runt= 60001msec clat (usec): min=0, max=98130, avg= 3.38, stdev=94.36 lat (usec): min=0, max=98130, avg= 3.46, stdev=95.55 clat percentiles (usec): | 1.00th=[ 0], 5.00th=[ 0], 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=[ 2], 99.50th=[ 135], 99.90th=[ 227], 99.95th=[ 1012], | 99.99th=[ 3024] bw (KB /s): min= 7864, max=2884296, per=12.47%, avg=865636.49, stdev=782528.74 lat (usec) : 2=85.84%, 4=13.52%, 10=0.05%, 20=0.03%, 50=0.01% lat (usec) : 100=0.01%, 250=0.46%, 500=0.02%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.02%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=11.48%, sys=26.60%, ctx=674958, majf=0, minf=334 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=104099229/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=406638MB, aggrb=6777.2MB/s, minb=6777.2MB/s, maxb=6777.2MB/s, mint=60001msec, maxt=60001msec
./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=13619: Sat Nov 25 15:43:28 2017 write: io=72681MB, bw=1200.6MB/s, iops=307337, runt= 60540msec clat (usec): min=1, max=554442, avg= 8.15, stdev=576.86 lat (usec): min=1, max=554443, avg= 8.26, stdev=577.13 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=[ 3], | 70.00th=[ 3], 80.00th=[ 4], 90.00th=[ 5], 95.00th=[ 6], | 99.00th=[ 8], 99.50th=[ 12], 99.90th=[ 988], 99.95th=[ 3056], | 99.99th=[ 7264] bw (KB /s): min= 0, max=421624, per=14.78%, avg=181647.34, stdev=66595.73 lat (usec) : 2=7.83%, 4=68.76%, 10=22.68%, 20=0.41%, 50=0.15% lat (usec) : 100=0.02%, 250=0.01%, 500=0.02%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.03%, 4=0.03%, 10=0.03%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01% cpu : usr=2.43%, sys=18.93%, ctx=475740, majf=0, minf=315 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=18606242/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=72681MB, aggrb=1200.6MB/s, minb=1200.6MB/s, maxb=1200.6MB/s, mint=60540msec, maxt=60540msec
./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=13600: Sat Nov 25 15:42:28 2017 write: io=61524MB, bw=1017.4MB/s, iops=260434, runt= 60476msec clat (usec): min=1, max=574576, avg= 6.62, stdev=555.98 lat (usec): min=1, max=574576, avg= 6.75, stdev=556.32 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 2], | 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2], | 70.00th=[ 3], 80.00th=[ 3], 90.00th=[ 4], 95.00th=[ 5], | 99.00th=[ 7], 99.50th=[ 10], 99.90th=[ 338], 99.95th=[ 2024], | 99.99th=[ 6240] bw (KB /s): min= 0, max=841553, per=25.48%, avg=265454.77, stdev=191913.54 lat (usec) : 2=10.44%, 4=76.33%, 10=12.69%, 20=0.27%, 50=0.12% lat (usec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.03%, 4=0.03%, 10=0.02%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01% cpu : usr=2.15%, sys=14.52%, ctx=1622584, majf=0, minf=339 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=15750035/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=61524MB, aggrb=1017.4MB/s, minb=1017.4MB/s, maxb=1017.4MB/s, mint=60476msec, maxt=60476msec
Downloaded 104857600 bytes in 1.047 sec Downloaded 104857600 bytes in 1.102 sec Downloaded 104857600 bytes in 2.055 sec Downloaded 104857600 bytes in 1.012 sec Downloaded 104857600 bytes in 1.005 sec Finished! Average download speed is 642.98 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from OVH ... Selecting 15 servers that are not too close: 1. ToxicPVP (Beauharnois, QC) [31.64 km]: 17.251 ms 2. Caramania.Ca (Beauharnois, QC) [31.64 km]: 28.907 ms 3. Internexe (Knowlton, QC) [88.84 km]: 28.328 ms 4. Burlington Telecom (Burlington, VT) [117.82 km]: 37.249 ms 5. Sovernet Communications (Burlington, VT) [120.08 km]: 39.442 ms 6. Green Mountain Access (Richmond, VT) [130.60 km]: 32.434 ms 7. Slic Network Solutions (Potsdam, NY) [144.32 km]: 43.196 ms 8. SSI Micro (Kanata, ON) [182.47 km]: 59.655 ms 9. Dartmouth College (Hanover, NH) [224.70 km]: 43.998 ms 10. WTC Communications (Kingston, ON) [270.56 km]: 24.973 ms 11. Northland Communications (Utica, NY) [297.99 km]: 47.014 ms 12. Oxford Networks (Lewiston, ME) [307.58 km]: 43.561 ms 13. MassiveMesh Networks (Troy, NY) [308.77 km]: 39.34 ms 14. INOC, LLC (Albany, NY) [317.41 km]: 23.338 ms 15. TurnKey Internet, Inc. (Albany, NY) [317.41 km]: 22.991 ms Testing upload speeds 1. ToxicPVP (Beauharnois, QC): ......................... 680.68 Mbit/s 2. Caramania.Ca (Beauharnois, QC): ......................... 89.33 Mbit/s 3. Internexe (Knowlton, QC): ......................... 66.56 Mbit/s 4. Burlington Telecom (Burlington, VT): ......................... 170.97 Mbit/s 5. Sovernet Communications (Burlington, VT): ......................... 162.20 Mbit/s 6. Green Mountain Access (Richmond, VT): ......................... 176.75 Mbit/s 7. Slic Network Solutions (Potsdam, NY): ......................... 120.94 Mbit/s 8. SSI Micro (Kanata, ON): ......................... 89.59 Mbit/s 9. Dartmouth College (Hanover, NH): ......................... 118.07 Mbit/s 10. WTC Communications (Kingston, ON): ......................... 210.92 Mbit/s 11. Northland Communications (Utica, NY): ......................... 149.92 Mbit/s 12. Oxford Networks (Lewiston, ME): ......................... 156.45 Mbit/s 13. MassiveMesh Networks (Troy, NY): ......................... 131.91 Mbit/s 14. INOC, LLC (Albany, NY): ......................... 197.12 Mbit/s 15. TurnKey Internet, Inc. (Albany, NY): ......................... 224.33 Mbit/s Average upload speed is 183.05 Mbit/s