| 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} |
| Jeremy Mordkoff | 4870d0e | 2017-09-30 20:28:33 -0400 | [diff] [blame] | 5 | 3. ./rift-shell |
| Jeremy Mordkoff | 6f07e6f | 2016-09-07 18:56:51 -0400 | [diff] [blame] | 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) |