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-VC3prF/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-VC3prF/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-VC3prF/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-VC3prF/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-VC3prF/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-VC3prF/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
2 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
2 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
2 x Execl Throughput  1 2 3
2 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
2 x File Copy 256 bufsize 500 maxblocks  1 2 3
2 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
2 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
2 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
2 x Process Creation  1 2 3
2 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
2 x Shell Scripts (1 concurrent)  1 2 3
2 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: letbox-test: GNU/Linux
   OS: GNU/Linux -- 4.9.0-6-amd64 -- #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07)
   Machine: x86_64 (unknown)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Common KVM processor (4000.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Common KVM processor (4000.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   16:41:57 up 19 min,  2 users,  load average: 6.47, 4.40, 1.89; runlevel 2018-07-11
------------------------------------------------------------------------
Benchmark Run: Wed Jul 11 2018 16:41:57 - 17:10:03
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       28652119.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3584.1 MWIPS (9.8 s, 7 samples)
Execl Throughput                               2543.3 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        265952.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           67242.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        848698.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              390427.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  32796.4 lps   (10.0 s, 7 samples)
Process Creation                               5765.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7495.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1457.1 lpm   (60.0 s, 2 samples)
System Call Overhead                         274087.0 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   28652119.8   2455.2
Double-Precision Whetstone                       55.0       3584.1    651.7
Execl Throughput                                 43.0       2543.3    591.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     265952.1    671.6
File Copy 256 bufsize 500 maxblocks            1655.0      67242.4    406.3
File Copy 4096 bufsize 8000 maxblocks          5800.0     848698.8   1463.3
Pipe Throughput                               12440.0     390427.3    313.8
Pipe-based Context Switching                   4000.0      32796.4     82.0
Process Creation                                126.0       5765.1    457.5
Shell Scripts (1 concurrent)                     42.4       7495.1   1767.7
Shell Scripts (8 concurrent)                      6.0       1457.1   2428.5
System Call Overhead                          15000.0     274087.0    182.7
                                                                   ========
System Benchmarks Index Score                                         624.1
------------------------------------------------------------------------
Benchmark Run: Wed Jul 11 2018 17:10:03 - 17:38:12
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables       57288632.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     7054.9 MWIPS (9.9 s, 7 samples)
Execl Throughput                               5528.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        482722.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          124326.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1472798.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              731166.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 183766.7 lps   (10.0 s, 7 samples)
Process Creation                              12682.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  11805.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1606.7 lpm   (60.0 s, 2 samples)
System Call Overhead                         512277.1 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   57288632.0   4909.1
Double-Precision Whetstone                       55.0       7054.9   1282.7
Execl Throughput                                 43.0       5528.4   1285.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     482722.7   1219.0
File Copy 256 bufsize 500 maxblocks            1655.0     124326.2    751.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    1472798.5   2539.3
Pipe Throughput                               12440.0     731166.3    587.8
Pipe-based Context Switching                   4000.0     183766.7    459.4
Process Creation                                126.0      12682.1   1006.5
Shell Scripts (1 concurrent)                     42.4      11805.1   2784.2
Shell Scripts (8 concurrent)                      6.0       1606.7   2677.9
System Call Overhead                          15000.0     512277.1    341.5
                                                                   ========
System Benchmarks Index Score                                        1238.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, 2.55498 s, 841 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.09155 s, 1.0 GB/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=11738: Wed Jul 11 16:38:42 2018
  read : io=20573MB, bw=351100KB/s, iops=87775, runt= 60001msec
    clat (usec): min=2, max=17645, avg=82.16, stdev=143.92
     lat (usec): min=4, max=17647, avg=83.80, stdev=144.55
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[  171], 80.00th=[  201], 90.00th=[  237], 95.00th=[  282],
     | 99.00th=[  482], 99.50th=[  612], 99.90th=[ 1048], 99.95th=[ 1368],
     | 99.99th=[ 3920]
    bw (KB  /s): min=16664, max=408808, per=12.44%, avg=43661.99, stdev=69251.50
    lat (usec) : 4=20.70%, 10=43.79%, 20=2.09%, 50=0.45%, 100=0.11%
    lat (usec) : 250=25.01%, 500=6.96%, 750=0.63%, 1000=0.16%
    lat (msec) : 2=0.08%, 4=0.02%, 10=0.01%, 20=0.01%
  cpu          : usr=7.78%, sys=12.24%, ctx=1789717, majf=2, minf=95
  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=5266595/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=20573MB, aggrb=351100KB/s, minb=351100KB/s, maxb=351100KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
    dm-0: ios=1719868/24, merge=0/0, ticks=280992/0, in_queue=281788, util=99.04%, aggrios=1724785/259, aggrmerge=0/2225, aggrticks=280668/128, aggrin_queue=280580, aggrutil=99.06%
  vda: ios=1724785/259, merge=0/2225, ticks=280668/128, in_queue=280580, util=99.06%
./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=11751: Wed Jul 11 16:39:43 2018
  read : io=8417.9MB, bw=143661KB/s, iops=35915, runt= 60001msec
    clat (usec): min=75, max=3613, avg=212.55, stdev=45.80
     lat (usec): min=76, max=3615, avg=214.22, stdev=45.87
    clat percentiles (usec):
     |  1.00th=[  149],  5.00th=[  167], 10.00th=[  175], 20.00th=[  185],
     | 30.00th=[  193], 40.00th=[  199], 50.00th=[  207], 60.00th=[  215],
     | 70.00th=[  225], 80.00th=[  237], 90.00th=[  258], 95.00th=[  278],
     | 99.00th=[  334], 99.50th=[  366], 99.90th=[  474], 99.95th=[  580],
     | 99.99th=[ 1992]
    bw (KB  /s): min=11096, max=19472, per=12.50%, avg=17963.67, stdev=705.59
    lat (usec) : 100=0.01%, 250=87.43%, 500=12.48%, 750=0.05%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%
  cpu          : usr=4.62%, sys=10.15%, ctx=2160946, 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=2154956/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=8417.9MB, aggrb=143661KB/s, minb=143661KB/s, maxb=143661KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
    dm-0: ios=2152241/3, merge=0/0, ticks=366036/0, in_queue=367236, util=99.75%, aggrios=2154980/3, aggrmerge=0/1, aggrticks=364576/0, aggrin_queue=364496, aggrutil=99.79%
  vda: ios=2154980/3, merge=0/1, ticks=364576/0, in_queue=364496, util=99.79%
./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=11772: Wed Jul 11 16:41:43 2018
  write: io=32937MB, bw=562103KB/s, iops=140525, runt= 60003msec
    clat (usec): min=3, max=69747, avg=38.53, stdev=739.33
     lat (usec): min=5, max=69748, avg=42.01, stdev=771.38
    clat percentiles (usec):
     |  1.00th=[    4],  5.00th=[    5], 10.00th=[    5], 20.00th=[    5],
     | 30.00th=[    5], 40.00th=[    5], 50.00th=[    6], 60.00th=[    6],
     | 70.00th=[    6], 80.00th=[    7], 90.00th=[    7], 95.00th=[    8],
     | 99.00th=[   17], 99.50th=[   22], 99.90th=[13632], 99.95th=[19840],
     | 99.99th=[28032]
    bw (KB  /s): min=42720, max=99256, per=12.51%, avg=70293.00, stdev=7815.70
    lat (usec) : 4=0.01%, 10=96.57%, 20=2.82%, 50=0.26%, 100=0.04%
    lat (usec) : 250=0.02%, 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.09%, 20=0.10%, 50=0.05%
    lat (msec) : 100=0.01%
  cpu          : usr=9.80%, sys=13.88%, ctx=57636, 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=8431960/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=32937MB, aggrb=562102KB/s, minb=562102KB/s, maxb=562102KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
    dm-0: ios=0/467549, merge=0/0, ticks=0/1311156, in_queue=1311492, util=20.55%, aggrios=0/468425, aggrmerge=0/254, aggrticks=0/1306556, aggrin_queue=1307020, aggrutil=20.39%
  vda: ios=0/468425, merge=0/254, ticks=0/1306556, in_queue=1307020, util=20.39%
./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=11762: Wed Jul 11 16:40:43 2018
  write: io=1605.6MB, bw=27400KB/s, iops=6849, runt= 60002msec
    clat (usec): min=96, max=35674, avg=1158.50, stdev=784.85
     lat (usec): min=97, max=35676, avg=1160.09, stdev=784.88
    clat percentiles (usec):
     |  1.00th=[  117],  5.00th=[  131], 10.00th=[  173], 20.00th=[ 1020],
     | 30.00th=[ 1048], 40.00th=[ 1080], 50.00th=[ 1112], 60.00th=[ 1176],
     | 70.00th=[ 1240], 80.00th=[ 1320], 90.00th=[ 1512], 95.00th=[ 1784],
     | 99.00th=[ 3536], 99.50th=[ 5216], 99.90th=[10560], 99.95th=[13632],
     | 99.99th=[20352]
    bw (KB  /s): min= 2075, max= 5075, per=12.50%, avg=3426.01, stdev=354.96
    lat (usec) : 100=0.01%, 250=11.23%, 500=0.05%, 750=0.01%, 1000=3.51%
    lat (msec) : 2=81.75%, 4=2.63%, 10=0.72%, 20=0.10%, 50=0.01%
  cpu          : usr=1.05%, sys=5.79%, ctx=823994, majf=0, minf=73
  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=411012/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=1605.6MB, aggrb=27399KB/s, minb=27399KB/s, maxb=27399KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
    dm-0: ios=1/412464, merge=0/0, ticks=0/42480, in_queue=42552, util=70.87%, aggrios=1/411095, aggrmerge=0/1833, aggrticks=0/41864, aggrin_queue=41688, aggrutil=69.33%
  vda: ios=1/411095, merge=0/1833, ticks=0/41864, in_queue=41688, util=69.33%
Downloaded 104857600 bytes in 6.679064 sec Downloaded 104857600 bytes in 6.634741 sec Downloaded 104857600 bytes in 6.760835 sec Downloaded 104857600 bytes in 6.632536 sec Downloaded 104857600 bytes in 6.635477 sec Finished! Average download speed is 119.97 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from FranTech Solutions ... Selecting 15 servers that are not too close: 1. University of Wyoming (Laramie, WY) [61.81 km]: 2588.644 ms 2. Estes Park Webcams (Estes Park, CO) [96.28 km]: 2556.388 ms 3. LPC NextLight (Longmont, CO) [105.01 km]: 1800000.0 ms 4. Wyoming Wireless Internet (Wheatland, WY) [105.82 km]: 2581.706 ms 5. CCT (Wiggins, CO) [119.82 km]: 2550.451 ms 6. Vistabeam (Gering, NE) [131.45 km]: 2585.985 ms 7. Viaero Wireless (Fort Morgan, CO) [133.02 km]: 2590.701 ms 8. ALLO - Scottsbluff (Scottsbluff, NE) [134.05 km]: 2585.118 ms 9. CenturyLink (Denver, CO) [151.86 km]: 2548.352 ms 10. fdcservers.net (Denver, CO) [151.86 km]: 2594.786 ms 11. Network Innovations, Inc (Nitel, Inc) (Denver, CO) [151.86 km]: 2535.794 ms 12. Comcast (Denver, CO) [151.86 km]: 2582.468 ms 13. Aerux Broadband (Denver, CO) [151.86 km]: 2562.496 ms 14. FORETHOUGHT.net (Denver, CO) [151.86 km]: 2554.187 ms 15. Sharktech Inc. (Denver, CO) [151.86 km]: 2534.204 ms Testing upload speeds 1. University of Wyoming (Laramie, WY): ......................... 2.79 Mbit/s 2. Estes Park Webcams (Estes Park, CO): ......................... 2.84 Mbit/s 3. LPC NextLight (Longmont, CO): ......................... 0.00 Mbit/s 4. Wyoming Wireless Internet (Wheatland, WY): ......................... 2.84 Mbit/s 5. CCT (Wiggins, CO): ......................... 2.93 Mbit/s 6. Vistabeam (Gering, NE): ......................... 2.83 Mbit/s 7. Viaero Wireless (Fort Morgan, CO): ......................... 2.72 Mbit/s 8. ALLO - Scottsbluff (Scottsbluff, NE): ......................... 2.80 Mbit/s 9. CenturyLink (Denver, CO): ......................... 2.93 Mbit/s 10. fdcservers.net (Denver, CO): ......................... 2.85 Mbit/s 11. Network Innovations, Inc (Nitel, Inc) (Denver, CO):......................... 2.93 Mbit/s 12. Comcast (Denver, CO): ......................... 2.38 Mbit/s 13. Aerux Broadband (Denver, CO): ......................... 2.93 Mbit/s 14. FORETHOUGHT.net (Denver, CO): ......................... 2.91 Mbit/s 15. Sharktech Inc. (Denver, CO): ......................... 2.90 Mbit/s Average upload speed is 2.64 Mbit/s