Stopwatch
Benchmark report #12345
AWS Lightsail – 512Mb
Report
Share test result

Test results for 512Mb at AWS Lightsail


Server specs:


Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
480 MB RAM / 20 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1280.7
Disk Read - 12 MB/s
Disk Write - 24 MB/s
Bandwidth - 397.91 MB/s

More: https://serverscope.io/trials/RBLx
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
CPU Cores
1 × 2400 MHz
RAM
480 MB
Disk
20 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1280.7
Disk Read
12 MB/s
Disk Write
24 MB/s
Bandwidth
397.91 Mbit/s
Speedtest
257.77 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1280.7
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 "/home/ubuntu/serverscope-Ko00I3/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/ubuntu/serverscope-Ko00I3/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/ubuntu/serverscope-Ko00I3/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/ubuntu/serverscope-Ko00I3/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/ubuntu/serverscope-Ko00I3/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/ubuntu/serverscope-Ko00I3/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: ip-172-26-15-16: GNU/Linux
   OS: GNU/Linux -- 4.15.0-1021-aws -- #21-Ubuntu SMP Tue Aug 28 10:23:07 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (4800.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   09:01:21 up 15 min,  1 user,  load average: 8.22, 5.02, 2.19; runlevel 2019-11-12

------------------------------------------------------------------------
Benchmark Run: Tue Nov 12 2019 09:01:21 - 09:29:23
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       35182501.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4678.9 MWIPS (9.7 s, 7 samples)
Execl Throughput                               4288.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        752182.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          196001.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2272362.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1021567.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 231488.8 lps   (10.0 s, 7 samples)
Process Creation                              12567.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8450.6 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1098.2 lpm   (60.0 s, 2 samples)
System Call Overhead                         749086.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   35182501.6   3014.8
Double-Precision Whetstone                       55.0       4678.9    850.7
Execl Throughput                                 43.0       4288.9    997.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     752182.0   1899.4
File Copy 256 bufsize 500 maxblocks            1655.0     196001.5   1184.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    2272362.4   3917.9
Pipe Throughput                               12440.0    1021567.8    821.2
Pipe-based Context Switching                   4000.0     231488.8    578.7
Process Creation                                126.0      12567.1    997.4
Shell Scripts (1 concurrent)                     42.4       8450.6   1993.1
Shell Scripts (8 concurrent)                      6.0       1098.2   1830.3
System Call Overhead                          15000.0     749086.8    499.4
                                                                   ========
System Benchmarks Index Score                                        1280.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, 32.584 s, 65.9 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, 33.4889 s, 64.1 MB/s


Hard drive
FIO random read
Performance
12.15 MB/s
IOPS
3109
./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=10927: Tue Nov 12 08:58:16 2019
  read : io=746280KB, bw=12437KB/s, iops=3109, runt= 60003msec
    clat (usec): min=190, max=12973, avg=2569.21, stdev=384.68
     lat (usec): min=191, max=12973, avg=2569.72, stdev=384.68
    clat percentiles (usec):
     |  1.00th=[  290],  5.00th=[ 2544], 10.00th=[ 2576], 20.00th=[ 2576],
     | 30.00th=[ 2608], 40.00th=[ 2608], 50.00th=[ 2608], 60.00th=[ 2608],
     | 70.00th=[ 2640], 80.00th=[ 2640], 90.00th=[ 2640], 95.00th=[ 2672],
     | 99.00th=[ 2736], 99.50th=[ 3312], 99.90th=[ 5344], 99.95th=[ 5792],
     | 99.99th=[10432]
    bw (KB  /s): min= 1445, max= 4704, per=12.51%, avg=1556.13, stdev=280.00
    lat (usec) : 250=0.30%, 500=1.68%, 750=0.06%, 1000=0.09%
    lat (msec) : 2=0.35%, 4=97.17%, 10=0.34%, 20=0.01%
  cpu          : usr=0.19%, sys=0.69%, ctx=187096, 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=186570/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=746280KB, aggrb=12437KB/s, minb=12437KB/s, maxb=12437KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  xvda: ios=185996/7, merge=18/7, ticks=476596/16, in_queue=417640, util=99.72%
Hard drive
FIO random direct read
Performance
12.01 MB/s
IOPS
3074
./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=10937: Tue Nov 12 08:59:16 2019
  read : io=737916KB, bw=12298KB/s, iops=3074, runt= 60003msec
    clat (usec): min=191, max=10345, avg=2597.59, stdev=225.60
     lat (usec): min=191, max=10346, avg=2598.11, stdev=225.60
    clat percentiles (usec):
     |  1.00th=[ 2256],  5.00th=[ 2544], 10.00th=[ 2576], 20.00th=[ 2576],
     | 30.00th=[ 2608], 40.00th=[ 2608], 50.00th=[ 2608], 60.00th=[ 2608],
     | 70.00th=[ 2640], 80.00th=[ 2640], 90.00th=[ 2640], 95.00th=[ 2672],
     | 99.00th=[ 2736], 99.50th=[ 2864], 99.90th=[ 4128], 99.95th=[ 4896],
     | 99.99th=[ 6560]
    bw (KB  /s): min= 1477, max= 2435, per=12.51%, avg=1538.32, stdev=78.78
    lat (usec) : 250=0.09%, 500=0.57%, 750=0.02%, 1000=0.02%
    lat (msec) : 2=0.18%, 4=99.00%, 10=0.12%, 20=0.01%
  cpu          : usr=0.18%, sys=0.63%, ctx=184885, 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=184479/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=737916KB, aggrb=12297KB/s, minb=12297KB/s, maxb=12297KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  xvda: ios=184259/2, merge=0/1, ticks=477988/0, in_queue=418644, util=99.70%
Hard drive
FIO random write
Performance
24.22 MB/s
IOPS
6201
./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=10957: Tue Nov 12 09:01:17 2019
  write: io=1456.7MB, bw=24805KB/s, iops=6201, runt= 60132msec
    clat (usec): min=1, max=1312.4K, avg=672.49, stdev=14884.79
     lat (usec): min=1, max=1312.4K, avg=673.06, stdev=14888.05
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    4], 50.00th=[    4], 60.00th=[    4],
     | 70.00th=[    5], 80.00th=[    5], 90.00th=[    6], 95.00th=[    7],
     | 99.00th=[   97], 99.50th=[15040], 99.90th=[276480], 99.95th=[407552],
     | 99.99th=[544768]
    bw (KB  /s): min=    0, max=131019, per=26.78%, avg=6642.99, stdev=10686.85
    lat (usec) : 2=0.04%, 4=39.76%, 10=57.21%, 20=1.43%, 50=0.50%
    lat (usec) : 100=0.06%, 250=0.03%, 500=0.05%, 750=0.03%, 1000=0.03%
    lat (msec) : 2=0.05%, 4=0.03%, 10=0.03%, 20=0.55%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.06%, 500=0.10%, 750=0.02%, 1000=0.01%
    lat (msec) : 2000=0.01%
  cpu          : usr=0.11%, sys=0.45%, ctx=54204, 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=372892/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=1456.7MB, aggrb=24804KB/s, minb=24804KB/s, maxb=24804KB/s, mint=60132msec, maxt=60132msec

Disk stats (read/write):
  xvda: ios=630/197618, merge=0/5239, ticks=2880/1000912, in_queue=943132, util=99.68%
Hard drive
FIO random direct write
Performance
6.49 MB/s
IOPS
1661
./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=10947: Tue Nov 12 09:00:16 2019
  write: io=398748KB, bw=6645.2KB/s, iops=1661, runt= 60006msec
    clat (usec): min=445, max=246484, avg=4811.06, stdev=26900.53
     lat (usec): min=445, max=246485, avg=4811.68, stdev=26900.53
    clat percentiles (usec):
     |  1.00th=[  486],  5.00th=[  502], 10.00th=[  516], 20.00th=[  532],
     | 30.00th=[  540], 40.00th=[  556], 50.00th=[  564], 60.00th=[  580],
     | 70.00th=[  596], 80.00th=[  628], 90.00th=[  708], 95.00th=[  876],
     | 99.00th=[177152], 99.50th=[187392], 99.90th=[205824], 99.95th=[209920],
     | 99.99th=[218112]
    bw (KB  /s): min=   45, max= 1816, per=12.43%, avg=825.92, stdev=350.02
    lat (usec) : 500=3.90%, 750=88.29%, 1000=3.67%
    lat (msec) : 2=1.42%, 4=0.25%, 10=0.05%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=2.41%
  cpu          : usr=0.10%, sys=0.55%, ctx=201858, 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=99687/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=398748KB, aggrb=6645KB/s, minb=6645KB/s, maxb=6645KB/s, mint=60006msec, maxt=60006msec

Disk stats (read/write):
  xvda: ios=1/99595, merge=0/374, ticks=4/59312, in_queue=20, util=0.01%
Download
Download benchmark results
Download speed
397.91 Mbit/s
Downloaded 104857600 bytes in 2.762860 sec
Downloaded 104857600 bytes in 1.827086 sec
Downloaded 104857600 bytes in 1.835899 sec
Downloaded 104857600 bytes in 1.811676 sec
Downloaded 104857600 bytes in 1.815027 sec
Finished! Average download speed is 397.91 Mbit/s
Upload
Speedtest results
Upload speed
257.77 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Amazon.com ...
Selecting 15 servers that are not too close:
  1. Grahakomindo (Batam) [30.94 km]: 14.651 ms
  2. PT Mora Telematika Indonesia (Batam) [30.94 km]: 23.608 ms
  3. Telin (Batam) [30.94 km]: 6.737 ms
  4. PT Telekomunikasi Indonesia (Batam) [30.94 km]: 9.016 ms
  5. PT. Mayatama Solusindo (Dumai) [275.98 km]: 72.058 ms
  6. Dashnet (Pekanbaru) [280.38 km]: 156.2 ms
  7. Dashnet (Pekanbaru) [280.38 km]: 10.67 ms
  8. PT. Telekomunikasi Indonesia (Pekanbaru) [280.38 km]: 21.929 ms
  9. PT Telekomunikasi Selular (Pekanbaru) [280.38 km]: 20.58 ms
  10. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.50 km]: 14.078 ms
  11. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.84 km]: 47.353 ms
  12. Global Forway Sdn Bhd (Cyberjaya) [304.26 km]: 21.328 ms
  13. MYREN (Cyberjaya) [304.26 km]: 8.794 ms
  14. IX Telecom (Cyberjaya) [304.26 km]: 21.942 ms
  15. IP Core Sdn Bhd (Cyberjaya) [304.26 km]: 8.768 ms
Testing upload speeds
  1. Grahakomindo (Batam):                        ......................... 410.97 Mbit/s
  2. PT Mora Telematika Indonesia (Batam):        ......................... 185.33 Mbit/s
  3. Telin (Batam):                               ......................... 404.33 Mbit/s
  4. PT Telekomunikasi Indonesia (Batam):         ......................... 392.01 Mbit/s
  5. PT. Mayatama Solusindo (Dumai):              ......................... 283.81 Mbit/s
  6. Dashnet (Pekanbaru):                         ......................... 73.68 Mbit/s
  7. Dashnet (Pekanbaru):                         ......................... 76.88 Mbit/s
  8. PT. Telekomunikasi Indonesia (Pekanbaru):    ......................... 136.60 Mbit/s
  9. PT Telekomunikasi Selular (Pekanbaru):       ......................... 87.41 Mbit/s
  10. Hutchison 3 Indonesia - PKU (Pekanbaru):    ......................... 113.24 Mbit/s
  11. UNIVERSITI TENAGA NASIONAL (Putrajaya):     ......................... 203.84 Mbit/s
  12. Global Forway Sdn Bhd (Cyberjaya):          ......................... 234.99 Mbit/s
  13. MYREN (Cyberjaya):                          ......................... 314.37 Mbit/s
  14. IX Telecom (Cyberjaya):                     ......................... 148.36 Mbit/s
  15. IP Core Sdn Bhd (Cyberjaya):                ......................... 265.39 Mbit/s
Average upload speed is 222.08 Mbit/s