Stopwatch
Benchmark report #7952
Ikoula – m1.small - Singapore
Report
Share test result

Test results for m1.small - Singapore at Ikoula


Server specs:


Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
1 GB RAM / 50 GB disk space
Ubuntu 18.04 Bionic
Singapore, Singapore

Benchmark results summary:


UnixBench - 452.3
Disk Read - 65 MB/s
Disk Write - 149 MB/s
Bandwidth - 78.37 MB/s

More: https://serverscope.io/trials/vVV3
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
CPU Cores
1 × 2261 MHz
RAM
1 GB
Disk
50 GB
OS
Ubuntu 18.04 Bionic
Location
Singapore, Singapore
Benchmark summary
Benchmark summary
UnixBench
452.3
Disk Read
65 MB/s
Disk Write
149 MB/s
Bandwidth
78.37 Mbit/s
Speedtest
42.16 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
452.3
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-WqPvek/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-WqPvek/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-WqPvek/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-WqPvek/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-WqPvek/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-WqPvek/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: klein-SG: GNU/Linux
   OS: GNU/Linux -- 4.15.0-20-generic -- #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz (4522.1 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   23:28:42 up 59 min,  1 user,  load average: 8.44, 4.86, 2.09; runlevel 2018-07-24

------------------------------------------------------------------------
Benchmark Run: Tue Jul 24 2018 23:28:42 - 23:56:58
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       21470492.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2629.1 MWIPS (9.9 s, 7 samples)
Execl Throughput                               2053.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        181748.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           47018.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        538310.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              241288.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  64221.9 lps   (10.0 s, 7 samples)
Process Creation                               5597.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4279.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    560.6 lpm   (60.0 s, 2 samples)
System Call Overhead                         165591.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   21470492.3   1839.8
Double-Precision Whetstone                       55.0       2629.1    478.0
Execl Throughput                                 43.0       2053.4    477.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     181748.3    459.0
File Copy 256 bufsize 500 maxblocks            1655.0      47018.5    284.1
File Copy 4096 bufsize 8000 maxblocks          5800.0     538310.5    928.1
Pipe Throughput                               12440.0     241288.5    194.0
Pipe-based Context Switching                   4000.0      64221.9    160.6
Process Creation                                126.0       5597.6    444.3
Shell Scripts (1 concurrent)                     42.4       4279.8   1009.4
Shell Scripts (8 concurrent)                      6.0        560.6    934.3
System Call Overhead                          15000.0     165591.3    110.4
                                                                   ========
System Benchmarks Index Score                                         452.3

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.53697 s, 388 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.71603 s, 376 MB/s


Hard drive
FIO random read
Performance
65.99 MB/s
IOPS
16894
./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=60360: Tue Jul 24 23:25:35 2018
  read : io=3959.8MB, bw=67578KB/s, iops=16894, runt= 60001msec
    clat (usec): min=5, max=95554, avg=459.69, stdev=1329.94
     lat (usec): min=7, max=95557, avg=462.14, stdev=1331.36
    clat percentiles (usec):
     |  1.00th=[    6],  5.00th=[  282], 10.00th=[  330], 20.00th=[  358],
     | 30.00th=[  374], 40.00th=[  390], 50.00th=[  402], 60.00th=[  414],
     | 70.00th=[  430], 80.00th=[  450], 90.00th=[  494], 95.00th=[  556],
     | 99.00th=[  916], 99.50th=[ 2416], 99.90th=[16320], 99.95th=[31616],
     | 99.99th=[64256]
    bw (KB  /s): min= 5888, max=12752, per=12.51%, avg=8452.00, stdev=979.96
    lat (usec) : 10=3.83%, 20=0.43%, 50=0.20%, 100=0.01%, 250=0.04%
    lat (usec) : 500=86.41%, 750=7.63%, 1000=0.52%
    lat (msec) : 2=0.34%, 4=0.21%, 10=0.21%, 20=0.06%, 50=0.06%
    lat (msec) : 100=0.02%
  cpu          : usr=2.61%, sys=5.60%, ctx=978246, majf=1, minf=89
  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=1013693/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=3959.8MB, aggrb=67578KB/s, minb=67578KB/s, maxb=67578KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=964311/15, merge=0/0, ticks=380068/0, in_queue=380372, util=96.69%, aggrios=968390/128, aggrmerge=0/287, aggrticks=379464/304, aggrin_queue=338696, aggrutil=95.97%
  xvda: ios=968390/128, merge=0/287, ticks=379464/304, in_queue=338696, util=95.97%
Hard drive
FIO random direct read
Performance
67.49 MB/s
IOPS
17277
./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=60384: Tue Jul 24 23:26:35 2018
  read : io=4049.5MB, bw=69110KB/s, iops=17277, runt= 60001msec
    clat (usec): min=165, max=100409, avg=448.48, stdev=1280.31
     lat (usec): min=167, max=100411, avg=450.72, stdev=1280.32
    clat percentiles (usec):
     |  1.00th=[  286],  5.00th=[  318], 10.00th=[  334], 20.00th=[  354],
     | 30.00th=[  370], 40.00th=[  382], 50.00th=[  394], 60.00th=[  406],
     | 70.00th=[  422], 80.00th=[  438], 90.00th=[  474], 95.00th=[  510],
     | 99.00th=[  636], 99.50th=[  764], 99.90th=[15296], 99.95th=[28032],
     | 99.99th=[60672]
    bw (KB  /s): min= 5320, max= 9944, per=12.51%, avg=8642.61, stdev=773.65
    lat (usec) : 250=0.05%, 500=94.04%, 750=5.38%, 1000=0.16%
    lat (msec) : 2=0.08%, 4=0.01%, 10=0.12%, 20=0.08%, 50=0.05%
    lat (msec) : 100=0.02%, 250=0.01%
  cpu          : usr=2.62%, sys=5.16%, ctx=1045810, majf=0, minf=82
  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=1036669/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=4049.5MB, aggrb=69110KB/s, minb=69110KB/s, maxb=69110KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=1035914/0, merge=0/0, ticks=402940/0, in_queue=403164, util=99.54%, aggrios=1036924/0, aggrmerge=0/0, aggrticks=401448/0, aggrin_queue=356624, aggrutil=98.36%
  xvda: ios=1036924/0, merge=0/0, ticks=401448/0, in_queue=356624, util=98.36%
Hard drive
FIO random write
Performance
149.71 MB/s
IOPS
38325
./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=60432: Tue Jul 24 23:28:36 2018
  write: io=8983.4MB, bw=153303KB/s, iops=38325, runt= 60005msec
    clat (usec): min=5, max=601371, avg=100.87, stdev=2030.40
     lat (usec): min=7, max=601372, avg=118.95, stdev=2398.18
    clat percentiles (usec):
     |  1.00th=[    6],  5.00th=[    6], 10.00th=[    7], 20.00th=[    7],
     | 30.00th=[    7], 40.00th=[    7], 50.00th=[    7], 60.00th=[    7],
     | 70.00th=[    8], 80.00th=[    8], 90.00th=[   10], 95.00th=[   22],
     | 99.00th=[ 2928], 99.50th=[ 3952], 99.90th=[ 7904], 99.95th=[12224],
     | 99.99th=[66048]
    bw (KB  /s): min=    0, max=55045, per=13.56%, avg=20792.14, stdev=5024.64
    lat (usec) : 10=87.90%, 20=5.85%, 50=3.02%, 100=0.21%, 250=0.48%
    lat (usec) : 500=0.05%, 750=0.20%, 1000=0.06%
    lat (msec) : 2=0.60%, 4=1.13%, 10=0.42%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%
  cpu          : usr=5.07%, sys=6.05%, ctx=182075, majf=0, minf=84
  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=2299737/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=8983.4MB, aggrb=153303KB/s, minb=153303KB/s, maxb=153303KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
    dm-0: ios=22/1011961, merge=0/0, ticks=12/704548, in_queue=705012, util=99.96%, aggrios=81/1014970, aggrmerge=0/2008, aggrticks=36/602360, aggrin_queue=524724, aggrutil=90.24%
  xvda: ios=81/1014970, merge=0/2008, ticks=36/602360, in_queue=524724, util=90.24%
Hard drive
FIO random direct write
Performance
11.7 MB/s
IOPS
2993
./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=60408: Tue Jul 24 23:27:36 2018
  write: io=718600KB, bw=11976KB/s, iops=2993, runt= 60004msec
    clat (usec): min=136, max=140728, avg=2658.80, stdev=11270.91
     lat (usec): min=138, max=140731, avg=2661.01, stdev=11270.99
    clat percentiles (usec):
     |  1.00th=[  167],  5.00th=[  179], 10.00th=[  187], 20.00th=[  247],
     | 30.00th=[  262], 40.00th=[  270], 50.00th=[  282], 60.00th=[  294],
     | 70.00th=[  334], 80.00th=[  370], 90.00th=[  406], 95.00th=[  612],
     | 99.00th=[55552], 99.50th=[63232], 99.90th=[94720], 99.95th=[111104],
     | 99.99th=[134144]
    bw (KB  /s): min=  845, max= 2352, per=12.51%, avg=1498.09, stdev=264.49
    lat (usec) : 250=21.85%, 500=72.32%, 750=1.06%, 1000=0.12%
    lat (msec) : 2=0.10%, 4=0.01%, 10=0.07%, 20=0.04%, 50=2.05%
    lat (msec) : 100=2.30%, 250=0.08%
  cpu          : usr=0.47%, sys=1.64%, ctx=368461, 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=179650/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=718600KB, aggrb=11975KB/s, minb=11975KB/s, maxb=11975KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
    dm-0: ios=15/181661, merge=0/0, ticks=12/54916, in_queue=54972, util=87.68%, aggrios=66/179914, aggrmerge=0/1974, aggrticks=48/52452, aggrin_queue=260, aggrutil=0.17%
  xvda: ios=66/179914, merge=0/1974, ticks=48/52452, in_queue=260, util=0.17%
Download
Download benchmark results
Download speed
78.37 Mbit/s
Downloaded 104857600 bytes in 11.265178 sec
Downloaded 104857600 bytes in 9.873060 sec
Downloaded 104857600 bytes in 9.872315 sec
Downloaded 104857600 bytes in 9.870608 sec
Downloaded 104857600 bytes in 10.161270 sec
Finished! Average download speed is 78.37 Mbit/s
Upload
Speedtest results
Upload speed
42.16 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from SingNet Pte Ltd ...
Selecting 15 servers that are not too close:
  1. PT Telekomunikasi Indonesia (Batam) [30.88 km]: 11.243 ms
  2. Grahakomindo (Batam) [30.88 km]: 69.258 ms
  3. PT Mora Telematika Indonesia (Batam) [30.88 km]: 15.18 ms
  4. PT. Hutchison 3 Indonesia - BTH (Batam) [30.88 km]: 18.306 ms
  5. PT. Telekomunikasi Indonesia (Pekanbaru) [280.50 km]: 22.557 ms
  6. Dashnet (Pekanbaru) [280.50 km]: 178.199 ms
  7. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.63 km]: 85.384 ms
  8. Celcom Axiata (Kuantan) [286.55 km]: 248.15 ms
  9. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.93 km]: 378.402 ms
  10. IP Core Sdn Bhd (Cyberjaya) [304.19 km]: 24.252 ms
  11. NTT Arcnet (Cyberjaya) [304.35 km]: 16.83 ms
  12. Global Forway Sdn Bhd (Cyberjaya) [304.35 km]: 44.7 ms
  13. MYREN (Cyberjaya) [304.35 km]: 18.643 ms
  14. IX Telecom (Cyberjaya) [304.35 km]: 419.02 ms
  15. Extreme Broadband (Cyberjaya) [304.35 km]: 52.34 ms
Testing upload speeds
  1. PT Telekomunikasi Indonesia (Batam):         ......................... 46.22 Mbit/s
  2. Grahakomindo (Batam):                        ......................... 46.10 Mbit/s
  3. PT Mora Telematika Indonesia (Batam):        ......................... 46.38 Mbit/s
  4. PT. Hutchison 3 Indonesia - BTH (Batam):     ......................... 37.51 Mbit/s
  5. PT. Telekomunikasi Indonesia (Pekanbaru):    ......................... 10.26 Mbit/s
  6. Dashnet (Pekanbaru):                         ......................... 39.23 Mbit/s
  7. Hutchison 3 Indonesia - PKU (Pekanbaru):     ......................... 38.75 Mbit/s
  8. Celcom Axiata (Kuantan):                     ......................... 17.29 Mbit/s
  9. UNIVERSITI TENAGA NASIONAL (Putrajaya):      ......................... 37.86 Mbit/s
  10. IP Core Sdn Bhd (Cyberjaya):                ......................... 45.65 Mbit/s
  11. NTT Arcnet (Cyberjaya):                     ......................... 43.41 Mbit/s
  12. Global Forway Sdn Bhd (Cyberjaya):          ......................... 41.38 Mbit/s
  13. MYREN (Cyberjaya):                          ......................... 44.45 Mbit/s
  14. IX Telecom (Cyberjaya):                     ......................... 7.00 Mbit/s
  15. Extreme Broadband (Cyberjaya):              ......................... 38.93 Mbit/s
Average upload speed is 36.03 Mbit/s