...
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ orterun -N 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=af6b05aa-ae57-43ee-8552-f89dd7f6f271 --container=`uuidgen` --object-class=tiny --aios=32 --indexes=1000000 ================================ DAOSBENCH (KV) Started at Wed Sep 5 23:08:02 2018 ================================= =============================== Test Setup --------------- Test: kv-akey-fetch DAOS pool :af6b05aa-ae57-43ee-8552-f89dd7f6f271 DAOS container :c684d271-6870-4f68-8ba5-ae3920a528e6 Value buffer size: 64 Number of processes: 2 Number of keys/process: 100 Number of asynchronous I/O: 32 =============================== kv-akey-fetch Time: 0.146468 seconds (1365.487761 ops per second) |
CaRT Self-Test
Small IO
Large IO Bulk PUT
...
Code Block | ||||
---|---|---|---|---|
| ||||
[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 18.610635 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): 5373
RPC Latencies (us):
Min : 1054
25th %: 2901
Median : 2931
75th %: 2958
Max : 13237
Average: 2947
Std Dev: 326.50
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 2931
|
Large IO Bulk PUT
Code Block | ||||
---|---|---|---|---|
| ||||
[sdwillso@boro-4 ~]$ 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.337048 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 2966.94
RPC Throughput (RPCs/sec): 2967
RPC Latencies (us):
Min : 2272
25th %: 5311
Median : 5340
75th %: 5365
Max : 6216
Average: 5325
Std Dev: 249.22
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 5340 |
Large IO Bulk GET
Code Block | ||||
---|---|---|---|---|
| ||||
etitions 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.585722 S.
##################################################
Results for message size (1048576-BULK_GET 1048576-BULK_PUT) (max_inflight_rpcs = 16):
Master Endpoint 0:0
-------------------
RPC Bandwidth (MB/sec): 3414.59
RPC Throughput (RPCs/sec): 1707
RPC Latencies (us):
Min : 2926
25th %: 8731
Median : 8787
75th %: 9713
Max : 14597
Average: 9290
Std Dev: 1592.07
RPC Failures: 0
Endpoint results (rank:tag - Median Latency (us)):
0:0 - 8787 |
mpich tests
Results: