title: Pulsarコマンドラインツール tags_ja:

  • admin
  • cli
  • client
  • daemon
  • perf
  • bookkeeper

PulsarはいくつかのPulsarのインストールやパフォーマンステスト、コマンドライン上での{% popover_ja Producer %}や{% popover_ja Consumer %}の生成などに使えるコマンドラインツールを提供しています。

Pulsarの全てのコマンドラインツールは、インストールされたPulsarパッケージbinディレクトリから起動できます。現在、以下のツールがドキュメント化されています:

{% include admonition.html type=‘success’ title=‘ヘルプを見るには’ content=" CLIツールのコマンド、サブコマンドは--helpあるいは-hを使用することで確認できます。以下その一例です:

$ bin/pulsar-admin clusters --help

" %}

{% include cli.html tool=“pulsar” %}

{% include cli.html tool=“pulsar-admin” %}

{% include cli.html tool=“pulsar-client” %}

{% include cli.html tool=“pulsar-daemon” %}

{% include cli.html tool=“pulsar-perf” %}

{% include cli.html tool=“bookkeeper” %}