| Jeremy Mordkoff | 6f07e6f | 2016-09-07 18:56:51 -0400 | [diff] [blame] | 1 | This is barebones confd client test program. This is useful for confd module testing. To use this program follow these steps: |
| 2 | |||||
| 3 | 1. Reserve and login to a VM a root | ||||
| 4 | 2. cd ${RIFT_ROOT} | ||||
| 5 | 3. ./rift-shell -e | ||||
| 6 | 4. cd modules/core/mc/confd_client | ||||
| 7 | 4. ./confd_client_opdata.sh (will measure the rate for fetching operational data) | ||||
| 8 | 5. ./confd_client_config.sh (will measure the rate of config writes and reads) | ||||