Check and analyze a couchbase cluster in terms of cluster health,bucket,and replication
Project description
Couchbase Complete Snapshot
InsideCouchbase is a Python library that allows you to analyze and monitor the health of a Couchbase cluster. With InsideCouchbase, you can perform health checks on your Couchbase cluster, check for missing or corrupted data, analyze bucket usage, and monitor cluster settings.
Features
InsideCouchbase provides the following features:
-
Analyze bucket usage: You can analyze the usage of a bucket to see how much data it contains, how many items it has, and how much memory it is using.
-
Check cluster health: You can perform a health check on your Couchbase cluster to see if it is functioning properly.
-
Check replication status: You can check the replication status of a bucket to see if it is properly replicating data to other nodes.
-
Monitor cluster settings: You can monitor the settings of your Couchbase cluster to ensure that they are properly configured.
Getting Started
- Install the module
pip3 install insidecouchbase
- Create a simple python script/module to utilize library.
import couchbase
couchbaseInstance=couchbase.couchbaseNode('127.0.0.1','Administrator','test123')
Example results
+----+------------------+--------------------------------------------------+----------+--------------------------------------------------------------------------------------+
| | code | definition | result | Recommendation |
|----+------------------+--------------------------------------------------+----------+--------------------------------------------------------------------------------------|
| 0 | configuration-01 | Data Memory Quota Configuration | ✔ | Data memory quota can not be greater than %70 of OS memory |
| 1 | configuration-02 | SWAP Configuration | ✘ | SWAP can not be used in production couchbase environments |
| 2 | configuration-03 | All Nodes are Using Same Couchbase Version | ✘ | Different versions of couchbase can not be used inside the same cluster. |
| 3 | configuration-04 | Cluster is Working Wtih MDS Model | ✘ | 1 Couchbase node has to be use 1 service only. |
| 4 | configuration-05 | Autofailover Enabled | ✘ | Autofailover needs to be enabled to achive better HA |
| 5 | health-01 | All Nodes Up and Running | ✔ | All nodes have to be up and joined cluster. |
| 6 | bucket-01 | All Buckets Have Resident Ratio Greater Than %50 | ✔ | Bucket resident ratio needs to be greater than %50 |
| 7 | bucket-02 | All Buckets Have At Least 1 Replica | ✘ | All buckets must have at least one replica to prevent data loss in case of emergency |
| 8 | bucket-03 | All Buckets Have 1024 Primary Vbucket | ✔ | All buckets must carry 1024 primary vbucket. |
+----+------------------+--------------------------------------------------+----------+--------------------------------------------------------------------------------------+
Supported Couchbase Version
- Couchbase 7.0.X
- Couchbase 7.1.X
Contributing
If you would like to contribute to InsideCouchbase, please submit a pull request with your changes. Before submitting a pull request, please make sure that your changes are properly tested and documented.
License
InsideCouchbase is licensed under the MIT license. See the LICENSE file for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file insidecouchbase-2.0.0.tar.gz
.
File metadata
- Download URL: insidecouchbase-2.0.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 341023430a9df3ce2181430b5adb08db65d01208071284bd672d0bd6294b1c7a |
|
MD5 | 1135aebdc2d0ec30f92f60e9a45817fa |
|
BLAKE2b-256 | 1bf12c6b6c75827ae58954bb94181285ed20c4b477aa4d560a3d71bead402335 |
File details
Details for the file insidecouchbase-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: insidecouchbase-2.0.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44942991dbe353adda63545c3832f43db525fe2785f5f0d4ec12eb55eff7987a |
|
MD5 | cdeccc8fae9e5639b2ebeb91e578a545 |
|
BLAKE2b-256 | 0578e87fc094d36a89f69aee6668fdcd1321e64035abd93231c33a257ef0f1b1 |