November 2015
Beginner to intermediate
248 pages
5h 24m
English
Couchbase provides multiple ways to monitor a cluster through the admin web console, the CLI, and the REST API.
You can verify the underlying server processes using the cbcollect_info utility. This tool is executed per node and collects information about the overall health of the cluster. The output of the command will be in a .zip file. It contains numerous log files. These log files will provide comprehensive information about the cluster:
cbcollect_info collect_info.zip

The collect info result
Server startup, also known as warmup is a process in which the server loads data from the disk to the RAM before it can handle ...
Read now
Unlock full access