From 61f729e4e0b19c305d05567c7816f06887f2dd90 Mon Sep 17 00:00:00 2001 From: Shwetha Rao Date: Fri, 21 Nov 2025 18:26:02 +0530 Subject: [PATCH 1/2] Corrected cbstats warmup content --- modules/cli/pages/cbstats/cbstats-warmup.adoc | 39 ++++++++++--------- preview/DOC_13324_preview_76.yml | 28 +++++++++++++ 2 files changed, 49 insertions(+), 18 deletions(-) create mode 100644 preview/DOC_13324_preview_76.yml diff --git a/modules/cli/pages/cbstats/cbstats-warmup.adoc b/modules/cli/pages/cbstats/cbstats-warmup.adoc index 229f9a664b..7a7831ec41 100644 --- a/modules/cli/pages/cbstats/cbstats-warmup.adoc +++ b/modules/cli/pages/cbstats/cbstats-warmup.adoc @@ -10,7 +10,7 @@ The basic syntax is: ---- -cbstats [host]:[dataport] -b [bucket_name] -p [bucket_password] raw warmup +cbstats [host]:[dataport] -b [bucket_name] -p [bucket_password] warmup ---- == Description @@ -53,7 +53,7 @@ Look for values: loading keys, loading access log, and done. Default: unknown | ep_warmup_estimate_time -| Thne estimated time in microseconds to do warmup. +| The time taken, measured in milliseconds, to discover the estimated number of keys that may be warmed up. | Integer. | ep_warmup_estimated_value_count @@ -61,7 +61,7 @@ Default: unknown | Integer. Default: unknown -| ep_warmup_keys_count +| ep_warmup_key_count | Number of keys warmed up. | Integer @@ -119,7 +119,10 @@ The following are the command options: *Request* ---- -cbstats 10.5.2.117:11210 warmup +cbstats localhost:11210 warmup \ +-u Administrator \ +-p password \ +-b travel-sample ---- *Response* @@ -127,18 +130,18 @@ cbstats 10.5.2.117:11210 warmup Example response: ---- - ep_warmup: enabled - ep_warmup_dups: 0 - ep_warmup_estimate_time: 57546 - ep_warmup_estimated_key_count: 0 - ep_warmup_estimated_value_count: unknown - ep_warmup_key_count: 0 - ep_warmup_keys_time: 529022 - ep_warmup_min_items_threshold: 100 - ep_warmup_min_memory_threshold: 100 - ep_warmup_oom: 0 - ep_warmup_state: done - ep_warmup_thread: complete - ep_warmup_time: 529192 - ep_warmup_value_count: 0 +ep_warmup: enabled +ep_warmup_dups: 0 +ep_warmup_estimate_time: 36013 +ep_warmup_estimated_key_count: 63310 +ep_warmup_estimated_value_count: 63310 +ep_warmup_key_count: 63310 +ep_warmup_keys_time: 523406 +ep_warmup_min_item_threshold: 100 +ep_warmup_min_memory_threshold: 100 +ep_warmup_oom: 0 +ep_warmup_state: done +ep_warmup_thread: complete +ep_warmup_time: 584419 +ep_warmup_value_count: 63310 ---- diff --git a/preview/DOC_13324_preview_76.yml b/preview/DOC_13324_preview_76.yml new file mode 100644 index 0000000000..7ebcd33bdb --- /dev/null +++ b/preview/DOC_13324_preview_76.yml @@ -0,0 +1,28 @@ +sources: + docs-server: + branches: DOC_13324_cbstats_warmup_correction_76 + docs-analytics: + branches: release/8.0 + docs-devex: + url: https://github.com/couchbaselabs/docs-devex.git + branches: master + startPaths: docs/ + couchbase-cli: + # url: ../../docs-includes/couchbase-cli + url: https://github.com/couchbaselabs/couchbase-cli-doc + # branches: HEAD + branches: master + startPaths: docs/ + backup: + # url: ../../docs-includes/backup + url: https://github.com/couchbaselabs/backup-docs.git + #branches: HEAD + branches: master + startPaths: docs/ + #analytics: + # url: ../../docs-includes/docs-analytics + # branches: HEAD + #cb-swagger: + # url: https://github.com/couchbaselabs/cb-swagger + # branches: release/8.0 + # start_path: docs \ No newline at end of file From 89f467ddd39b795b73711caab46615cd1e24267f Mon Sep 17 00:00:00 2001 From: Shwetha Rao Date: Fri, 21 Nov 2025 19:18:40 +0530 Subject: [PATCH 2/2] Removed the doc preview file --- preview/DOC_13324_preview_76.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 preview/DOC_13324_preview_76.yml diff --git a/preview/DOC_13324_preview_76.yml b/preview/DOC_13324_preview_76.yml deleted file mode 100644 index 7ebcd33bdb..0000000000 --- a/preview/DOC_13324_preview_76.yml +++ /dev/null @@ -1,28 +0,0 @@ -sources: - docs-server: - branches: DOC_13324_cbstats_warmup_correction_76 - docs-analytics: - branches: release/8.0 - docs-devex: - url: https://github.com/couchbaselabs/docs-devex.git - branches: master - startPaths: docs/ - couchbase-cli: - # url: ../../docs-includes/couchbase-cli - url: https://github.com/couchbaselabs/couchbase-cli-doc - # branches: HEAD - branches: master - startPaths: docs/ - backup: - # url: ../../docs-includes/backup - url: https://github.com/couchbaselabs/backup-docs.git - #branches: HEAD - branches: master - startPaths: docs/ - #analytics: - # url: ../../docs-includes/docs-analytics - # branches: HEAD - #cb-swagger: - # url: https://github.com/couchbaselabs/cb-swagger - # branches: release/8.0 - # start_path: docs \ No newline at end of file