Stopwatch
Benchmark report #12353
UpCloud – 1024MB 1CPU 25GB MaxIOPS Amsterdam
Report
Share test result

Test results for 1024MB 1CPU 25GB MaxIOPS Amsterdam at UpCloud


Server specs:


Intel(R) Xeon(R) CPU E5-2687W v4 @ 3.00GHz
985 MB RAM / 26 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1112.4
Disk Read - 231 MB/s
Disk Write - 534 MB/s
Bandwidth - 354.59 MB/s

More: https://serverscope.io/trials/dJGo
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5-2687W v4 @ 3.00GHz
CPU Cores
1 × 3000 MHz
RAM
985 MB
Disk
26 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1112.4
Disk Read
231 MB/s
Disk Write
534 MB/s
Bandwidth
354.59 Mbit/s
Speedtest
480.2 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1112.4
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/serverscope-nzqaAx/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-nzqaAx/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-nzqaAx/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-nzqaAx/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-nzqaAx/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-nzqaAx/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-1cpu-1gb-us-chi1: GNU/Linux
   OS: GNU/Linux -- 4.15.0-62-generic -- #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2687W v4 @ 3.00GHz (6000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   15:01:01 up 10 min,  1 user,  load average: 7.59, 4.61, 1.99; runlevel 2019-11-13

------------------------------------------------------------------------
Benchmark Run: Wed Nov 13 2019 15:01:01 - 15:29:58
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       34458973.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3745.3 MWIPS (14.2 s, 7 samples)
Execl Throughput                               4207.3 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        554583.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          160119.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1247361.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1036259.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 199005.6 lps   (10.0 s, 7 samples)
Process Creation                              10964.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7683.4 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1044.0 lpm   (60.0 s, 2 samples)
System Call Overhead                         826253.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   34458973.4   2952.8
Double-Precision Whetstone                       55.0       3745.3    681.0
Execl Throughput                                 43.0       4207.3    978.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     554583.0   1400.5
File Copy 256 bufsize 500 maxblocks            1655.0     160119.1    967.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    1247361.0   2150.6
Pipe Throughput                               12440.0    1036259.4    833.0
Pipe-based Context Switching                   4000.0     199005.6    497.5
Process Creation                                126.0      10964.4    870.2
Shell Scripts (1 concurrent)                     42.4       7683.4   1812.1
Shell Scripts (8 concurrent)                      6.0       1044.0   1740.0
System Call Overhead                          15000.0     826253.2    550.8
                                                                   ========
System Benchmarks Index Score                                        1112.4

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, 5.17136 s, 415 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.17045 s, 415 MB/s


Hard drive
FIO random read
Performance
231.9 MB/s
IOPS
59367
./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=11421: Wed Nov 13 14:57:55 2019
  read : io=13915MB, bw=237470KB/s, iops=59367, runt= 60001msec
    clat (usec): min=1, max=6986, avg=131.51, stdev=149.54
     lat (usec): min=2, max=6987, avg=131.98, stdev=149.58
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[   31], 10.00th=[   85], 20.00th=[   97],
     | 30.00th=[  104], 40.00th=[  112], 50.00th=[  120], 60.00th=[  131],
     | 70.00th=[  141], 80.00th=[  157], 90.00th=[  181], 95.00th=[  207],
     | 99.00th=[  290], 99.50th=[  362], 99.90th=[ 3376], 99.95th=[ 3856],
     | 99.99th=[ 4640]
    bw (KB  /s): min=20360, max=39880, per=12.50%, avg=29681.72, stdev=3683.86
    lat (usec) : 2=0.01%, 4=4.20%, 10=0.73%, 20=0.06%, 50=0.01%
    lat (usec) : 100=18.58%, 250=74.46%, 500=1.67%, 750=0.08%, 1000=0.03%
    lat (msec) : 2=0.03%, 4=0.12%, 10=0.04%
  cpu          : usr=2.44%, sys=7.13%, ctx=3389278, majf=2, minf=102
  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=3562115/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=13915MB, aggrb=237470KB/s, minb=237470KB/s, maxb=237470KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3374355/57, merge=0/15, ticks=328952/0, in_queue=286800, util=95.83%
Hard drive
FIO random direct read
Performance
220.09 MB/s
IOPS
56343
./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=11435: Wed Nov 13 14:58:56 2019
  read : io=13206MB, bw=225372KB/s, iops=56343, runt= 60001msec
    clat (usec): min=48, max=12798, avg=138.30, stdev=69.22
     lat (usec): min=48, max=12800, avg=138.78, stdev=69.27
    clat percentiles (usec):
     |  1.00th=[   72],  5.00th=[   84], 10.00th=[   91], 20.00th=[  101],
     | 30.00th=[  109], 40.00th=[  117], 50.00th=[  126], 60.00th=[  137],
     | 70.00th=[  149], 80.00th=[  165], 90.00th=[  193], 95.00th=[  225],
     | 99.00th=[  338], 99.50th=[  418], 99.90th=[  764], 99.95th=[ 1064],
     | 99.99th=[ 2320]
    bw (KB  /s): min=20224, max=36200, per=12.48%, avg=28135.62, stdev=3903.27
    lat (usec) : 50=0.01%, 100=18.80%, 250=78.07%, 500=2.85%, 750=0.18%
    lat (usec) : 1000=0.05%
    lat (msec) : 2=0.04%, 4=0.02%, 10=0.01%, 20=0.01%
  cpu          : usr=2.40%, sys=6.44%, ctx=3385103, 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=3380642/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=13206MB, aggrb=225372KB/s, minb=225372KB/s, maxb=225372KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3375629/58, merge=0/15, ticks=356860/0, in_queue=313532, util=98.92%
Hard drive
FIO random write
Performance
534.25 MB/s
IOPS
136768
./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=11461: Wed Nov 13 15:00:56 2019
  write: io=32057MB, bw=547076KB/s, iops=136768, runt= 60003msec
    clat (usec): min=1, max=40495, avg=45.70, stdev=625.61
     lat (usec): min=1, max=40495, avg=48.02, stdev=654.25
    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=[    4], 95.00th=[    6],
     | 99.00th=[   25], 99.50th=[ 2864], 99.90th=[10432], 99.95th=[12352],
     | 99.99th=[17792]
    bw (KB  /s): min=54810, max=87470, per=12.50%, avg=68408.85, stdev=5232.87
    lat (usec) : 2=0.06%, 4=59.70%, 10=37.42%, 20=1.63%, 50=0.43%
    lat (usec) : 100=0.06%, 250=0.09%, 500=0.04%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.03%, 4=0.08%, 10=0.33%, 20=0.11%, 50=0.01%
  cpu          : usr=2.74%, sys=8.06%, ctx=111340, 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=8206544/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=32057MB, aggrb=547075KB/s, minb=547075KB/s, maxb=547075KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  vda: ios=4/1959103, merge=0/896, ticks=0/1907260, in_queue=1810744, util=87.60%
Hard drive
FIO random direct write
Performance
21.69 MB/s
IOPS
5551
./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=11447: Wed Nov 13 14:59:56 2019
  write: io=1301.2MB, bw=22206KB/s, iops=5551, runt= 60002msec
    clat (usec): min=88, max=98712, avg=1437.01, stdev=9050.13
     lat (usec): min=88, max=98712, avg=1437.61, stdev=9050.16
    clat percentiles (usec):
     |  1.00th=[  110],  5.00th=[  121], 10.00th=[  127], 20.00th=[  137],
     | 30.00th=[  143], 40.00th=[  149], 50.00th=[  155], 60.00th=[  161],
     | 70.00th=[  171], 80.00th=[  187], 90.00th=[  231], 95.00th=[  330],
     | 99.00th=[64768], 99.50th=[71168], 99.90th=[78336], 99.95th=[81408],
     | 99.99th=[91648]
    bw (KB  /s): min= 1315, max= 4496, per=12.52%, avg=2779.48, stdev=522.44
    lat (usec) : 100=0.10%, 250=91.55%, 500=5.14%, 750=0.67%, 1000=0.26%
    lat (msec) : 2=0.25%, 4=0.07%, 10=0.03%, 20=0.01%, 50=0.07%
    lat (msec) : 100=1.87%
  cpu          : usr=0.33%, sys=1.55%, ctx=672881, 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=333096/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=1301.2MB, aggrb=22205KB/s, minb=22205KB/s, maxb=22205KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=72/332983, merge=0/2048, ticks=4/52640, in_queue=8, util=0.01%
Download
Download benchmark results
Download speed
354.59 Mbit/s
Downloaded 104857600 bytes in 6.506397 sec
Downloaded 104857600 bytes in 1.167496 sec
Downloaded 104857600 bytes in 0.984195 sec
Downloaded 104857600 bytes in 0.988023 sec
Downloaded 104857600 bytes in 1.634555 sec
Finished! Average download speed is 354.59 Mbit/s
Upload
Speedtest results
Upload speed
480.2 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from UpCloud USA ...
Selecting 15 servers that are not too close:
  1. Genesis Adaptive Hosting, Inc. (Elk Grove Village, IL) [31.53 km]: 64.085 ms
  2. GigeNET (Arlington Heights, IL) [38.64 km]: 3.019 ms
  3. Vinakom Communications (Schaumburg, IL) [41.21 km]: 22.377 ms
  4. T-Mobile (Elgin, IL) [56.07 km]: 6.574 ms
  5. Surf Air Wireless (Cedar Lake, IN) [56.36 km]: 19.156 ms
  6. Metronet (Oswego, IL) [60.89 km]: 19.416 ms
  7. Metronet (Sycamore, IL) [87.06 km]: 16.083 ms
  8. Northern Illinois University (Dekalb, IL) [91.39 km]: 999.048 ms
  9. Fourway.NET (South Bend, IN) [117.46 km]: 239.652 ms
  10. University of Notre Dame (Notre Dame, IN) [118.39 km]: 103.046 ms
  11. CyberLynk Network (Milwaukee, WI) [135.85 km]: 122.69 ms
  12. Verizon (Milwaukee, WI) [135.85 km]: 76.422 ms
  13. Midwest Connections (Cassopolis, MI) [136.10 km]: 54.79 ms
  14. Bloomingdale Communications (Bloomingdale, MI) [151.75 km]: 106.828 ms
  15. Sonic Spectrum, Inc (Durand, IL) [153.20 km]: 84.423 ms
Testing upload speeds
  1. Genesis Adaptive Hosting, Inc. (Elk Grove Village, IL):......................... 95.34 Mbit/s
  2. GigeNET (Arlington Heights, IL):             ......................... 590.80 Mbit/s
  3. Vinakom Communications (Schaumburg, IL):     ......................... 227.66 Mbit/s
  4. T-Mobile (Elgin, IL):                        ......................... 524.12 Mbit/s
  5. Surf Air Wireless (Cedar Lake, IN):          ......................... 81.30 Mbit/s
  6. Metronet (Oswego, IL):                       ......................... 314.31 Mbit/s
  7. Metronet (Sycamore, IL):                     ......................... 295.32 Mbit/s
  8. Northern Illinois University (Dekalb, IL):   ......................... 100.26 Mbit/s
  9. Fourway.NET (South Bend, IN):                ......................... 566.62 Mbit/s
  10. University of Notre Dame (Notre Dame, IN):  ......................... 153.43 Mbit/s
  11. CyberLynk Network (Milwaukee, WI):          ......................... 602.36 Mbit/s
  12. Verizon (Milwaukee, WI):                    ......................... 729.04 Mbit/s
  13. Midwest Connections (Cassopolis, MI):       ......................... 421.16 Mbit/s
  14. Bloomingdale Communications (Bloomingdale, MI):......................... 581.69 Mbit/s
  15. Sonic Spectrum, Inc (Durand, IL):           ......................... 429.10 Mbit/s
Average upload speed is 380.83 Mbit/s