CLI commands

ヘルス

openclaw health

実行中の Gateway からヘルス情報を取得します。

オプション:

  • --json: 機械可読な出力
  • --timeout <ms>: 接続タイムアウト(ミリ秒、デフォルトは 10000
  • --verbose: 詳細ログ
  • --debug: --verbose のエイリアス

例:

openclaw health
openclaw health --json
openclaw health --timeout 2500
openclaw health --verbose
openclaw health --debug

注記:

  • デフォルトの openclaw health は、実行中の Gateway にヘルススナップショットを要求します。Gateway に すでに新しいキャッシュ済みスナップショットがある場合、そのキャッシュ済みペイロードを返し、 バックグラウンドで更新できます。
  • --verbose はライブプローブを強制し、Gateway 接続の詳細を出力し、設定済みのすべてのアカウントとエージェントにわたって 人間が読める出力を展開します。
  • 複数のエージェントが設定されている場合、出力にはエージェントごとのセッションストアが含まれます。

関連