blob: 80229c70d16a7d89e99bcf7fc6840260209ae0ec [file] [log] [blame]
Jeremy Mordkoff6f07e6f2016-09-07 18:56:51 -04001This is barebones confd client test program. This is useful for confd module testing. To use this program follow these steps:
2
31. Reserve and login to a VM a root
42. cd ${RIFT_ROOT}
Jeremy Mordkoff4870d0e2017-09-30 20:28:33 -040053. ./rift-shell
Jeremy Mordkoff6f07e6f2016-09-07 18:56:51 -040064. cd modules/core/mc/confd_client
74. ./confd_client_opdata.sh (will measure the rate for fetching operational data)
85. ./confd_client_config.sh (will measure the rate of config writes and reads)