Stopwatch
Benchmark report #4532
Linode – Linode 4GB
Report
Share test result

Test results for Linode 4GB at Linode


Server specs:


2 × Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz
4 GB RAM / 49 GB disk space
Ubuntu 16.04 Xenial
Newark, United States

Benchmark results summary:


UnixBench - 2286.2
Disk Read - 2395 MB/s
Disk Write - 1244 MB/s
Bandwidth - 1205.91 MB/s

More: https://serverscope.io/trials/LB4o
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz
CPU Cores
1 × 2300 MHz
RAM
4 GB
Disk
49 GB
OS
Ubuntu 16.04 Xenial
Location
Newark, United States
Benchmark summary
Benchmark summary
UnixBench
2286.2
Disk Read
2395 MB/s
Disk Write
1244 MB/s
Bandwidth
1205.91 Mbit/s
Speedtest
519.62 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2286.2
UnixBench (one CPU)
1457.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);
    ^
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-l_fGOR/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-l_fGOR/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-l_fGOR/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-l_fGOR/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-l_fGOR/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-l_fGOR/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

2 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10

2 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10

2 x Execl Throughput  1 2 3

2 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

2 x File Copy 256 bufsize 500 maxblocks  1 2 3

2 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

2 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10

2 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10

2 x Process Creation  1 2 3

2 x System Call Overhead  1 2 3 4 5 6 7 8 9 10

2 x Shell Scripts (1 concurrent)  1 2 3

2 x Shell Scripts (8 concurrent)  1 2 3

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

   System: web-01.dissolutiongames.com: GNU/Linux
   OS: GNU/Linux -- 4.9.50-x86_64-linode86 -- #1 SMP Thu Sep 14 19:28:20 UTC 2017
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (4601.6 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (4601.6 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   13:33:48 up 10 days,  1:08,  1 user,  load average: 7.66, 4.67, 1.97; runlevel 2017-11-06

------------------------------------------------------------------------
Benchmark Run: Thu Nov 16 2017 13:33:48 - 14:01:57
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       27111324.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3317.2 MWIPS (9.8 s, 7 samples)
Execl Throughput                               3744.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1007863.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          273137.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2485155.2 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1941582.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 114253.8 lps   (10.0 s, 7 samples)
Process Creation                               8977.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   9019.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1847.4 lpm   (60.0 s, 2 samples)
System Call Overhead                        3014931.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   27111324.9   2323.2
Double-Precision Whetstone                       55.0       3317.2    603.1
Execl Throughput                                 43.0       3744.1    870.7
File Copy 1024 bufsize 2000 maxblocks          3960.0    1007863.9   2545.1
File Copy 256 bufsize 500 maxblocks            1655.0     273137.0   1650.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    2485155.2   4284.8
Pipe Throughput                               12440.0    1941582.4   1560.8
Pipe-based Context Switching                   4000.0     114253.8    285.6
Process Creation                                126.0       8977.7    712.5
Shell Scripts (1 concurrent)                     42.4       9019.5   2127.2
Shell Scripts (8 concurrent)                      6.0       1847.4   3079.0
System Call Overhead                          15000.0    3014931.3   2010.0
                                                                   ========
System Benchmarks Index Score                                        1457.4

------------------------------------------------------------------------
Benchmark Run: Thu Nov 16 2017 14:01:57 - 14:30:07
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       53865005.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     6634.6 MWIPS (9.9 s, 7 samples)
Execl Throughput                               7766.7 lps   (29.7 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        845944.5 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          258090.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2399772.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3883734.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 510771.8 lps   (10.0 s, 7 samples)
Process Creation                              16918.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  14793.4 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1899.9 lpm   (60.0 s, 2 samples)
System Call Overhead                        3729845.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   53865005.4   4615.7
Double-Precision Whetstone                       55.0       6634.6   1206.3
Execl Throughput                                 43.0       7766.7   1806.2
File Copy 1024 bufsize 2000 maxblocks          3960.0     845944.5   2136.2
File Copy 256 bufsize 500 maxblocks            1655.0     258090.5   1559.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    2399772.6   4137.5
Pipe Throughput                               12440.0    3883734.5   3122.0
Pipe-based Context Switching                   4000.0     510771.8   1276.9
Process Creation                                126.0      16918.2   1342.7
Shell Scripts (1 concurrent)                     42.4      14793.4   3489.0
Shell Scripts (8 concurrent)                      6.0       1899.9   3166.4
System Call Overhead                          15000.0    3729845.2   2486.6
                                                                   ========
System Benchmarks Index Score                                        2286.2

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.71102 s, 792 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.42177 s, 887 MB/s


Hard drive
FIO random read
Performance
2395.9 MB/s
IOPS
613338
./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=4909: Thu Nov 16 13:30:45 2017
  read : io=143754MB, bw=2395.9MB/s, iops=613338, runt= 60001msec
    clat (usec): min=0, max=100508, avg= 9.19, stdev=259.91
     lat (usec): min=0, max=100509, avg= 9.78, stdev=269.60
    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=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[  126], 99.50th=[  147], 99.90th=[  262], 99.95th=[ 1032],
     | 99.99th=[13376]
    bw (KB  /s): min=12641, max=825088, per=12.47%, avg=305970.77, stdev=157783.09
    lat (usec) : 2=51.39%, 4=45.76%, 10=0.30%, 20=0.06%, 50=0.03%
    lat (usec) : 100=0.53%, 250=1.82%, 500=0.05%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=5.62%, sys=16.17%, ctx=947770, 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=36800896/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=143754MB, aggrb=2395.9MB/s, minb=2395.9MB/s, maxb=2395.9MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=864904/92, merge=51/85, ticks=79490/16450, in_queue=95690, util=29.69%
Hard drive
FIO random direct read
Performance
261.12 MB/s
IOPS
66846
./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=5013: Thu Nov 16 13:31:45 2017
  read : io=15667MB, bw=267385KB/s, iops=66846, runt= 60001msec
    clat (usec): min=28, max=134084, avg=117.58, stdev=599.21
     lat (usec): min=28, max=134085, avg=117.79, stdev=599.22
    clat percentiles (usec):
     |  1.00th=[   57],  5.00th=[   74], 10.00th=[   83], 20.00th=[   91],
     | 30.00th=[   97], 40.00th=[  102], 50.00th=[  108], 60.00th=[  114],
     | 70.00th=[  120], 80.00th=[  129], 90.00th=[  143], 95.00th=[  159],
     | 99.00th=[  207], 99.50th=[  241], 99.90th=[  588], 99.95th=[  932],
     | 99.99th=[ 7648]
    bw (KB  /s): min=17626, max=42072, per=12.49%, avg=33408.00, stdev=4627.77
    lat (usec) : 50=0.26%, 100=35.12%, 250=64.20%, 500=0.30%, 750=0.04%
    lat (usec) : 1000=0.03%
    lat (msec) : 2=0.03%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=2.12%, sys=8.70%, ctx=4010869, 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=4010837/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=15667MB, aggrb=267384KB/s, minb=267384KB/s, maxb=267384KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=4004664/115, merge=25/79, ticks=327443/265664, in_queue=629683, util=97.86%
Hard drive
FIO random write
Performance
1244.6 MB/s
IOPS
318593
./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=5182: Thu Nov 16 13:33:46 2017
  write: io=74673MB, bw=1244.6MB/s, iops=318593, runt= 60002msec
    clat (usec): min=1, max=63330, avg=23.45, stdev=570.17
     lat (usec): min=1, max=63330, avg=23.73, stdev=573.11
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    5], 90.00th=[    6], 95.00th=[    6],
     | 99.00th=[    7], 99.50th=[   11], 99.90th=[ 9152], 99.95th=[16512],
     | 99.99th=[23424]
    bw (KB  /s): min=52252, max=269882, per=12.51%, avg=159371.10, stdev=24233.41
    lat (usec) : 2=0.16%, 4=25.93%, 10=73.22%, 20=0.38%, 50=0.10%
    lat (usec) : 100=0.04%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.03%, 20=0.07%, 50=0.03%
    lat (msec) : 100=0.01%
  cpu          : usr=2.79%, sys=18.87%, ctx=98183, majf=0, minf=90
  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=19116269/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=74673MB, aggrb=1244.6MB/s, minb=1244.6MB/s, maxb=1244.6MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=2/375370, merge=0/1697, ticks=3/353994, in_queue=353050, util=18.32%
Hard drive
FIO random direct write
Performance
58.46 MB/s
IOPS
14965
./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=5096: Thu Nov 16 13:32:45 2017
  write: io=3508.1MB, bw=59860KB/s, iops=14965, runt= 60011msec
    clat (usec): min=39, max=204384, avg=532.42, stdev=4297.20
     lat (usec): min=39, max=204385, avg=532.74, stdev=4297.22
    clat percentiles (usec):
     |  1.00th=[   50],  5.00th=[   52], 10.00th=[   53], 20.00th=[   55],
     | 30.00th=[   56], 40.00th=[   57], 50.00th=[   59], 60.00th=[   61],
     | 70.00th=[   66], 80.00th=[   76], 90.00th=[   88], 95.00th=[  100],
     | 99.00th=[15552], 99.50th=[28288], 99.90th=[68096], 99.95th=[82432],
     | 99.99th=[110080]
    bw (KB  /s): min=   33, max=28300, per=12.56%, avg=7517.15, stdev=5316.40
    lat (usec) : 50=0.68%, 100=94.18%, 250=2.30%, 500=0.03%, 750=0.14%
    lat (usec) : 1000=0.12%
    lat (msec) : 2=0.22%, 4=0.25%, 10=0.68%, 20=0.64%, 50=0.58%
    lat (msec) : 100=0.18%, 250=0.02%
  cpu          : usr=0.48%, sys=2.42%, ctx=1806362, 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=0/w=898072/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=3508.1MB, aggrb=59860KB/s, minb=59860KB/s, maxb=59860KB/s, mint=60011msec, maxt=60011msec

Disk stats (read/write):
  sda: ios=196/897235, merge=41/1670, ticks=1660/68650, in_queue=70597, util=82.05%
Download
Download benchmark results
Download speed
1205.91 Mbit/s
Downloaded 104857600 bytes in 0.768 sec
Downloaded 104857600 bytes in 0.594 sec
Downloaded 104857600 bytes in 0.628 sec
Downloaded 104857600 bytes in 0.697 sec
Downloaded 104857600 bytes in 0.630 sec
Finished! Average download speed is 1205.91 Mbit/s
Upload
Speedtest results
Upload speed
519.62 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Linode ...
Selecting 15 servers that are not too close:
  1. QTS Data Centers (Piscataway, NJ) [31.79 km]: 32.35 ms
  2. Comcast (Plainfield, NJ) [42.16 km]: 174.111 ms
  3. Webair.com (Garden City, NY) [44.05 km]: 12.268 ms
  4. Verizon (Branchburg, NJ) [47.37 km]: 45.36 ms
  5. T-Mobile (Syosset, NY) [57.20 km]: 41.586 ms
  6. Verizon (Wall, NJ) [64.54 km]: 35.381 ms
  7. Hammer Fiber (Point Pleasant Beach, NJ) [72.44 km]: 152.449 ms
  8. Colonial IU20 (Bethlehem, PA) [101.76 km]: 38.495 ms
  9. Verizon (Plymouth Meeting, PA) [116.88 km]: 41.233 ms
  10. Verizon (Norristown, PA) [120.12 km]: 53.757 ms
  11. Hotwire Fision (Philadelphia, PA) [121.38 km]: 43.303 ms
  12. School District of Philadelphia (Philadelphia, PA) [121.38 km]: 59.581 ms
  13. PenTeleData (Palmerton, PA) [121.45 km]: 9.974 ms
  14. T-Mobile (West Norriton, PA) [123.04 km]: 53.593 ms
  15. Wayne Highlands School District (Honesdale, PA) [130.08 km]: 63.667 ms
Testing upload speeds
  1. QTS Data Centers (Piscataway, NJ):           ......................... 578.91 Mbit/s
  2. Comcast (Plainfield, NJ):                    ......................... 612.12 Mbit/s
  3. Webair.com (Garden City, NY):                ......................... 550.58 Mbit/s
  4. Verizon (Branchburg, NJ):                    ......................... 565.07 Mbit/s
  5. T-Mobile (Syosset, NY):                      ......................... 230.17 Mbit/s
  6. Verizon (Wall, NJ):                          ......................... 532.84 Mbit/s
  7. Hammer Fiber (Point Pleasant Beach, NJ):     ......................... 83.54 Mbit/s
  8. Colonial IU20 (Bethlehem, PA):               ......................... 413.64 Mbit/s
  9. Verizon (Plymouth Meeting, PA):              ......................... 388.38 Mbit/s
  10. Verizon (Norristown, PA):                   ......................... 525.89 Mbit/s
  11. Hotwire Fision (Philadelphia, PA):          ......................... 502.77 Mbit/s
  12. School District of Philadelphia (Philadelphia, PA):......................... 133.16 Mbit/s
  13. PenTeleData (Palmerton, PA):                ......................... 545.64 Mbit/s
  14. T-Mobile (West Norriton, PA):               ......................... 139.03 Mbit/s
  15. Wayne Highlands School District (Honesdale, PA):......................... 499.99 Mbit/s
Average upload speed is 420.11 Mbit/s