Stopwatch
Benchmark report #12629
hostodo.com – NVM-MIAKVM-1024
Report
Share test result

Test results for NVM-MIAKVM-1024 at hostodo.com


Server specs:


QEMU Virtual CPU version 2.5+
985 MB RAM / 11 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 844.1
Disk Read - 156 MB/s
Disk Write - 311 MB/s
Bandwidth - 768.96 MB/s

More: https://serverscope.io/trials/nJAK
Share
Share this page
Cpu chip
Server Specs
CPU
QEMU Virtual CPU version 2.5+
CPU Cores
1 × 2600 MHz
RAM
985 MB
Disk
11 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
844.1
Disk Read
156 MB/s
Disk Write
311 MB/s
Bandwidth
768.96 Mbit/s
Speedtest
399.12 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
844.1
Terminal
Raw Output
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/Geekbench-5.0.4-Linux/serverscope-XRWyLV/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/Geekbench-5.0.4-Linux/serverscope-XRWyLV/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/Geekbench-5.0.4-Linux/serverscope-XRWyLV/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/Geekbench-5.0.4-Linux/serverscope-XRWyLV/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/Geekbench-5.0.4-Linux/serverscope-XRWyLV/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/Geekbench-5.0.4-Linux/serverscope-XRWyLV/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

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: ubuntu: GNU/Linux
   OS: GNU/Linux -- 4.15.0-73-generic -- #82-Ubuntu SMP Tue Dec 3 00:04:14 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: QEMU Virtual CPU version 2.5+ (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   07:31:42 up  6:57,  1 user,  load average: 7.57, 4.65, 2.03; runlevel 2019-12-17

------------------------------------------------------------------------
Benchmark Run: Tue Dec 17 2019 07:31:42 - 07:59:47
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       36320999.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4260.4 MWIPS (9.8 s, 7 samples)
Execl Throughput                               3522.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        380194.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           98745.6 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1149907.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                              471441.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 130384.2 lps   (10.0 s, 7 samples)
Process Creation                              10021.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7176.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    947.8 lpm   (60.0 s, 2 samples)
System Call Overhead                         333162.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   36320999.9   3112.3
Double-Precision Whetstone                       55.0       4260.4    774.6
Execl Throughput                                 43.0       3522.9    819.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     380194.2    960.1
File Copy 256 bufsize 500 maxblocks            1655.0      98745.6    596.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    1149907.9   1982.6
Pipe Throughput                               12440.0     471441.7    379.0
Pipe-based Context Switching                   4000.0     130384.2    326.0
Process Creation                                126.0      10021.9    795.4
Shell Scripts (1 concurrent)                     42.4       7176.2   1692.5
Shell Scripts (8 concurrent)                      6.0        947.8   1579.7
System Call Overhead                          15000.0     333162.3    222.1
                                                                   ========
System Benchmarks Index Score                                         844.1

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, 2.21818 s, 968 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.0595 s, 1.0 GB/s


Hard drive
FIO random read
Performance
156.81 MB/s
IOPS
40144
./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=15917: Tue Dec 17 07:28:38 2019
  read : io=9409.4MB, bw=160578KB/s, iops=40144, runt= 60001msec
    clat (usec): min=3, max=28874, avg=190.73, stdev=177.29
     lat (usec): min=4, max=28875, avg=192.06, stdev=177.67
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[  122], 10.00th=[  149], 20.00th=[  159],
     | 30.00th=[  167], 40.00th=[  175], 50.00th=[  181], 60.00th=[  189],
     | 70.00th=[  199], 80.00th=[  213], 90.00th=[  241], 95.00th=[  274],
     | 99.00th=[  378], 99.50th=[  474], 99.90th=[ 3536], 99.95th=[ 4048],
     | 99.99th=[ 4832]
    bw (KB  /s): min=17552, max=24464, per=12.50%, avg=20077.07, stdev=1189.61
    lat (usec) : 4=1.23%, 10=3.31%, 20=0.23%, 50=0.01%, 100=0.03%
    lat (usec) : 250=86.76%, 500=7.97%, 750=0.19%, 1000=0.03%
    lat (msec) : 2=0.03%, 4=0.14%, 10=0.05%, 20=0.01%, 50=0.01%
  cpu          : usr=4.16%, sys=7.66%, ctx=2307752, majf=2, minf=111
  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=2408705/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=9409.4MB, aggrb=160577KB/s, minb=160577KB/s, maxb=160577KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=2291831/2729, merge=31/1701, ticks=330388/392, in_queue=287100, util=98.19%
Hard drive
FIO random direct read
Performance
171.9 MB/s
IOPS
44006
./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=15927: Tue Dec 17 07:29:39 2019
  read : io=10314MB, bw=176025KB/s, iops=44006, runt= 60001msec
    clat (usec): min=51, max=21998, avg=173.37, stdev=96.16
     lat (usec): min=52, max=21999, avg=174.70, stdev=96.26
    clat percentiles (usec):
     |  1.00th=[  123],  5.00th=[  135], 10.00th=[  141], 20.00th=[  151],
     | 30.00th=[  157], 40.00th=[  161], 50.00th=[  165], 60.00th=[  171],
     | 70.00th=[  179], 80.00th=[  189], 90.00th=[  209], 95.00th=[  231],
     | 99.00th=[  290], 99.50th=[  318], 99.90th=[  438], 99.95th=[  724],
     | 99.99th=[ 3760]
    bw (KB  /s): min=11632, max=23168, per=12.50%, avg=22002.31, stdev=1036.39
    lat (usec) : 100=0.15%, 250=97.00%, 500=2.77%, 750=0.03%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=4.58%, sys=6.97%, ctx=2655715, 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=2640416/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=10314MB, aggrb=176024KB/s, minb=176024KB/s, maxb=176024KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=2636960/0, merge=0/0, ticks=371612/0, in_queue=329172, util=99.23%
Hard drive
FIO random write
Performance
311.61 MB/s
IOPS
79771
./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=15947: Tue Dec 17 07:31:39 2019
  write: io=18698MB, bw=319086KB/s, iops=79771, runt= 60004msec
    clat (usec): min=2, max=131828, avg=59.94, stdev=895.53
     lat (usec): min=3, max=131829, avg=67.85, stdev=978.78
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    4], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    4],
     | 70.00th=[    5], 80.00th=[    5], 90.00th=[    7], 95.00th=[   12],
     | 99.00th=[   26], 99.50th=[ 2800], 99.90th=[16064], 99.95th=[20864],
     | 99.99th=[28544]
    bw (KB  /s): min=28734, max=46910, per=12.51%, avg=39927.04, stdev=2380.19
    lat (usec) : 4=6.54%, 10=84.85%, 20=7.35%, 50=0.35%, 100=0.02%
    lat (usec) : 250=0.13%, 500=0.02%, 750=0.04%, 1000=0.01%
    lat (msec) : 2=0.12%, 4=0.21%, 10=0.18%, 20=0.13%, 50=0.06%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=6.00%, sys=5.51%, ctx=87258, 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=4786614/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=18698MB, aggrb=319086KB/s, minb=319086KB/s, maxb=319086KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  vda: ios=0/1621439, merge=0/49, ticks=0/545872, in_queue=505008, util=30.56%
Hard drive
FIO random direct write
Performance
41.36 MB/s
IOPS
10588
./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=15937: Tue Dec 17 07:30:39 2019
  write: io=2481.8MB, bw=42353KB/s, iops=10588, runt= 60002msec
    clat (usec): min=51, max=43504, avg=748.75, stdev=4513.88
     lat (usec): min=52, max=43506, avg=749.92, stdev=4513.92
    clat percentiles (usec):
     |  1.00th=[   60],  5.00th=[   61], 10.00th=[   63], 20.00th=[   66],
     | 30.00th=[   71], 40.00th=[   76], 50.00th=[   81], 60.00th=[   87],
     | 70.00th=[   97], 80.00th=[  109], 90.00th=[  126], 95.00th=[  149],
     | 99.00th=[31360], 99.50th=[33536], 99.90th=[36608], 99.95th=[37632],
     | 99.99th=[39680]
    bw (KB  /s): min= 3656, max= 7513, per=12.51%, avg=5298.43, stdev=626.64
    lat (usec) : 100=72.02%, 250=25.80%, 500=0.06%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=2.12%
  cpu          : usr=1.00%, sys=2.59%, ctx=1285827, 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=0/w=635321/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=2481.8MB, aggrb=42353KB/s, minb=42353KB/s, maxb=42353KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=4/634479, merge=0/1535, ticks=12/47312, in_queue=8, util=0.01%
Download
Download benchmark results
Download speed
768.96 Mbit/s
Downloaded 104857600 bytes in 1.005919 sec
Downloaded 104857600 bytes in 1.109113 sec
Downloaded 104857600 bytes in 1.006571 sec
Downloaded 104857600 bytes in 1.074470 sec
Downloaded 104857600 bytes in 1.005732 sec
Finished! Average download speed is 768.96 Mbit/s
Upload
Speedtest results
Upload speed
399.12 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from anyNode ...
Selecting 15 servers that are not too close:
  1. Broadwave (Fort Lauderdale, FL) [39.71 km]: 8.814 ms
  2. Hotwire Fision (Boca Raton, FL) [65.90 km]: 2.996 ms
  3. Collier Fiber (Naples, FL) [166.11 km]: 29.982 ms
  4. Hotwire Fision (Naples, FL) [166.77 km]: 14.167 ms
  5. Comcast (Bonita Springs, FL) [168.03 km]: 58.391 ms
  6. Summit Broadband (Bonita Springs, FL) [168.03 km]: 15.521 ms
  7. T3 Communications (Fort Myers, FL) [192.01 km]: 24.458 ms
  8. CenturyLink (Fort Myers, FL) [192.01 km]: 26.574 ms
  9. Broadwave (Key West, FL) [210.75 km]: 20.643 ms
  10. FL High Speed Internet (Cocoa, FL) [293.18 km]: 24.991 ms
  11. Cable Bahamas (Nassau) [296.02 km]: 19.749 ms
  12. BTC (Nassau) [296.02 km]: 13.996 ms
  13. GlobalNexus (Nassau) [296.02 km]: 16.394 ms
  14. Verizon (Kissimmee, FL) [304.47 km]: 33.754 ms
  15. AT&T (Orlando, FL) [313.16 km]: 49.69 ms
Testing upload speeds
  1. Broadwave (Fort Lauderdale, FL):             ......................... 619.54 Mbit/s
  2. Hotwire Fision (Boca Raton, FL):             ......................... 572.99 Mbit/s
  3. Collier Fiber (Naples, FL):                  ......................... 91.32 Mbit/s
  4. Hotwire Fision (Naples, FL):                 ......................... 528.40 Mbit/s
  5. Comcast (Bonita Springs, FL):                ......................... 79.04 Mbit/s
  6. Summit Broadband (Bonita Springs, FL):       ......................... 567.17 Mbit/s
  7. T3 Communications (Fort Myers, FL):          ......................... 237.67 Mbit/s
  8. CenturyLink (Fort Myers, FL):                ......................... 259.43 Mbit/s
  9. Broadwave (Key West, FL):                    ......................... 129.00 Mbit/s
  10. FL High Speed Internet (Cocoa, FL):         ......................... 462.00 Mbit/s
  11. Cable Bahamas (Nassau):                     ......................... 289.26 Mbit/s
  12. BTC (Nassau):                               ......................... 439.19 Mbit/s
  13. GlobalNexus (Nassau):                       ......................... 284.02 Mbit/s
  14. Verizon (Kissimmee, FL):                    ......................... 285.94 Mbit/s
  15. AT&T (Orlando, FL):                         ......................... 243.77 Mbit/s
Average upload speed is 339.25 Mbit/s