Jump to content

Fundraising/Cluster/Redis

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Performance Tracking (Formally on main page)

In addition to using graphana the command to monitor Redis cache misses is below - but note you can avoid putting the password on the command line by using `auth` once 'in' redis. You then type `monitor` as a separate command

redis-cli  -a 'password' monitor

The password is in civicrm.settings.php as CIVICRM_DB_CACHE_PASSWORD