Stopwatch
Benchmark report #10269
turnkey Internet – 14Core E5-2697 v3 Dedicated Server 16GB RAM
Report
Share test result

Test results for 14Core E5-2697 v3 Dedicated Server 16GB RAM at turnkey Internet


Server specs:


56 × Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz
16 GB RAM / 479 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 10258.7
Disk Read - 11947 MB/s
Disk Write - 1618 MB/s


More: https://serverscope.io/trials/aJM3
Share
Share this page
Cpu chip
Server Specs
CPU
56 × Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz
CPU Cores
14 × 2709 MHz
RAM
16 GB
Disk
479 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
10258.7
Disk Read
11947 MB/s
Disk Write
1618 MB/s
Bandwidth
N/A
Speedtest
N/A
Graph analysis
UnixBench Score
UnixBench (all CPUs)
10258.7
UnixBench (one CPU)
1444.6
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-edpvyB/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-edpvyB/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-edpvyB/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-edpvyB/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-edpvyB/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-edpvyB/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

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

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

56 x Execl Throughput  1 2 3

56 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

56 x File Copy 256 bufsize 500 maxblocks  1 2 3

56 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

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

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

56 x Process Creation  1 2 3

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

56 x Shell Scripts (1 concurrent)  1 2 3

56 x Shell Scripts (8 concurrent)  1 2 3

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

   System: r630benchtest: GNU/Linux
   OS: GNU/Linux -- 4.15.0-46-generic -- #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 2: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 3: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 4: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 5: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 6: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 7: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 8: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 9: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 10: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 11: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 12: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 13: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 14: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 15: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 16: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 17: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 18: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 19: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 20: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 21: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 22: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 23: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 24: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 25: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 26: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 27: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 28: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 29: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 30: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 31: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 32: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 33: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 34: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 35: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 36: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 37: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 38: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 39: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 40: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 41: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 42: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 43: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 44: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 45: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 46: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 47: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 48: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 49: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 50: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 51: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 52: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 53: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 54: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5200.1 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 55: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz (5201.6 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   13:29:40 up  1:39,  1 user,  load average: 8.02, 4.72, 9.35; runlevel 2019-03-14

------------------------------------------------------------------------
Benchmark Run: Thu Mar 14 2019 13:29:40 - 13:58:14
56 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       40591996.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3991.9 MWIPS (13.0 s, 7 samples)
Execl Throughput                               4993.3 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        815094.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          212009.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2674874.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1176085.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 138286.3 lps   (10.0 s, 7 samples)
Process Creation                               6309.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  11025.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   5702.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         859032.7 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   40591996.4   3478.3
Double-Precision Whetstone                       55.0       3991.9    725.8
Execl Throughput                                 43.0       4993.3   1161.2
File Copy 1024 bufsize 2000 maxblocks          3960.0     815094.8   2058.3
File Copy 256 bufsize 500 maxblocks            1655.0     212009.0   1281.0
File Copy 4096 bufsize 8000 maxblocks          5800.0    2674874.9   4611.9
Pipe Throughput                               12440.0    1176085.9    945.4
Pipe-based Context Switching                   4000.0     138286.3    345.7
Process Creation                                126.0       6309.1    500.7
Shell Scripts (1 concurrent)                     42.4      11025.8   2600.4
Shell Scripts (8 concurrent)                      6.0       5702.3   9503.8
System Call Overhead                          15000.0     859032.7    572.7
                                                                   ========
System Benchmarks Index Score                                        1444.6

------------------------------------------------------------------------
Benchmark Run: Thu Mar 14 2019 13:58:14 - 14:26:22
56 CPUs in system; running 56 parallel copies of tests

Dhrystone 2 using register variables     1308808234.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                   241869.9 MWIPS (9.8 s, 7 samples)
Execl Throughput                              45313.6 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        493271.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          127777.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1713900.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                            42089424.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                3189295.9 lps   (10.0 s, 7 samples)
Process Creation                              92274.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                 157876.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                  19838.8 lpm   (60.1 s, 2 samples)
System Call Overhead                        5672695.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0 1308808234.0 112151.5
Double-Precision Whetstone                       55.0     241869.9  43976.3
Execl Throughput                                 43.0      45313.6  10538.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     493271.7   1245.6
File Copy 256 bufsize 500 maxblocks            1655.0     127777.9    772.1
File Copy 4096 bufsize 8000 maxblocks          5800.0    1713900.3   2955.0
Pipe Throughput                               12440.0   42089424.8  33833.9
Pipe-based Context Switching                   4000.0    3189295.9   7973.2
Process Creation                                126.0      92274.4   7323.4
Shell Scripts (1 concurrent)                     42.4     157876.1  37234.9
Shell Scripts (8 concurrent)                      6.0      19838.8  33064.7
System Call Overhead                          15000.0    5672695.3   3781.8
                                                                   ========
System Benchmarks Index Score                                       10258.7

Hard drive
dd
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync
32768+0 records in
32768+0 records out
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 2.69608 s, 797 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, 3.04255 s, 706 MB/s


Hard drive
FIO random read
Performance
11947.0 MB/s
IOPS
3131904
./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=54924: Thu Mar 14 13:26:37 2019
  read : io=716832MB, bw=11947MB/s, iops=3058.5K, runt= 60001msec
    clat (usec): min=0, max=188023, avg= 2.02, stdev=42.17
     lat (usec): min=0, max=188023, avg= 2.05, stdev=42.17
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    3],
     | 99.00th=[    3], 99.50th=[    3], 99.90th=[  112], 99.95th=[  119],
     | 99.99th=[  135]
    bw (MB  /s): min=   16, max= 2334, per=12.50%, avg=1493.13, stdev=540.15
    lat (usec) : 2=34.69%, 4=64.84%, 10=0.13%, 20=0.06%, 50=0.01%
    lat (usec) : 100=0.13%, 250=0.15%, 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%, 250=0.01%
  cpu          : usr=21.82%, sys=67.90%, ctx=524563, majf=0, minf=601
  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=183508976/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=716832MB, aggrb=11947MB/s, minb=11947MB/s, maxb=11947MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/281, merge=0/720, ticks=52424/286588, in_queue=339224, util=13.44%
Hard drive
FIO random direct read
Performance
277.54 MB/s
IOPS
71050
./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=55001: Thu Mar 14 13:27:38 2019
  read : io=16653MB, bw=284201KB/s, iops=71050, runt= 60001msec
    clat (usec): min=27, max=1093.1K, avg=111.27, stdev=1006.18
     lat (usec): min=27, max=1093.1K, avg=111.35, stdev=1006.18
    clat percentiles (usec):
     |  1.00th=[   44],  5.00th=[   63], 10.00th=[   72], 20.00th=[   83],
     | 30.00th=[   93], 40.00th=[  101], 50.00th=[  107], 60.00th=[  112],
     | 70.00th=[  117], 80.00th=[  123], 90.00th=[  131], 95.00th=[  139],
     | 99.00th=[  157], 99.50th=[  165], 99.90th=[  197], 99.95th=[ 1816],
     | 99.99th=[ 7072]
    bw (KB  /s): min= 2726, max=45456, per=12.55%, avg=35678.92, stdev=4194.83
    lat (usec) : 50=1.59%, 100=36.45%, 250=61.87%, 500=0.01%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.03%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 1000=0.01%, 2000=0.01%
  cpu          : usr=1.42%, sys=13.26%, ctx=4263118, majf=0, minf=289
  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=4263080/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=16653MB, aggrb=284200KB/s, minb=284200KB/s, maxb=284200KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=4258533/92, merge=0/17, ticks=437916/1308240, in_queue=2073744, util=99.93%
Hard drive
FIO random write
Performance
1618.2 MB/s
IOPS
414235
./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=55145: Thu Mar 14 13:29:38 2019
  write: io=97088MB, bw=1618.2MB/s, iops=414235, runt= 60001msec
    clat (usec): min=1, max=13284, avg=18.58, stdev=13.58
     lat (usec): min=1, max=13284, avg=18.62, stdev=13.58
    clat percentiles (usec):
     |  1.00th=[   16],  5.00th=[   17], 10.00th=[   17], 20.00th=[   18],
     | 30.00th=[   18], 40.00th=[   18], 50.00th=[   18], 60.00th=[   19],
     | 70.00th=[   19], 80.00th=[   19], 90.00th=[   20], 95.00th=[   20],
     | 99.00th=[   24], 99.50th=[   27], 99.90th=[   35], 99.95th=[   36],
     | 99.99th=[   40]
    bw (KB  /s): min=182480, max=223520, per=12.50%, avg=207092.37, stdev=5804.26
    lat (usec) : 2=0.01%, 4=0.16%, 10=0.20%, 20=83.68%, 50=15.95%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%
  cpu          : usr=4.06%, sys=95.72%, ctx=66419, majf=0, minf=644
  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=24854551/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=97088MB, aggrb=1618.2MB/s, minb=1618.2MB/s, maxb=1618.2MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/145468, merge=0/41, ticks=0/199960, in_queue=199840, util=3.38%
Hard drive
FIO random direct write
Performance
113.75 MB/s
IOPS
29118
./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=55069: Thu Mar 14 13:28:38 2019
  write: io=6824.9MB, bw=116475KB/s, iops=29118, runt= 60001msec
    clat (usec): min=30, max=444269, avg=273.35, stdev=4496.33
     lat (usec): min=30, max=444270, avg=273.44, stdev=4496.34
    clat percentiles (usec):
     |  1.00th=[   31],  5.00th=[   31], 10.00th=[   31], 20.00th=[   32],
     | 30.00th=[   32], 40.00th=[   32], 50.00th=[   32], 60.00th=[   32],
     | 70.00th=[   33], 80.00th=[   33], 90.00th=[   34], 95.00th=[   40],
     | 99.00th=[ 1032], 99.50th=[ 4384], 99.90th=[71168], 99.95th=[103936],
     | 99.99th=[183296]
    bw (KB  /s): min=   35, max=121080, per=13.31%, avg=15501.40, stdev=34028.49
    lat (usec) : 50=96.35%, 100=0.33%, 250=0.01%, 500=0.66%, 750=1.31%
    lat (usec) : 1000=0.31%
    lat (msec) : 2=0.29%, 4=0.21%, 10=0.14%, 20=0.09%, 50=0.14%
    lat (msec) : 100=0.10%, 250=0.05%, 500=0.01%
  cpu          : usr=0.53%, sys=3.61%, ctx=3494328, majf=0, minf=129
  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=1747151/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=6824.9MB, aggrb=116474KB/s, minb=116474KB/s, maxb=116474KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/1745471, merge=0/619, ticks=0/88564, in_queue=88324, util=68.24%