Stopwatch
Benchmark report #12321
random – random
Report
Share test result

Test results for random at random


Server specs:


4 × Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
6 GB RAM / 115 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1518.3
Disk Read - 1569 MB/s
Disk Write - 1327 MB/s
Bandwidth - 42.19 MB/s

More: https://serverscope.io/trials/6N7a
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
CPU Cores
2 × 2093 MHz
RAM
6 GB
Disk
115 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1518.3
Disk Read
1569 MB/s
Disk Write
1327 MB/s
Bandwidth
42.19 Mbit/s
Speedtest
7.53 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
1518.3
UnixBench (one CPU)
746.8
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 "main":
src/pipe.c:52:2: warning: ignoring return value of "pipe", 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 "dummy":
src/big.c:109:5: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
     freopen("masterlog.00", "a", stderr);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of "dup", declared with attribute warn_unused_result [-Wunused-result]
   dup(pvec[0]);
   ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of "write", declared with attribute warn_unused_result [-Wunused-result]
    write(fcopy, cp->line, p - cp->line + 1);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:196:34: warning: "%02d" 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: "__builtin___sprintf_chk" 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/ftk/serverscope-N1_WIH/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/ftk/serverscope-N1_WIH/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/ftk/serverscope-N1_WIH/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/ftk/serverscope-N1_WIH/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/ftk/serverscope-N1_WIH/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/ftk/serverscope-N1_WIH/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: server01: GNU/Linux
   OS: GNU/Linux -- 4.15.0-66-generic -- #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (4186.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (4186.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 2: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (4186.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 3: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (4186.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   15:44:31 up 2 days,  1:08,  1 user,  load average: 7.78, 5.00, 2.25; runlevel Nov

------------------------------------------------------------------------
Benchmark Run: nie lis 10 2019 15:44:31 - 16:12:45
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       23379130.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2937.7 MWIPS (9.9 s, 7 samples)
Execl Throughput                               2754.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        351305.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           95760.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1064221.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                              509125.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  92301.3 lps   (10.0 s, 7 samples)
Process Creation                               6654.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7118.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1572.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         318850.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   23379130.0   2003.4
Double-Precision Whetstone                       55.0       2937.7    534.1
Execl Throughput                                 43.0       2754.7    640.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     351305.0    887.1
File Copy 256 bufsize 500 maxblocks            1655.0      95760.0    578.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    1064221.0   1834.9
Pipe Throughput                               12440.0     509125.7    409.3
Pipe-based Context Switching                   4000.0      92301.3    230.8
Process Creation                                126.0       6654.6    528.1
Shell Scripts (1 concurrent)                     42.4       7118.0   1678.8
Shell Scripts (8 concurrent)                      6.0       1572.3   2620.5
System Call Overhead                          15000.0     318850.0    212.6
                                                                   ========
System Benchmarks Index Score                                         746.8

------------------------------------------------------------------------
Benchmark Run: nie lis 10 2019 16:12:45 - 16:40:48
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables       53538034.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     9883.8 MWIPS (9.9 s, 7 samples)
Execl Throughput                               6510.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        520224.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          140517.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1569348.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1270268.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 286448.9 lps   (10.0 s, 7 samples)
Process Creation                              15522.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  12184.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1726.6 lpm   (60.1 s, 2 samples)
System Call Overhead                         802330.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   53538034.2   4587.7
Double-Precision Whetstone                       55.0       9883.8   1797.1
Execl Throughput                                 43.0       6510.1   1514.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     520224.0   1313.7
File Copy 256 bufsize 500 maxblocks            1655.0     140517.9    849.1
File Copy 4096 bufsize 8000 maxblocks          5800.0    1569348.9   2705.8
Pipe Throughput                               12440.0    1270268.1   1021.1
Pipe-based Context Switching                   4000.0     286448.9    716.1
Process Creation                                126.0      15522.2   1231.9
Shell Scripts (1 concurrent)                     42.4      12184.5   2873.7
Shell Scripts (8 concurrent)                      6.0       1726.6   2877.7
System Call Overhead                          15000.0     802330.0    534.9
                                                                   ========
System Benchmarks Index Score                                        1518.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, 22,164 s, 96,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, 34,8846 s, 61,6 MB/s


Hard drive
FIO random read
Performance
1569.7 MB/s
IOPS
401831
./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=14621: Sun Nov 10 15:41:26 2019
  read : io=94181MB, bw=1569.7MB/s, iops=401831, runt= 60001msec
    clat (usec): min=1, max=32038, avg=15.61, stdev=176.87
     lat (usec): min=1, max=32038, avg=15.80, stdev=179.03
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    3], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    4],
     | 99.00th=[  422], 99.50th=[  494], 99.90th=[  652], 99.95th=[ 1512],
     | 99.99th=[10688]
    bw (KB  /s): min= 1047, max=1047752, per=12.42%, avg=199657.75, stdev=189433.40
    lat (usec) : 2=0.07%, 4=92.05%, 10=5.11%, 20=0.07%, 50=0.05%
    lat (usec) : 100=0.01%, 250=0.60%, 500=1.57%, 750=0.41%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=11.56%, sys=15.72%, ctx=743518, majf=0, minf=93
  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=24110277/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=94181MB, aggrb=1569.7MB/s, minb=1569.7MB/s, maxb=1569.7MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524295/221, merge=1/54, ticks=219236/436, in_queue=219776, util=48.77%
Hard drive
FIO random direct read
Performance
75.38 MB/s
IOPS
19297
./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=14648: Sun Nov 10 15:42:26 2019
  read : io=4522.1MB, bw=77190KB/s, iops=19297, runt= 60001msec
    clat (usec): min=110, max=11120, avg=409.58, stdev=120.22
     lat (usec): min=110, max=11120, avg=409.87, stdev=120.23
    clat percentiles (usec):
     |  1.00th=[  167],  5.00th=[  221], 10.00th=[  266], 20.00th=[  318],
     | 30.00th=[  350], 40.00th=[  378], 50.00th=[  406], 60.00th=[  434],
     | 70.00th=[  462], 80.00th=[  498], 90.00th=[  556], 95.00th=[  604],
     | 99.00th=[  700], 99.50th=[  740], 99.90th=[  924], 99.95th=[ 1176],
     | 99.99th=[ 1448]
    bw (KB  /s): min= 6968, max=12128, per=12.51%, avg=9653.07, stdev=442.41
    lat (usec) : 250=7.81%, 500=72.23%, 750=19.55%, 1000=0.33%
    lat (msec) : 2=0.08%, 4=0.01%, 10=0.01%, 20=0.01%
  cpu          : usr=1.33%, sys=4.81%, ctx=1162459, majf=0, minf=77
  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=1157865/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=4522.1MB, aggrb=77189KB/s, minb=77189KB/s, maxb=77189KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=1156869/31, merge=0/20, ticks=456332/0, in_queue=456416, util=99.72%
Hard drive
FIO random write
Performance
1327.6 MB/s
IOPS
339839
./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=14686: Sun Nov 10 15:44:27 2019
  write: io=79652MB, bw=1327.6MB/s, iops=339839, runt= 60002msec
    clat (usec): min=2, max=72533, avg=21.22, stdev=322.03
     lat (usec): min=2, max=72533, avg=21.39, stdev=322.15
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    5], 40.00th=[    5], 50.00th=[    5], 60.00th=[    6],
     | 70.00th=[    6], 80.00th=[    8], 90.00th=[    9], 95.00th=[    9],
     | 99.00th=[   16], 99.50th=[  159], 99.90th=[ 5152], 99.95th=[ 7328],
     | 99.99th=[11328]
    bw (KB  /s): min=19488, max=236222, per=12.51%, avg=170050.31, stdev=22901.84
    lat (usec) : 4=16.35%, 10=81.08%, 20=1.66%, 50=0.32%, 100=0.07%
    lat (usec) : 250=0.05%, 500=0.07%, 750=0.04%, 1000=0.02%
    lat (msec) : 2=0.07%, 4=0.11%, 10=0.13%, 20=0.02%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=10.39%, sys=23.14%, ctx=464018, majf=0, minf=87
  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=20391036/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=79652MB, aggrb=1327.6MB/s, minb=1327.6MB/s, maxb=1327.6MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/14074, merge=0/414, ticks=0/1091300, in_queue=1106776, util=13.83%
Hard drive
FIO random direct write
Performance
24.65 MB/s
IOPS
6311
./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=14665: Sun Nov 10 15:43:26 2019
  write: io=1479.2MB, bw=25244KB/s, iops=6311, runt= 60001msec
    clat (usec): min=43, max=161025, avg=1262.95, stdev=4022.08
     lat (usec): min=43, max=161025, avg=1263.37, stdev=4022.08
    clat percentiles (usec):
     |  1.00th=[   55],  5.00th=[  410], 10.00th=[  422], 20.00th=[  434],
     | 30.00th=[  450], 40.00th=[  470], 50.00th=[  502], 60.00th=[  540],
     | 70.00th=[  644], 80.00th=[  860], 90.00th=[ 1224], 95.00th=[ 2096],
     | 99.00th=[24448], 99.50th=[25472], 99.90th=[34048], 99.95th=[51456],
     | 99.99th=[80384]
    bw (KB  /s): min=  365, max= 8096, per=12.58%, avg=3176.79, stdev=2482.22
    lat (usec) : 50=0.20%, 100=2.11%, 250=0.11%, 500=47.12%, 750=26.56%
    lat (usec) : 1000=7.68%
    lat (msec) : 2=11.11%, 4=2.28%, 10=0.52%, 20=0.09%, 50=2.17%
    lat (msec) : 100=0.05%, 250=0.01%
  cpu          : usr=0.48%, sys=3.40%, ctx=756170, majf=0, minf=79
  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=378668/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=1479.2MB, aggrb=25244KB/s, minb=25244KB/s, maxb=25244KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/378277, merge=0/1560, ticks=0/64300, in_queue=64120, util=85.83%
Download
Download benchmark results
Download speed
42.19 Mbit/s
Downloaded 104857600 bytes in 19,045557 sec
Downloaded 104857600 bytes in 18,939783 sec
Downloaded 104857600 bytes in 18,888538 sec
Downloaded 104857600 bytes in 18,983553 sec
Downloaded 104857600 bytes in 18,957158 sec
Finished! Average download speed is 42.19 Mbit/s
Upload
Speedtest results
Upload speed
7.53 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Orange Polska ...
Selecting 15 servers that are not too close:
  1. Rudzkie Sieci Komputerowe (Ruda xc5x9alxc4x85ska) [30.58 km]: 47.678 ms
  2. ARPNET (Ruda Slaska) [30.58 km]: 56.258 ms
  3. Beskid Media Sp. z o.o. (Kety) [37.08 km]: 88.753 ms
  4. Debacom Sp. z o.o. (Zabrze) [38.04 km]: 55.778 ms
  5. NETUS INTERNET (Sulkowice) [39.95 km]: 44.532 ms
  6. LiveNet Sp. z o.o. (Tarnowskie Gxc3xb3ry) [40.41 km]: 83.778 ms
  7. InterSat (Myszkow) [41.95 km]: 66.509 ms
  8. Multiplay (Knurxc3xb3w) [43.06 km]: 107.282 ms
  9. SowNet (Gliwice) [45.00 km]: 126.554 ms
  10. ObslugaPC (Gliwice) [45.00 km]: 58.445 ms
  11. Syrion Sp. z o.o. (Zory) [45.61 km]: 28.94 ms
  12. Multi-NET Infrastruktura Sp. z o.o. (Bielsko-Biaxc5x82a) [45.82 km]: 57.754 ms
  13. AJC S.C. (Bielsko-Biaxc5x82a) [45.82 km]: 51.178 ms
  14. M3.NET Sp. z o.o. Sp. k. (Bielsko-Biaxc5x82a) [45.82 km]: 59.646 ms
  15. Simant (Bielsko-Biala) [46.18 km]: 43.406 ms
Testing upload speeds
  1. Rudzkie Sieci Komputerowe (Ruda xc5x9alxc4x85ska):   ......................... 7.61 Mbit/s
  2. ARPNET (Ruda Slaska):                        ......................... 7.58 Mbit/s
  3. Beskid Media Sp. z o.o. (Kety):              ......................... 7.43 Mbit/s
  4. Debacom Sp. z o.o. (Zabrze):                 ......................... 7.56 Mbit/s
  5. NETUS INTERNET (Sulkowice):                  ......................... 7.61 Mbit/s
  6. LiveNet Sp. z o.o. (Tarnowskie Gxc3xb3ry):       ......................... 7.56 Mbit/s
  7. InterSat (Myszkow):                          ......................... 7.43 Mbit/s
  8. Multiplay (Knurxc3xb3w):                         ......................... 7.11 Mbit/s
  9. SowNet (Gliwice):                            ......................... 7.52 Mbit/s
  10. ObslugaPC (Gliwice):                        ......................... 7.58 Mbit/s
  11. Syrion Sp. z o.o. (Zory):                   ......................... 7.61 Mbit/s
  12. Multi-NET Infrastruktura Sp. z o.o. (Bielsko-Biaxc5x82a):......................... 7.36 Mbit/s
  13. AJC S.C. (Bielsko-Biaxc5x82a):                  ......................... 7.52 Mbit/s
  14. M3.NET Sp. z o.o. Sp. k. (Bielsko-Biaxc5x82a):  ......................... 7.42 Mbit/s
  15. Simant (Bielsko-Biala):                     ......................... 7.49 Mbit/s
Average upload speed is 7.49 Mbit/s