Stopwatch
Benchmark report #3940
GestionDBI – Easter2017
Report
Share test result

Test results for Easter2017 at GestionDBI


Server specs:


Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz
1 GB RAM / 31 GB disk space
Ubuntu 16.04 Xenial
Piscataway, United States

Benchmark results summary:


UnixBench - 786.7
Disk Read - 1272 MB/s
Disk Write - 518 MB/s
Bandwidth - 499.44 MB/s

More: https://serverscope.io/trials/BBnr
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz
CPU Cores
4 × 400 MHz
RAM
1 GB
Disk
31 GB
OS
Ubuntu 16.04 Xenial
Location
Piscataway, United States
Benchmark summary
Benchmark summary
UnixBench
786.7
Disk Read
1272 MB/s
Disk Write
518 MB/s
Bandwidth
499.44 Mbit/s
Speedtest
376.59 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
786.7
Terminal
Raw Output
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_PAPER = "en_CA.UTF-8",
	LC_ADDRESS = "en_CA.UTF-8",
	LC_MONETARY = "en_CA.UTF-8",
	LC_NUMERIC = "en_CA.UTF-8",
	LC_TELEPHONE = "en_CA.UTF-8",
	LC_IDENTIFICATION = "en_CA.UTF-8",
	LC_MEASUREMENT = "en_CA.UTF-8",
	LC_TIME = "en_CA.UTF-8",
	LC_NAME = "en_CA.UTF-8",
	LANG = "en_CA.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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 "main":
src/pipe.c:52:2: warning: ignoring return value of "pipe", 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 "dummy":
src/big.c:109:5: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
     freopen("masterlog.00", "a", stderr);
     ^
src/big.c:197:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^
src/big.c:221:3: warning: ignoring return value of "dup", declared with attribute warn_unused_result [-Wunused-result]
   dup(pvec[0]);
   ^
src/big.c:225:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^
src/big.c:318:4: warning: ignoring return value of "write", 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 "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/codeco/serverscope-VL5Mry/byte-unixbench/UnixBench"
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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: azurite-ewr: GNU/Linux
   OS: GNU/Linux -- 2.6.32-042stab123.9 -- #1 SMP Thu Jun 29 13:01:59 MSK 2017
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz (6585.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   15:58:42 up 7 min,  0 users,  load average: 7.74, 4.81, 2.06; runlevel Aug

------------------------------------------------------------------------
Benchmark Run: Sat Aug 19 2017 15:58:42 - 16:29:44
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       18198180.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3933.3 MWIPS (10.4 s, 7 samples)
Execl Throughput                               2479.4 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        366396.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          101257.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        945100.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              776670.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 149385.1 lps   (10.0 s, 7 samples)
Process Creation                               6723.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4379.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    571.3 lpm   (60.1 s, 2 samples)
System Call Overhead                        1161186.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   18198180.4   1559.4
Double-Precision Whetstone                       55.0       3933.3    715.1
Execl Throughput                                 43.0       2479.4    576.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     366396.8    925.2
File Copy 256 bufsize 500 maxblocks            1655.0     101257.7    611.8
File Copy 4096 bufsize 8000 maxblocks          5800.0     945100.5   1629.5
Pipe Throughput                               12440.0     776670.3    624.3
Pipe-based Context Switching                   4000.0     149385.1    373.5
Process Creation                                126.0       6723.5    533.6
Shell Scripts (1 concurrent)                     42.4       4379.9   1033.0
Shell Scripts (8 concurrent)                      6.0        571.3    952.2
System Call Overhead                          15000.0    1161186.6    774.1
                                                                   ========
System Benchmarks Index Score                                         786.7

Hard drive
dd
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, 6.22214 s, 345 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, 3.72171 s, 577 MB/s


Hard drive
FIO random read
Performance
1272.3 MB/s
IOPS
325699
./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=4717: Sat Aug 19 15:55:30 2017
  read : io=76382MB, bw=1272.3MB/s, iops=325699, runt= 60036msec
    clat (usec): min=0, max=230176, avg=23.58, stdev=1098.70
     lat (usec): min=0, max=230176, avg=23.63, stdev=1099.11
    clat percentiles (usec):
     |  1.00th=[    0],  5.00th=[    0], 10.00th=[    0], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    1], 60.00th=[    1],
     | 70.00th=[    1], 80.00th=[    1], 90.00th=[    1], 95.00th=[    1],
     | 99.00th=[    4], 99.50th=[   15], 99.90th=[   46], 99.95th=[12608],
     | 99.99th=[61696]
    bw (KB  /s): min=   43, max=1608352, per=12.83%, avg=167182.27, stdev=453974.47
    lat (usec) : 2=95.34%, 4=3.59%, 10=0.30%, 20=0.29%, 50=0.39%
    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.01%, 20=0.02%, 50=0.02%
    lat (msec) : 100=0.02%, 250=0.01%
  cpu          : usr=1.81%, sys=4.00%, ctx=138523, majf=0, minf=357
  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=19553694/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=76382MB, aggrb=1272.3MB/s, minb=1272.3MB/s, maxb=1272.3MB/s, mint=60036msec, maxt=60036msec
Hard drive
FIO random direct read
Performance
1.09 MB/s
IOPS
277
./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=4731: Sat Aug 19 15:56:30 2017
  read : io=66728KB, bw=1111.4KB/s, iops=277, runt= 60043msec
    clat (usec): min=24, max=533340, avg=28775.09, stdev=42303.85
     lat (usec): min=24, max=533340, avg=28775.25, stdev=42303.87
    clat percentiles (usec):
     |  1.00th=[   26],  5.00th=[   29], 10.00th=[   50], 20.00th=[ 4256],
     | 30.00th=[ 8256], 40.00th=[11328], 50.00th=[14400], 60.00th=[19328],
     | 70.00th=[26752], 80.00th=[40192], 90.00th=[72192], 95.00th=[115200],
     | 99.00th=[209920], 99.50th=[252928], 99.90th=[325632], 99.95th=[342016],
     | 99.99th=[528384]
    bw (KB  /s): min=   12, max= 1490, per=12.74%, avg=141.49, stdev=132.23
    lat (usec) : 50=9.96%, 100=7.23%, 250=0.72%, 500=0.12%, 750=0.05%
    lat (usec) : 1000=0.06%
    lat (msec) : 2=0.15%, 4=1.43%, 10=16.10%, 20=25.44%, 50=23.15%
    lat (msec) : 100=9.24%, 250=5.78%, 500=0.55%, 750=0.02%
  cpu          : usr=0.02%, sys=0.06%, ctx=16894, majf=0, minf=284
  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=16682/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=66728KB, aggrb=1111KB/s, minb=1111KB/s, maxb=1111KB/s, mint=60043msec, maxt=60043msec
Hard drive
FIO random write
Performance
518.65 MB/s
IOPS
132775
./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=4755: Sat Aug 19 15:58:38 2017
  write: io=33014MB, bw=531100KB/s, iops=132775, runt= 63653msec
    clat (usec): min=0, max=6378.6K, avg=21.57, stdev=4869.20
     lat (usec): min=0, max=6378.6K, avg=21.99, stdev=4871.32
    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=[    1],
     | 70.00th=[    1], 80.00th=[    2], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[    3], 99.50th=[   11], 99.90th=[   43], 99.95th=[ 3504],
     | 99.99th=[50944]
    bw (KB  /s): min=    0, max=205128, per=21.67%, avg=115085.60, stdev=58605.47
    lat (usec) : 2=73.44%, 4=25.64%, 10=0.17%, 20=0.58%, 50=0.07%
    lat (usec) : 100=0.01%, 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.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%, >=2000=0.01%
  cpu          : usr=0.79%, sys=2.70%, ctx=294795, majf=0, minf=269
  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=8451531/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=33014MB, aggrb=531100KB/s, minb=531100KB/s, maxb=531100KB/s, mint=63653msec, maxt=63653msec
Hard drive
FIO random direct write
Performance
517.89 MB/s
IOPS
132579
./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=4742: Sat Aug 19 15:57:34 2017
  write: io=32944MB, bw=530317KB/s, iops=132579, runt= 63612msec
    clat (usec): min=0, max=4940.5K, avg=20.51, stdev=4444.97
     lat (usec): min=0, max=4940.5K, avg=20.94, stdev=4448.42
    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=[    1],
     | 70.00th=[    1], 80.00th=[    2], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[    3], 99.50th=[   11], 99.90th=[  191], 99.95th=[ 3024],
     | 99.99th=[45824]
    bw (KB  /s): min=    0, max=213192, per=21.76%, avg=115404.49, stdev=60560.64
    lat (usec) : 2=73.32%, 4=25.82%, 10=0.16%, 20=0.51%, 50=0.07%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.02%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%, >=2000=0.01%
  cpu          : usr=0.85%, sys=2.69%, ctx=205089, majf=0, minf=277
  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=8433625/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=32944MB, aggrb=530316KB/s, minb=530316KB/s, maxb=530316KB/s, mint=63612msec, maxt=63612msec
Download
Download benchmark results
Download speed
499.44 Mbit/s
Downloaded 104857600 bytes in 1.741 sec
Downloaded 104857600 bytes in 1.348 sec
Downloaded 104857600 bytes in 1.424 sec
Downloaded 104857600 bytes in 1.453 sec
Downloaded 104857600 bytes in 2.043 sec
Finished! Average download speed is 499.44 Mbit/s
Upload
Speedtest results
Upload speed
376.59 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Zappie Host LLC ...
Selecting 15 servers that are not too close:
  1. AT&T (New York City, NY) [42.58 km]: 10.201 ms
  2. Atlantic Metro (New York City, NY) [42.58 km]: 3.239 ms
  3. Optimum Online (New York City, NY) [42.58 km]: 8.675 ms
  4. Speedtest.net (New York City, NY) [42.58 km]: 6.419 ms
  5. fdcservers.net (New York City, NY) [42.58 km]: 5.326 ms
  6. Citybridge (New York City, NY) [42.58 km]: 9.496 ms
  7. ISPnet, Inc (New York City, NY) [42.58 km]: 355.427 ms
  8. Interoute VDC (New York, NY) [42.58 km]: 16.65 ms
  9. UNMETERED.Online (New York City, NY) [42.58 km]: 33.807 ms
  10. Sprint (New York City, NY) [42.58 km]: 10.88 ms
  11. Dataspindle LLC (New York City, NY) [42.58 km]: 10.015 ms
  12. Charter Communications (New York, NY) [42.58 km]: 14.987 ms
  13. LINK Telecom (New York, NY) [42.58 km]: 10.586 ms
  14. Speedtest.net (New York City, NY) [42.58 km]: 10.286 ms
  15. Interserver, inc (Secaucus, NJ) [43.32 km]: 14.453 ms
Testing upload speeds
  1. AT&T (New York City, NY):                    ......................... 467.15 Mbit/s
  2. Atlantic Metro (New York City, NY):          ......................... 20.31 Mbit/s
  3. Optimum Online (New York City, NY):          ......................... 339.27 Mbit/s
  4. Speedtest.net (New York City, NY):           ......................... 118.59 Mbit/s
  5. fdcservers.net (New York City, NY):          ......................... 218.82 Mbit/s
  6. Citybridge (New York City, NY):              ......................... 465.58 Mbit/s
  7. ISPnet, Inc (New York City, NY):             ......................... 55.85 Mbit/s
  8. Interoute VDC (New York, NY):                ......................... 399.18 Mbit/s
  9. UNMETERED.Online (New York City, NY):        ......................... 163.94 Mbit/s
  10. Sprint (New York City, NY):                 ......................... 420.78 Mbit/s
  11. Dataspindle LLC (New York City, NY):        ......................... 455.03 Mbit/s
  12. Charter Communications (New York, NY):      ......................... 415.73 Mbit/s
  13. LINK Telecom (New York, NY):                ......................... 482.34 Mbit/s
  14. Speedtest.net (New York City, NY):          ......................... 118.93 Mbit/s
  15. Interserver, inc (Secaucus, NJ):            ......................... 314.64 Mbit/s
Average upload speed is 297.08 Mbit/s