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-D8Ck0l/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-D8Ck0l/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-D8Ck0l/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-D8Ck0l/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-D8Ck0l/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-D8Ck0l/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: ss-test3: GNU/Linux
OS: GNU/Linux -- 4.4.0-45-generic -- #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Virtual CPU a7769a6388d5 (4800.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 1: Virtual CPU a7769a6388d5 (4800.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
19:23:12 up 1:30, 1 user, load average: 7.99, 4.68, 2.02; runlevel 2016-11-13
------------------------------------------------------------------------
Benchmark Run: Sun Nov 13 2016 19:23:12 - 19:51:22
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 27173258.2 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3400.2 MWIPS (9.9 s, 7 samples)
Execl Throughput 2864.3 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 772129.2 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 236027.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1420819.2 KBps (30.0 s, 2 samples)
Pipe Throughput 1671753.0 lps (10.0 s, 7 samples)
Pipe-based Context Switching 93257.4 lps (10.0 s, 7 samples)
Process Creation 7785.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6626.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1281.3 lpm (60.0 s, 2 samples)
System Call Overhead 3128372.0 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 27173258.2 2328.5
Double-Precision Whetstone 55.0 3400.2 618.2
Execl Throughput 43.0 2864.3 666.1
File Copy 1024 bufsize 2000 maxblocks 3960.0 772129.2 1949.8
File Copy 256 bufsize 500 maxblocks 1655.0 236027.9 1426.2
File Copy 4096 bufsize 8000 maxblocks 5800.0 1420819.2 2449.7
Pipe Throughput 12440.0 1671753.0 1343.9
Pipe-based Context Switching 4000.0 93257.4 233.1
Process Creation 126.0 7785.2 617.9
Shell Scripts (1 concurrent) 42.4 6626.5 1562.9
Shell Scripts (8 concurrent) 6.0 1281.3 2135.5
System Call Overhead 15000.0 3128372.0 2085.6
========
System Benchmarks Index Score 1198.7
------------------------------------------------------------------------
Benchmark Run: Sun Nov 13 2016 19:51:22 - 20:19:32
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 54223228.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 6801.0 MWIPS (9.9 s, 7 samples)
Execl Throughput 6388.6 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 887724.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 258175.3 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2325720.5 KBps (30.0 s, 2 samples)
Pipe Throughput 3347299.3 lps (10.0 s, 7 samples)
Pipe-based Context Switching 453947.5 lps (10.0 s, 7 samples)
Process Creation 16880.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 12884.1 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1647.5 lpm (60.0 s, 2 samples)
System Call Overhead 4406579.7 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 54223228.8 4646.4
Double-Precision Whetstone 55.0 6801.0 1236.5
Execl Throughput 43.0 6388.6 1485.7
File Copy 1024 bufsize 2000 maxblocks 3960.0 887724.6 2241.7
File Copy 256 bufsize 500 maxblocks 1655.0 258175.3 1560.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 2325720.5 4009.9
Pipe Throughput 12440.0 3347299.3 2690.8
Pipe-based Context Switching 4000.0 453947.5 1134.9
Process Creation 126.0 16880.1 1339.7
Shell Scripts (1 concurrent) 42.4 12884.1 3038.7
Shell Scripts (8 concurrent) 6.0 1647.5 2745.8
System Call Overhead 15000.0 4406579.7 2937.7
========
System Benchmarks Index Score 2187.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, 5.43106 s, 395 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, 5.08815 s, 422 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=7141: Sun Nov 13 19:20:07 2016
read : io=11420MB, bw=194904KB/s, iops=48725, runt= 60001msec
clat (usec): min=0, max=22261, avg=161.89, stdev=332.40
lat (usec): min=1, max=22262, avg=162.17, stdev=332.56
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 5],
| 30.00th=[ 6], 40.00th=[ 8], 50.00th=[ 175], 60.00th=[ 201],
| 70.00th=[ 225], 80.00th=[ 251], 90.00th=[ 302], 95.00th=[ 382],
| 99.00th=[ 852], 99.50th=[ 1864], 99.90th=[ 4048], 99.95th=[ 5536],
| 99.99th=[11968]
bw (KB /s): min= 8480, max=425112, per=11.97%, avg=23320.89, stdev=16970.26
lat (usec) : 2=3.34%, 4=7.89%, 10=30.69%, 20=2.49%, 50=0.66%
lat (usec) : 100=0.27%, 250=34.30%, 500=17.65%, 750=1.61%, 1000=0.21%
lat (msec) : 2=0.44%, 4=0.36%, 10=0.08%, 20=0.02%, 50=0.01%
cpu : usr=1.63%, sys=6.98%, ctx=1636844, majf=3, minf=126
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=2923602/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=11420MB, aggrb=194903KB/s, minb=194903KB/s, maxb=194903KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=1592802/8, merge=0/4, ticks=406696/0, in_queue=407416, util=99.80%
./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=7151: Sun Nov 13 19:21:07 2016
read : io=6966.1MB, bw=118898KB/s, iops=29724, runt= 60002msec
clat (usec): min=115, max=18176, avg=266.06, stdev=308.63
lat (usec): min=115, max=18177, avg=266.34, stdev=308.66
clat percentiles (usec):
| 1.00th=[ 147], 5.00th=[ 163], 10.00th=[ 171], 20.00th=[ 185],
| 30.00th=[ 197], 40.00th=[ 207], 50.00th=[ 219], 60.00th=[ 229],
| 70.00th=[ 245], 80.00th=[ 270], 90.00th=[ 326], 95.00th=[ 462],
| 99.00th=[ 1432], 99.50th=[ 2320], 99.90th=[ 4256], 99.95th=[ 5280],
| 99.99th=[10048]
bw (KB /s): min= 6016, max=18456, per=12.49%, avg=14853.15, stdev=1941.56
lat (usec) : 250=72.74%, 500=23.27%, 750=2.36%, 1000=0.29%
lat (msec) : 2=0.70%, 4=0.52%, 10=0.11%, 20=0.01%
cpu : usr=1.49%, sys=3.90%, ctx=1790045, 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=1783534/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=6966.1MB, aggrb=118898KB/s, minb=118898KB/s, maxb=118898KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=1782673/6, merge=0/2, ticks=437184/4, in_queue=437988, util=99.90%
./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=7174: Sun Nov 13 19:23:08 2016
write: io=66514MB, bw=1108.5MB/s, iops=283763, runt= 60006msec
clat (usec): min=1, max=191981, avg=25.23, stdev=805.40
lat (usec): min=1, max=191982, avg=25.69, stdev=812.01
clat percentiles (usec):
| 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 3], 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=[ 15], 99.90th=[ 4704], 99.95th=[18048],
| 99.99th=[36608]
bw (KB /s): min= 2, max=303273, per=12.56%, avg=142561.62, stdev=30377.49
lat (usec) : 2=0.03%, 4=51.04%, 10=47.26%, 20=1.28%, 50=0.20%
lat (usec) : 100=0.06%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.02%, 20=0.04%, 50=0.04%
lat (msec) : 100=0.01%, 250=0.01%
cpu : usr=3.19%, sys=16.76%, ctx=84902, majf=0, minf=83
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=17027520/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=66514MB, aggrb=1108.5MB/s, minb=1108.5MB/s, maxb=1108.5MB/s, mint=60006msec, maxt=60006msec
Disk stats (read/write):
vda: ios=65/215129, merge=0/744, ticks=2564/7058872, in_queue=7065308, util=99.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=7164: Sun Nov 13 19:22:08 2016
write: io=1749.7MB, bw=29848KB/s, iops=7462, runt= 60005msec
clat (usec): min=57, max=159046, avg=1069.10, stdev=4377.66
lat (usec): min=57, max=159047, avg=1069.46, stdev=4377.71
clat percentiles (usec):
| 1.00th=[ 62], 5.00th=[ 69], 10.00th=[ 74], 20.00th=[ 80],
| 30.00th=[ 84], 40.00th=[ 89], 50.00th=[ 95], 60.00th=[ 103],
| 70.00th=[ 123], 80.00th=[ 197], 90.00th=[ 2352], 95.00th=[ 5600],
| 99.00th=[17536], 99.50th=[25728], 99.90th=[62208], 99.95th=[76288],
| 99.99th=[107008]
bw (KB /s): min= 71, max=17200, per=12.53%, avg=3739.31, stdev=3058.16
lat (usec) : 100=56.72%, 250=25.19%, 500=2.25%, 750=0.51%, 1000=1.04%
lat (msec) : 2=3.31%, 4=4.07%, 10=4.50%, 20=1.64%, 50=0.60%
lat (msec) : 100=0.15%, 250=0.01%
cpu : usr=0.40%, sys=2.12%, ctx=912597, majf=0, minf=83
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=447761/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=1749.7MB, aggrb=29848KB/s, minb=29848KB/s, maxb=29848KB/s, mint=60005msec, maxt=60005msec
Disk stats (read/write):
vda: ios=1/447585, merge=0/1827, ticks=0/50604, in_queue=50484, util=84.05%
Downloaded 104857600 bytes in 1.249 sec Downloaded 104857600 bytes in 1.174 sec Downloaded 104857600 bytes in 1.332 sec Downloaded 104857600 bytes in 1.535 sec Downloaded 104857600 bytes in 1.211 sec Finished! Average download speed is 615.29 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Choopa ... Selecting 15 servers that are not too close: 1. Cruzio (Santa Cruz, CA) [42.50 km]: 41.17 ms 2. AT&T (San Francisco, CA) [67.16 km]: 19.272 ms 3. Unwired (San Francisco, CA) [67.16 km]: 36.384 ms 4. Comcast (San Francisco, CA) [67.16 km]: 52.948 ms 5. Monkey Brains (San Francisco, CA) [67.16 km]: 17.435 ms 6. Race Communications (San Francisco, CA) [67.16 km]: 15.305 ms 7. Fastmetrics Inc. (San Francisco, CA) [67.73 km]: 138.06 ms 8. Velociter Wireless (Stockton, CA) [86.80 km]: 30.417 ms 9. Ayera Technologies, Inc. (Modesto, CA) [86.89 km]: 48.1 ms 10. Velociter Wireless (Escalon, CA) [93.68 km]: 22.158 ms 11. Softcom Internet Communications (Galt, CA) [114.39 km]: 39.104 ms 12. Comcast (Sacramento, CA) [140.29 km]: 59.078 ms 13. Succeed.Net (Sacramento, CA) [140.29 km]: 138.53 ms 14. T-Mobile (West Sacramento, CA) [141.67 km]: 15.839 ms 15. Zeta Broadband (Rancho Murieta, CA) [147.55 km]: 39.925 ms Testing upload speeds 1. Cruzio (Santa Cruz, CA): ......................... 123.21 Mbit/s 2. AT&T (San Francisco, CA): ......................... 547.22 Mbit/s 3. Unwired (San Francisco, CA): ......................... 614.29 Mbit/s 4. Comcast (San Francisco, CA): ......................... 129.46 Mbit/s 5. Monkey Brains (San Francisco, CA): ......................... 593.34 Mbit/s 6. Race Communications (San Francisco, CA): ......................... 461.36 Mbit/s 7. Fastmetrics Inc. (San Francisco, CA): ......................... 614.22 Mbit/s 8. Velociter Wireless (Stockton, CA): ......................... 116.63 Mbit/s 9. Ayera Technologies, Inc. (Modesto, CA): ......................... 45.57 Mbit/s 10. Velociter Wireless (Escalon, CA): ......................... 139.19 Mbit/s 11. Softcom Internet Communications (Galt, CA): ......................... 370.85 Mbit/s 12. Comcast (Sacramento, CA): ......................... 260.63 Mbit/s 13. Succeed.Net (Sacramento, CA): ......................... 320.29 Mbit/s 14. T-Mobile (West Sacramento, CA): ......................... 193.90 Mbit/s 15. Zeta Broadband (Rancho Murieta, CA): ......................... 475.20 Mbit/s Average upload speed is 333.69 Mbit/s