> 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つの重要なグラフがあります。その **リクエスト** グラフは、アプリケーションで時間の経過とともに見られた「Amount requests seen」を表示し、通常のトラフィックパターンを把握したり、異常なスパイクを見つけたりするのに役立ちます。その下の、 **攻撃** グラフは、Zenによってブロックされた「Attacks blocked」と検出された「Attacks detected」の数を表示し、保護が有効であることを視覚的に確認できるとともに、攻撃が発生するタイミングを示します。

![リクエスト量と時間の経過とともに検出された攻撃を表示するアプリの統計ダッシュボード。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-51e556013b699c1c5f774423cd6f5c3d91722045%2FScreenshot%202025-10-30%20at%2012.09.14.png?alt=media)

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

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

![過去1週間の HTTP、SQL、シェル、I/O 操作の呼び出し統計。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-04932512f9391d7a2efb5d5e07890fb07032d75d%2Funderstanding-your-zen-statistics_b219f4b1-5b25-435d-95fd-43be3d6cc8fd.png?alt=media)

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

より詳細な洞察を得るには、 **ルート** この表には、アプリケーションの各パスごとのトラフィックと保護状況の詳細が示されています。

![各エンドポイントのリクエスト率、レート制限、検出状況を表示する API ルートのダッシュボード。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-4bded267a9a0a48c7093918a22f785168152d681%2Funderstanding-your-zen-statistics_913f50b7-85c2-4457-8087-8f37c36cd060.png?alt=media)

### アウトバウンド別統計 <a href="#outbound-specific-statistics" id="outbound-specific-statistics"></a>

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

![My App のアウトバウンドネットワークアクティビティの概要。ホスト名ごとのリクエストと最終確認時刻を表示します。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-cd99ed3cb046b562a5747cd2feadc1ee3915b7c0%2Funderstanding-your-zen-statistics_33bc48f6-a234-4475-b25b-6b9cc1255437.png?alt=media)


---

# 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.
