Couchbase Server provides a range of statistics and settings through the Data Buckets and Server Nodes. These show overview and detailed information so that administrators can better understand the current state of individual nodes and the cluster as a whole.
The Data Buckets page displays a list of all the configured buckets on your system (of both Couchbase and memcached types). The page provides a quick overview of your cluser health from the perspective of the configured buckets, rather than whole cluster or individual servers.
The information is shown in the form of a table, as seen in the figure below.
The list of buckets are separated by the bucket type. For each bucket, the following information is provided in each column:
Bucket name is the given name for the bucket. Clicking on the bucket name takes you to the individual bucket statistics page. For more information, see Section 6.4.1, “Individual Bucket Monitoring”.
RAM Usage/Quota shows the amount of RAM used (for active objects) against the configure bucket size.
Disk Usage shows the amount of disk space in use for active object data storage.
Item Count indicates the number of objects stored in the bucket.
Ops/sec shows the number of operations per second for this data bucket.
Disk Fetches/sec shows the number of operations required to fetch items from disk.
Clicking the opens the basic bucket information summary. For more information, see Section 6.3.2, “Bucket Information”.
Clicking the button will take you to a list of objects identified as parseable documents. See Section 6.6, “Using the Document Editor” for more information.
The button allows you to create and manage views on your stored objects. For more information, see Section 6.5, “Using the Views Editor”.
To create a new data bucket, click the . See Section 6.3.1, “Creating and Editing Data Buckets” for details on creating new data buckets.