blob: aa711c02f853431967e651a4e3b643d8e806ad9f [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}
53. ./rift-shell -e
64. 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)