Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4 Best Practices
Chapter Sections
Chapters

4.4. Ongoing Monitoring and Maintenance

4.4.1. Important UI Stats to Watch

To fully understand how your cluster is working, and whether it is working effectively, there are a number of differnet statistics that you should monitor to diagnose and identify problems. Some of these key statistics include:

The 'watermark' determines when it is necessary to start freeing up available memory. Read more about this concept here. Some important statistics related to water marks are:

You can find values for these important stats with the following command:

shell> cbstats IP:11210 all | \
    egrep "todo|ep_queue_size|_eject|mem|max_data|hits|misses"

This will output tyhe following statistics:

ep_flusher_todo:
ep_max_data_size:
ep_mem_high_wat:
ep_mem_low_wat:
ep_num_eject_failures:
ep_num_value_ejects:
ep_queue_size:
mem_used:
get_misses:
get_hits:

Note

Make sure that you monitor the disk space, CPU usage and swapping on all your nodes, using the standard monitoring tools.