...
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ 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=a87c1051-bef3-4929-ba42-d3a742e532d1 --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000 ================================ DAOSBENCH (KV) Started at Thu Nov 1 19:39:53 2018 ================================= =============================== Test Setup --------------- Test: kv-akey-fetch DAOS pool :a87c1051-bef3-4929-ba42-d3a742e532d1 DAOS container :41bd8e41-5444-4323-bd72-d820c9ea7429 Value buffer size: 64 Number of processes: 1 Number of keys/process: 100 Number of asynchronous I/O: 32 =============================== kv-akey-fetch Time: 0.038302 seconds (2610.806612 ops per second) Ended at Thu Nov 1 19:39:53 2018 |
CaRT Self-Test
Small IO
Large IO Bulk PUT
...
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 mpich]$ 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 0.339317 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): 294710
RPC Latencies (us):
Min : 31
25th %: 51
Median : 52
75th %: 52
Max : 968
Average: 53
Std Dev: 8.99
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 52 |
Large IO Bulk PUT
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 mpich]$ 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.133766 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 7475.75
RPC Throughput (RPCs/sec): 7476
RPC Latencies (us):
Min : 1013
25th %: 2077
Median : 2096
75th %: 2124
Max : 4216
Average: 2130
Std Dev: 284.34
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 2096 |
Large IO Bulk GET
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 mpich]$ 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.116480 S.
##################################################
Results for message size (1048576-BULK_GET 0-EMPTY) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 8585.14
RPC Throughput (RPCs/sec): 8585
RPC Latencies (us):
Min : 361
25th %: 1827
Median : 1833
75th %: 1901
Max : 3450
Average: 1853
Std Dev: 258.15
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 1833 |