Versions Compared

Key

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

...

daosperf w/DAOS_IMPLICIT_PURGE

1K Records

CREDITS=1

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-3 ~]$ CREDITS=1 ./daos/daos_m/src/tests/daos_perf.sh daos 200 1000 1K
+ /home/sdwillso/daos/daos_m/opt/ompi/bin/orterun -quiet --hostfile /home/sdwillso/scripts/host.cli.1 --ompi-server file:/home/sdwillso/scripts/uri.txt -x DD_SUBSYS= -x DD_MASK= -x D_LOG_FILE=/tmp/daos_perf.log /home/sdwillso/daos/daos_m/install/bin/daos_perf -T daos -P 2G -d 1 -a 200 -r 1000 -s 1K -C 1 -t -z
Test :
	DAOS (full stack)
Parameters :
	pool size     : 2048 MB
	credits       : 1 (sync I/O for -ve)
	obj_per_cont  : 1 x 4 (procs)
	dkey_per_obj  : 1
	akey_per_dkey : 200
	recx_per_akey : 1000
	value type    : single
	value size    : 1024
	zero copy     : yes
	overwrite     : yes
	verify fetch  : no
	VOS file      : <NULL>
30c0dae4: rank 1 became pool service leader 0
Started...
update successfully completed:
	duration : 16.156692  sec
	bandwith : 48.355     MB/sec
	rate     : 49515.09   IO/sec
	latency  : 20.196     us (nonsense if credits > 1)
Duration across processes:
	MAX duration : 16.156692  sec
	MIN duration : 3.862911   sec
	Average duration : 7.058404   sec
30c0dae4: rank 1 no longer pool service leader 0

CREDITS=8

4K Records

CREDITS=1

...