- Add new secondary user
- event_stream
- window.channel_established
- screen.rp_info
- xhr_complete.GET/wsapi/session_context
- screen.authenticate
- user.can_interact
- xhr_complete.GET/wsapi/address_info
To use load_gen to test kpi, you have 3 pieces to worry about/setup:
The dashboard is a fourth piece, but we can worry about that separately, as the script that updates the dashboard is currenty run manually.
#!/bin/bash | |
# | |
# This script installs and configures couchdb on a fresh Amazon Linux AMI instance. | |
# | |
# Must be run with root privileges | |
# Tested with Amazon Linux AMI release 2011.02.1.1 (ami-8c1fece5) | |
# | |
export BUILD_DIR="$PWD" |