Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 daos_m]$ orterun -np 1 --mca mtl ^psm2,ofi  --hostfile ~/hostlists/daos_client_hostlist --ompi-server file:~/scripts/uri.txt daosbench --test=kv-akey-fetch --testid=1 --svc=1 --dpool=1d714278-cef5-4cf8-b9ad-273a47dc2b3f --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'openmpi-x86_64'
================================
DAOSBENCH (KV)
Started at
Tue Oct  2 23:00:16 2018
=================================
===============================
Test Setup
---------------
Test: kv-akey-fetch
DAOS pool :1d714278-cef5-4cf8-b9ad-273a47dc2b3f
DAOS container :91781881-2477-47d5-8bd7-2c1f22f127c4
Value buffer size: 64
Number of processes: 1
Number of keys/process: 100
Number of asynchronous I/O: 32
===============================
kv-akey-fetch
Time: 0.042142 seconds (2372.908955 ops per second)

Ended at Tue Oct  2 23:00:17 2018

CaRT Self-Test

Small IO

Large IO Bulk PUT

...

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 daos_m]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes 0 --max-inflight-rpcs 16 --repetitions 100000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(0-EMPTY 0-EMPTY)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       100000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 19.502825 S.
##################################################
Results for message size (0-EMPTY 0-EMPTY) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 0.00
	RPC Throughput (RPCs/sec): 5127
	RPC Latencies (us):
		Min    : 1126
		25th  %: 3051
		Median : 3080
		75th  %: 3112
		Max    : 17075
		Average: 3087
		Std Dev: 100.32
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 3080

Large IO Bulk PUT

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 daos_m]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes "0 b1048576" --max-inflight-rpcs 16 --repetitions 1000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(0-EMPTY 1048576-BULK_PUT)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       1000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 0.338606 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 2953.28
	RPC Throughput (RPCs/sec): 2953
	RPC Latencies (us):
		Min    : 2272
		25th  %: 5332
		Median : 5361
		75th  %: 5401
		Max    : 6320
		Average: 5352
		Std Dev: 255.75
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 5361

Large IO Bulk GET

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 daos_m]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes “b1048576 0” --max-inflight-rpcs 16 --repetitions 1000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(1048576-BULK_GET 1048576-BULK_PUT)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       1000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 0.548675 S.
##################################################
Results for message size (1048576-BULK_GET 1048576-BULK_PUT) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 3645.14
	RPC Throughput (RPCs/sec): 1823
	RPC Latencies (us):
		Min    : 3590
		25th  %: 8701
		Median : 8770
		75th  %: 8829
		Max    : 12066
		Average: 8705
		Std Dev: 598.18
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 8770

mpich tests