Stopwatch
Benchmark report #2669
SSD Nodes – Gluon (X-Large)
Report
Share test result

Test results for Gluon (X-Large) at SSD Nodes


Server specs:


4 × Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz
32 GB RAM / 165 GB disk space
Debian 8.7
Tustin, United States

Benchmark results summary:


UnixBench - 3876.1
Disk Read - 9050 MB/s
Disk Write - 1347 MB/s
Bandwidth - 1261.43 MB/s

More: https://serverscope.io/trials/a5RD
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz
CPU Cores
8 × 3200 MHz
RAM
32 GB
Disk
165 GB
OS
Debian 8.7
Location
Tustin, United States
Benchmark summary
Benchmark summary
UnixBench
3876.1
Disk Read
9050 MB/s
Disk Write
1347 MB/s
Bandwidth
1261.43 Mbit/s
Speedtest
116.76 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
3876.1
UnixBench (one CPU)
1716.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 
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 
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-7hQDuN/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-7hQDuN/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-7hQDuN/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-7hQDuN/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-7hQDuN/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-7hQDuN/byte-unixbench/UnixBench"
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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

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

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

4 x Execl Throughput  1 2 3

4 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

4 x File Copy 256 bufsize 500 maxblocks  1 2 3

4 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

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

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

4 x Process Creation  1 2 3

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

4 x Shell Scripts (1 concurrent)  1 2 3

4 x Shell Scripts (8 concurrent)  1 2 3

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

   System: omegastation: GNU/Linux
   OS: GNU/Linux -- 2.6.32-042stab120.16 -- #1 SMP Tue Dec 13 20:58:28 MSK 2016
   Machine: x86_64 (unknown)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (6400.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (6400.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 2: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (6400.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 3: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (6400.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   11:15:21 up 16 days, 11:28,  1 user,  load average: 7.23, 4.43, 1.85; runlevel Feb

------------------------------------------------------------------------
Benchmark Run: Wed Mar 08 2017 11:15:21 - 11:44:09
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       37581679.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3920.8 MWIPS (13.7 s, 7 samples)
Execl Throughput                               4041.2 lps   (29.7 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        911450.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          239491.6 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2471634.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1761789.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 225909.9 lps   (10.0 s, 7 samples)
Process Creation                              10567.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  12016.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3662.2 lpm   (60.0 s, 2 samples)
System Call Overhead                        2759546.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   37581679.2   3220.4
Double-Precision Whetstone                       55.0       3920.8    712.9
Execl Throughput                                 43.0       4041.2    939.8
File Copy 1024 bufsize 2000 maxblocks          3960.0     911450.3   2301.6
File Copy 256 bufsize 500 maxblocks            1655.0     239491.6   1447.1
File Copy 4096 bufsize 8000 maxblocks          5800.0    2471634.6   4261.4
Pipe Throughput                               12440.0    1761789.3   1416.2
Pipe-based Context Switching                   4000.0     225909.9    564.8
Process Creation                                126.0      10567.4    838.7
Shell Scripts (1 concurrent)                     42.4      12016.9   2834.2
Shell Scripts (8 concurrent)                      6.0       3662.2   6103.6
System Call Overhead                          15000.0    2759546.0   1839.7
                                                                   ========
System Benchmarks Index Score                                        1716.4

------------------------------------------------------------------------
Benchmark Run: Wed Mar 08 2017 11:44:09 - 12:13:04
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      149932925.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    15687.6 MWIPS (13.7 s, 7 samples)
Execl Throughput                              18610.3 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        729620.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          203229.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2135848.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                             6915993.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                1270799.3 lps   (10.0 s, 7 samples)
Process Creation                              33523.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  32169.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   4478.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        4906107.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  149932925.7  12847.7
Double-Precision Whetstone                       55.0      15687.6   2852.3
Execl Throughput                                 43.0      18610.3   4328.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     729620.6   1842.5
File Copy 256 bufsize 500 maxblocks            1655.0     203229.8   1228.0
File Copy 4096 bufsize 8000 maxblocks          5800.0    2135848.5   3682.5
Pipe Throughput                               12440.0    6915993.7   5559.5
Pipe-based Context Switching                   4000.0    1270799.3   3177.0
Process Creation                                126.0      33523.8   2660.6
Shell Scripts (1 concurrent)                     42.4      32169.9   7587.2
Shell Scripts (8 concurrent)                      6.0       4478.5   7464.2
System Call Overhead                          15000.0    4906107.6   3270.7
                                                                   ========
System Benchmarks Index Score                                        3876.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) copied, 2.11688 s, 1.0 GB/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) copied, 2.19445 s, 979 MB/s


Hard drive
FIO random read
Performance
9050.4 MB/s
IOPS
2372505
./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=30614: Wed Mar  8 11:12:17 2017
  read : io=543031MB, bw=9050.4MB/s, iops=2316.9K, runt= 60001msec
    clat (usec): min=0, max=77631, avg= 2.60, stdev=95.68
     lat (usec): min=0, max=77631, avg= 2.65, stdev=96.71
    clat percentiles (usec):
     |  1.00th=[    0],  5.00th=[    0], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    1], 60.00th=[    1],
     | 70.00th=[    1], 80.00th=[    1], 90.00th=[    1], 95.00th=[    1],
     | 99.00th=[    2], 99.50th=[    3], 99.90th=[  177], 99.95th=[  237],
     | 99.99th=[ 2008]
    bw (MB  /s): min=   15, max= 2890, per=12.48%, avg=1129.61, stdev=603.07
    lat (usec) : 2=95.63%, 4=3.93%, 10=0.03%, 20=0.01%, 50=0.01%
    lat (usec) : 100=0.01%, 250=0.36%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=11.43%, sys=30.05%, ctx=597978, majf=0, minf=282
  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=139016060/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=543031MB, aggrb=9050.4MB/s, minb=9050.4MB/s, maxb=9050.4MB/s, mint=60001msec, maxt=60001msec
Hard drive
FIO random direct read
Performance
9404.9 MB/s
IOPS
2465484
./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=30628: Wed Mar  8 11:13:17 2017
  read : io=564297MB, bw=9404.9MB/s, iops=2407.7K, runt= 60001msec
    clat (usec): min=0, max=70428, avg= 2.47, stdev=98.39
     lat (usec): min=0, max=70428, avg= 2.52, stdev=99.55
    clat percentiles (usec):
     |  1.00th=[    0],  5.00th=[    0], 10.00th=[    0], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    1], 60.00th=[    1],
     | 70.00th=[    1], 80.00th=[    1], 90.00th=[    1], 95.00th=[    1],
     | 99.00th=[    2], 99.50th=[    3], 99.90th=[  171], 99.95th=[  229],
     | 99.99th=[ 2008]
    bw (MB  /s): min=   17, max= 2996, per=12.48%, avg=1173.75, stdev=798.03
    lat (usec) : 2=96.13%, 4=3.45%, 10=0.03%, 20=0.01%, 50=0.02%
    lat (usec) : 100=0.02%, 250=0.31%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=11.82%, sys=30.70%, ctx=592061, majf=0, minf=266
  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=144460089/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=564297MB, aggrb=9404.9MB/s, minb=9404.9MB/s, maxb=9404.9MB/s, mint=60001msec, maxt=60001msec
Hard drive
FIO random write
Performance
1347.2 MB/s
IOPS
344871
./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=30656: Wed Mar  8 11:15:17 2017
  write: io=80831MB, bw=1347.2MB/s, iops=344871, runt= 60001msec
    clat (usec): min=1, max=23990, avg= 8.40, stdev=165.46
     lat (usec): min=1, max=23990, avg= 8.47, stdev=165.62
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    3], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    4], 80.00th=[    5], 90.00th=[    6], 95.00th=[    7],
     | 99.00th=[   10], 99.50th=[   11], 99.90th=[ 1288], 99.95th=[ 4192],
     | 99.99th=[ 7904]
    bw (KB  /s): min=    1, max=249136, per=12.89%, avg=177861.54, stdev=26541.82
    lat (usec) : 2=2.04%, 4=64.52%, 10=32.10%, 20=1.17%, 50=0.04%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.03%, 10=0.05%, 20=0.01%, 50=0.01%
  cpu          : usr=2.18%, sys=24.31%, ctx=738046, majf=0, minf=243
  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=20692637/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=80831MB, aggrb=1347.2MB/s, minb=1347.2MB/s, maxb=1347.2MB/s, mint=60001msec, maxt=60001msec
Hard drive
FIO random direct write
Performance
753.57 MB/s
IOPS
192914
./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=30642: Wed Mar  8 11:14:17 2017
  write: io=45215MB, bw=771658KB/s, iops=192914, runt= 60001msec
    clat (usec): min=0, max=1790.8K, avg= 9.22, stdev=1163.92
     lat (usec): min=1, max=1790.8K, avg= 9.28, stdev=1163.95
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    4], 90.00th=[    5], 95.00th=[    7],
     | 99.00th=[   10], 99.50th=[   11], 99.90th=[  167], 99.95th=[ 3056],
     | 99.99th=[ 7328]
    bw (KB  /s): min=    0, max=1472680, per=26.37%, avg=203519.00, stdev=145372.49
    lat (usec) : 2=3.97%, 4=70.41%, 10=24.59%, 20=0.85%, 50=0.05%
    lat (usec) : 100=0.01%, 250=0.02%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.03%, 10=0.04%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%
  cpu          : usr=1.18%, sys=12.21%, ctx=867617, majf=0, minf=260
  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=11575057/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=45215MB, aggrb=771657KB/s, minb=771657KB/s, maxb=771657KB/s, mint=60001msec, maxt=60001msec
Download
Download benchmark results
Download speed
1261.43 Mbit/s
Downloaded 104857600 bytes in 0.671 sec
Downloaded 104857600 bytes in 0.602 sec
Downloaded 104857600 bytes in 0.591 sec
Downloaded 104857600 bytes in 0.596 sec
Downloaded 104857600 bytes in 0.711 sec
Finished! Average download speed is 1261.43 Mbit/s
Upload
Speedtest results
Upload speed
116.76 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from SSD Nodes ...
Selecting 15 servers that are not too close:
  1. T-Mobile (Riverside, CA) [45.65 km]: 65.106 ms
  2. AT&T (Los Angeles, CA) [51.71 km]: 50.253 ms
  3. Time Warner Cable (Los Angeles, CA) [51.71 km]: 72.689 ms
  4. Race Communications (Los Angeles, CA) [51.71 km]: 68.784 ms
  5. Atlantic Metro (Los Angeles, CA) [51.71 km]: 58.942 ms
  6. Phyber Communications (Los Angeles, CA) [51.71 km]: 64.537 ms
  7. WebNX (Los Angeles, CA) [51.71 km]: 63.844 ms
  8. GigeNET (Los Angeles, CA) [51.71 km]: 47.337 ms
  9. SingTel (Los Angeles, CA) [51.71 km]: 100.75 ms
  10. QuadraNet, Inc (Los Angeles, CA) [51.71 km]: 49.065 ms
  11. HugeServer Networks, LLC (Los Angeles, CA) [51.71 km]: 76.454 ms
  12. Host Duplex (Los Angeles, CA) [51.71 km]: 46.937 ms
  13. psychz.net (Los Angeles, CA) [51.71 km]: 58.336 ms
  14. Speedtest.net (Los Angeles, CA) [51.71 km]: 1800000.0 ms
  15. FPT Telecom (Los Angeles, CA) [51.71 km]: 1800000.0 ms
Testing upload speeds
  1. T-Mobile (Riverside, CA):                    ......................... 50.09 Mbit/s
  2. AT&T (Los Angeles, CA):                      ......................... 116.38 Mbit/s
  3. Time Warner Cable (Los Angeles, CA):         ......................... 70.98 Mbit/s
  4. Race Communications (Los Angeles, CA):       ......................... 151.18 Mbit/s
  5. Atlantic Metro (Los Angeles, CA):            ......................... 145.51 Mbit/s
  6. Phyber Communications (Los Angeles, CA):     ......................... 101.26 Mbit/s
  7. WebNX (Los Angeles, CA):                     ......................... 154.67 Mbit/s
  8. GigeNET (Los Angeles, CA):                   ......................... 104.06 Mbit/s
  9. SingTel (Los Angeles, CA):                   ......................... 127.32 Mbit/s
  10. QuadraNet, Inc (Los Angeles, CA):           ......................... 62.80 Mbit/s
  11. HugeServer Networks, LLC (Los Angeles, CA): ......................... 140.36 Mbit/s
  12. Host Duplex (Los Angeles, CA):              ......................... 122.99 Mbit/s
  13. psychz.net (Los Angeles, CA):               ......................... 19.00 Mbit/s
  14. Speedtest.net (Los Angeles, CA):            ......................... 103.60 Mbit/s
  15. FPT Telecom (Los Angeles, CA):              ......................... 0.00 Mbit/s
Average upload speed is 98.01 Mbit/s