...
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 daos_m]$ orterun -np 1 -x FI_PSM2_DISCONNECT=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=ba2b92f5-2ac9-42e4-8070-6b6b13531b80 --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000 ================================ DAOSBENCH (KV) Started at Mon Aug 20 19:04:00 2018 ================================= =============================== Test Setup --------------- Test: kv-akey-fetch DAOS pool :ba2b92f5-2ac9-42e4-8070-6b6b13531b80 DAOS container :cbeeb6b2-4ec2-4aa4-82ff-9b8859710ae8 Value buffer size: 64 Number of processes: 1 Number of keys/process: 100 Number of asynchronous I/O: 32 =============================== kv-akey-fetch Time: 0.001685 seconds (59362.699540 ops per second) Ended at Mon Aug 20 19:04:01 2018 |
CaRT Self-Test
Small IO
...
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ orterun -x FI_PSM2_DISCONNECT=1 -np 1 -ompi-server file:~/scripts/uri.txt --hostfile ~/hostlists/daos_single_server_2 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-6.boro.hpdd.intel.com finished self_test duration 0.309352 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): 323257
RPC Latencies (us):
Min : 19
25th %: 44
Median : 44
75th %: 50
Max : 1433
Average: 49
Std Dev: 13.66
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 44 |
Large IO Bulk PUT
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ orterun -np 1 --hostfile ~/hostlists/daos_single_server_2 -x FI_PSM2_DISCONNECT=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-6.boro.hpdd.intel.com finished self_test duration 0.085034 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 11759.96
RPC Throughput (RPCs/sec): 11760
RPC Latencies (us):
Min : 643
25th %: 1341
Median : 1354
75th %: 1369
Max : 1582
Average: 1349
Std Dev: 66.47
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 1354 |
Large IO Bulk GET
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ orterun -np 1 --hostfile ~/hostlists/daos_single_server_2 -x FI_PSM2_DISCONNECT=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-6.boro.hpdd.intel.com finished self_test duration 0.125142 S.
##################################################
Results for message size (1048576-BULK_GET 0-EMPTY) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 7990.89
RPC Throughput (RPCs/sec): 7991
RPC Latencies (us):
Min : 305
25th %: 990
Median : 2334
75th %: 2729
Max : 3287
Average: 1991
Std Dev: 895.36
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 2334 |