> 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/zen-features/understanding-your-zen-statistics.md).

# Zen の統計を理解する

Zen は統計情報を収集し、アプリケーションのトラフィックと Zen の保護アクションをひと目で分かる形で表示します。

### 統計タブ <a href="#stats-tab" id="stats-tab"></a>

ページ上部には、2つの主要なグラフがあります。その **リクエスト** グラフは、アプリケーションで時系列に観測された「リクエスト数」を示し、通常のトラフィックパターンを把握し、異常な急増を見つけるのに役立ちます。その下の **攻撃** グラフは、Zen によって「ブロックされた攻撃」と「検知された攻撃」の数を表示し、保護が有効であることを視覚的に確認でき、攻撃が発生した時点も示します。

![リクエスト量と検知された攻撃の推移を表示するアプリ統計ダッシュボード。](/files/feeee42fa4cd056b9967feefe21985ad88361053)

### 呼び出し詳細: 攻撃経路（シンク）の理解 <a href="#invocation-details-understanding-attack-paths-sinks" id="invocation-details-understanding-attack-paths-sinks"></a>

その **呼び出し詳細** 「シンク」とも呼ばれるこのセクションでは、Zen がアプリケーション内で監視しているさまざまな攻撃ベクトルを詳細に分析できます。これを使って、頻繁に狙われる箇所や脆弱性のある可能性がある箇所を特定できます。これは言語ごとに異なります。

![過去1週間の HTTP、SQL、シェル、I/O 操作の呼び出し統計。](/files/0a571b40310bf14932d2e4fd514aaac2008a5332)

### ルート別統計 <a href="#route-specific-statistics" id="route-specific-statistics"></a>

詳細な分析には、 **ルート** この表で、アプリケーションの各パスごとのトラフィックと保護状況を確認できます。

![各エンドポイントのリクエスト率、レート制限、検知ステータスを表示する API ルートダッシュボード。](/files/fb419f1baa08d922e542159bf1a927f0ba07f48c)

### 送信先別統計 <a href="#outbound-specific-statistics" id="outbound-specific-statistics"></a>

最後に、 **送信** セクションでは、Zen が現在監視しているすべての送信呼び出しとサービスを要約しています。このビューを使えば、対象のサービスがすべて監視されていることをすばやく確認し、最近のアクティビティをチェックできます。

![My App の送信ネットワークアクティビティの要約。ホスト名ごとのリクエストと最終検出時刻を表示します。](/files/9e05141c602c528594b03e5e0fd5e8e2d3f94392)


---

# 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/zen-features/understanding-your-zen-statistics.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.
