Versions Compared

Key

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

Tip of master, commit 3ea6a5ea256d9047e76a4c52cec1fc1d1f81540d, built on top of libfabric commit 6ef7800daa62d5574f2d04b552e06a06c2e7af6d.

All tests run with ofi+psm2, ib0.

...

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ orterun -np 1 --mca mtl ^psm2,ofi  --hostfile ~/hostlists/daos_client_hostlist --ompi-server file:~/scripts/uri.txt daosbench --test=kv-akey-update --testid=1 --svc=1 --dpool=35e8ff64-03de-45d5-a45b-efe29fe6a52e --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000
================================
DAOSBENCH (KV)
Started at
Wed Dec 12 18:07:24 2018
=================================
===============================
Test Setup
---------------
Test: kv-akey-update
DAOS pool :35e8ff64-03de-45d5-a45b-efe29fe6a52e
DAOS container :eecf3137-87ee-47a7-8b09-1625abe945cf
Value buffer size: 64
Number of processes: 1
Number of keys/process: 100
Number of asynchronous I/O: 32
===============================
kv-akey-update
Time: 0.072103 seconds (1386.900325 ops per second)

Ended at Wed Dec 12 18:07:25 2018

kv-dkey-fetch

...

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ orterun -np 1 --mca mtl ^psm2,ofi  --hostfile ~/hostlists/daos_client_hostlist --ompi-server file:~/scripts/uri.txt daosbench --test=kv-dkey-fetch --testid=1 --svc=1 --dpool=182c4239-c6ec-4f0e-bbe0-499004ebb0c4 --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000
================================
DAOSBENCH (KV)
Started at
Wed Dec 12 18:11:44 2018
=================================
===============================
Test Setup
---------------
Test: kv-dkey-fetch
DAOS pool :182c4239-c6ec-4f0e-bbe0-499004ebb0c4
DAOS container :ae2f3b7e-6f98-42a7-9bc8-be1cf7a5c401
Value buffer size: 64
Number of processes: 1
Number of keys/process: 100
Number of asynchronous I/O: 32
===============================
kv-dkey-fetch
Time: 0.037545 seconds (2663.440955 ops per second)

Ended at Wed Dec 12 18:11:44 2018

kv-akey-fetch

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ 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=72301880-c05c-4172-9e0e-c538615d912f --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000
================================
DAOSBENCH (KV)
Started at
Wed Dec 12 18:12:48 2018
=================================
===============================
Test Setup
---------------
Test: kv-akey-fetch
DAOS pool :72301880-c05c-4172-9e0e-c538615d912f
DAOS container :7f2b4a06-e0a6-449b-9f89-577506633171
Value buffer size: 64
Number of processes: 1
Number of keys/process: 100
Number of asynchronous I/O: 32
===============================
kv-akey-fetch
Time: 0.038054 seconds (2627.851804 ops per second)

Ended at Wed Dec 12 18:12:48 2018

CaRT Self-Test

Small IO

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ 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 13.333824 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): 7500
	RPC Latencies (us):
		Min    : 811
		25th  %: 2076
		Median : 2092
		75th  %: 2106
		Max    : 35908
		Average: 2114
		Std Dev: 431.93
	RPC Failures: 0

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

...