> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/fen-xi/li-yong-liang-tong-ji.md).

# 利用量統計

## 利用量統計画面の説明

機能メニュー&#x306E;**\[利用量統計]**&#x304B;ら、日別で集計したストレージや転送量等、利用状況の確認ができます。

\[利用量統計]画面の構成と各ボタンの機能を説明します。

スクリーンキャプチャを参考の上、ご確認ください。

<figure><img src="/files/CCZezRCPmWUboedvvpMa" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

1. **統計データ**：商品、定期販売の売上状況を日別で集計したデータが一覧で表示されます。\
   本データの一番下には、**表示されている期間内の合計値**が表示されます。
   * **ストレージ**：その日時点でのストレージの使用量
   * **転送量**：1日でデータが転送（その日に送受信された全てのデータ）された**合計量**を示します。
   * **トラフィック**：1日のデータ通信量の最大値（ピーク時の通信量）を示します。
2. **検索メニュー**：直近（前日、7日、30日）のデータを一覧に表示することができます。
3. **期間指定**：統計データに表示するデータの期間指定ができます。\
   日付部分をクリックすると、カレンダー画面が表示されるので、表示したい期間の開始日と終了日をクリックして選択してください。\
   期間選択後、\[検索]ボタンをクリックすると、指定した期間のデータが一覧で表示されます。


---

# 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://support.megadoga.com/fen-xi/li-yong-liang-tong-ji.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.
