> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/zen-firewall/miscellaneous/how-zen-works-performance-reliability.md).

# Zenのパフォーマンスと信頼性

## パフォーマンスへの影響 <a href="#performance-impact" id="performance-impact"></a>

Zen では、アプリケーションのパフォーマンスを最優先にしています。私たちのエージェントは、システムへの影響を最小限に抑えるよう設計されており、テスト、自動ベンチマーク、そして実際に Zen 自身を使用することで、継続的にこれを監視しています。

## 信頼性とフェイルセーフ <a href="#reliability--failsafes" id="reliability--failsafes"></a>

Zen は、Aikido プラットフォームとの接続に問題が発生しても、セキュリティとパフォーマンスを維持するよう設計されています。Zen がさまざまなシナリオをどのように処理するかは次のとおりです：

### Zen がサーバーに接続せずに起動した場合 <a href="#when-zen-starts-without-server-connection" id="when-zen-starts-without-server-connection"></a>

* ✅ アプリケーションは通常どおり実行され続けます
* ✅ 基本的な攻撃ブロック（sql、path injection、..）は有効なままです
* ⚠️ 一部の高度なセキュリティ機能（bot detection、threat actors、..）は、接続が復旧するまで制限される場合があります

### 通常運用中に Zen の接続が失われた場合 <a href="#during-normal-operation-if-zen-loses-connection" id="during-normal-operation-if-zen-loses-connection"></a>

* ✅ 既存のすべてのセキュリティ設定は有効なままです
* ✅ アプリケーションは中断なく実行され続けます
* ✅ 以前にダウンロードされたセキュリティルールは引き続き適用されます
* ⚠️ 新しいセキュリティ更新は、接続が復旧するまでキューに入れられます

### リクエスト処理 <a href="#request-processing" id="request-processing"></a>

* ✅ すべてのセキュリティチェックはお使いのマシン上でローカルに実行されます
* ✅ Zen サーバーの応答時間に依存しません。Zen は各リクエストごとではなく、バックグラウンドプロセスで Aikido サーバーと通信します。

### 設定更新 <a href="#configuration-updates" id="configuration-updates"></a>

Zen は、すべての設定更新に対して厳格な検証を行い、次を保証します：

* ✅ 有効な設定のみが適用されます
* ✅ 無効な設定は安全に拒否されます
* ✅ セキュリティ体制は安定したまま維持されます

## ベストプラクティス <a href="#best-practices" id="best-practices"></a>

* Zen エージェントを最新バージョンに更新してください
* Zen に関するメッセージがないかアプリケーションログを監視してください
* 予期しない動作に気づいた場合はサポートにお問い合わせください


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/zen-firewall/miscellaneous/how-zen-works-performance-reliability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
