Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Repair Jira Macros

Table of Contents

Tip of master, commit 4c52159f3b7d13f98bbea892a61424501336c127

...

  • -mpcCAeoRdiO - PASS
  • -r - FAIL 
    • Jira Legacy
      serverHPDD Community JiraSystem JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId8bba2dd1f325724b-4333f7c9-300634db-bfcdbd1c-f35d4ebbd2ad69d12ec98a69
      keyDAOS-1556
    • PASS with sockets

...

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=28efff5c-7580-4213-baee-f20c1f8e78ff --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000
================================
DAOSBENCH (KV)
Started at
Tue Oct  9 22:43:36 2018
=================================
===============================
Test Setup
---------------
Test: kv-akey-fetch
DAOS pool :28efff5c-7580-4213-baee-f20c1f8e78ff
DAOS container :b640feff-a78b-4309-8e7e-bf2dfb51ce16
Value buffer size: 64
Number of processes: 1
Number of keys/process: 100
Number of asynchronous I/O: 32
===============================
kv-akey-fetch
Time: 0.041619 seconds (2402.744065 ops per second)

Ended at Tue Oct  9 22:43:37 2018

CaRT Self-Test

Small IO

Large IO Bulk PUT

...

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ior]$ 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 20.481752 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): 4882
	RPC Latencies (us):
		Min    : 1221
		25th  %: 3220
		Median : 3241
		75th  %: 3262
		Max    : 13199
		Average: 3245
		Std Dev: 92.53
	RPC Failures: 0

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

Large IO Bulk PUT

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ior]$ 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.338974 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 2950.08
	RPC Throughput (RPCs/sec): 2950
	RPC Latencies (us):
		Min    : 2338
		25th  %: 5352
		Median : 5374
		75th  %: 5398
		Max    : 6314
		Average: 5358
		Std Dev: 250.75
	RPC Failures: 0

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

Large IO Bulk GET

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ior]$ 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 0-EMPTY)]
  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.335589 S.
##################################################
Results for message size (1048576-BULK_GET 0-EMPTY) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 2979.84
	RPC Throughput (RPCs/sec): 2980
	RPC Latencies (us):
		Min    : 2298
		25th  %: 5292
		Median : 5314
		75th  %: 5354
		Max    : 6064
		Average: 5303
		Std Dev: 244.05
	RPC Failures: 0

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

mpich tests