title: Pulsarコマンドラインツール tags_ja:
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” %}