Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 10, 2025

What's Changed in this PR

Documents the new objbench subcommand for datanode, added in greptimedb#7114. This subcommand benchmarks object storage read/write performance for specific SST files.

Added documentation:

  • Subcommand purpose and options (--config, --source, --verbose, --pprof-file)
  • Basic benchmark example
  • Profiling example with flamegraph generation

Examples:

# Basic benchmark
greptime datanode objbench --config ./datanode.toml \
  --source data/greptime/public/1024/1024_0000000000/metadata/8fb41bc7-a106-4b9e-879b-392da799f958.parquet

# With profiling
greptime datanode objbench --config ./datanode.toml \
  --source data/greptime/public/1024/1024_0000000000/metadata/8fb41bc7-a106-4b9e-879b-392da799f958.parquet \
  --pprof-file=./flamegraph.svg

Updated both English and Chinese docs in current (unreleased) version only, as instructed.

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.
Original prompt

This section details on the original issue you should resolve

<issue_title>Update docs for feat: objbench sub command for datanode</issue_title>
<issue_description>A document change request is generated from GreptimeTeam/greptimedb#7114</issue_description>

<agent_instructions>不要修改最新稳定版的文档</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 10, 2025

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c5d4cf
Status: ✅  Deploy successful!
Preview URL: https://41fb3456.greptime-docs.pages.dev
Branch Preview URL: https://copilot-update-docs-objbench.greptime-docs.pages.dev

View logs

Copilot AI changed the title [WIP] Update documentation for objbench sub command in datanode docs: add objbench subcommand documentation for datanode Nov 10, 2025
Copilot AI requested a review from fengjiachun November 10, 2025 08:29
Copilot finished work on behalf of fengjiachun November 10, 2025 08:29
@fengjiachun fengjiachun marked this pull request as ready for review November 11, 2025 03:21
@fengjiachun fengjiachun requested a review from nicecui as a code owner November 11, 2025 03:21
@fengjiachun fengjiachun removed the request for review from nicecui November 11, 2025 06:21
@fengjiachun fengjiachun merged commit 7d0eede into main Nov 11, 2025
12 checks passed
@fengjiachun fengjiachun deleted the copilot/update-docs-objbench-sub-command branch November 11, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs for feat: objbench sub command for datanode

4 participants