> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ja/fen-xi/camera-stats.md).

# カメラ統計

一定期間にわたる以下の機能の傾向を、カメラ統計で確認できます:

* カメラ稼働時間
* クラウドバックアップ
* 帯域幅消費量
* データ使用量
* モーションアクティビティ

***

## カメラ統計をモニターする

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**カメラを選択して、そのライブカメラのストリーミングする映像を表示し、カメラ統計を確認します。**
{% endstep %}

{% step %}
**ライブフィードの下で、Analytics > Camera Stats を選択します。デフォルトのタイムラインは7日間ですが、30日間に変更すると、より長期間の統計を確認できます。**

{% hint style="warning" %}
デフォルトのタイムラインは7日間です。30日間まで延長して、より長期のデータ傾向を表示できます。
{% endhint %}
{% endstep %}
{% endstepper %}

***

### カメラ稼働時間

このグラフは、一定期間におけるカメラの Verkada クラウド接続ステータスを示します。

* **青いバー -** カメラの電源が入っており、録画中で、Verkada サーバーに接続されています
* **薄赤のバー** - カメラの電源が入っており、録画中ですが、Verkada サーバーには接続されていません
* **濃い赤のバー -** カメラの電源が入っておらず、録画されていません

ほとんどの場合、稼働時間とオンライン状態は一致します。一致しない場合は、ローカルネットワークの問題を示している可能性があります（カメラの電源は入っていますが、クラウドに到達できません）。

タイムラインにカーソルを合わせると、特定のタイムスタンプと障害期間を表示できます。

<div align="left" data-with-frame="true"><img src="/files/8324157bb9e552daf4b01e48065a84a74f3e0781" alt=""></div>

***

### クラウドバックアップ

{% hint style="warning" %}
このグラフは、2025年7月3日 UTC以降、カレンダー表示に詳細データが表示され始めます。
{% endhint %}

このセクションでは、カメラのクラウドバックアップの進行状況を詳細に表示します。以下を含みます:

* クラウドに正常にバックアップされた映像の日数​
* アップロード待ちのデータ量
* 現在の平均アップロード速度
* 以下を示す詳細なカレンダー表示:
  * **薄い青のバー** - 前月または翌月から正常にバックアップされたデータ
  * **濃い青のバー** - 選択した月から正常にバックアップされたデータ
  * **縞模様のバー** - クラウドで利用できないデータ（カメラがオフラインで録画していないためと思われます）
  * **赤いバー** - アップロード待ちのデータ

![](/files/79d6eb6ddc7989d022df0c98dbaf9c018512530b)

***

### 帯域幅

アップロードとダウンロードの帯域幅速度（Kbps、Mbps、または Gbps）を時系列で追跡します。

* **受信トラフィック** カメラのダウンロードビットレートを示します。ファームウェアのダウンロード、設定変更、クラウドから送信されるコマンド（再起動要求など）がダウンロードビットレートに影響します。
* **送信トラフィック** カメラのアップロードビットレートを示します。サムネイル、メタデータ、ストリーミングする映像、アーカイブ、クラウドバックアップがアップロードビットレートに影響します。

<div align="left" data-with-frame="true"><img src="/files/efc29c6fd3ccaf48f6d5a5e34908f9b0ac90d8e2" alt=""></div>

***

### データ使用量

このグラフは、一定期間に転送された総データ量（KB、MB、または GB）を示します。

* **受信データ** デバイスによってダウンロードされたデータ量を示します。ファームウェアのダウンロード、設定変更、クラウドから送信されるコマンド（再起動要求など）がこれに影響します。
* **送信データ** デバイスによってアップロードされたデータ量を示します。サムネイル、メタデータ、ストリーミングする映像、アーカイブ、クラウドバックアップがこれに影響します。

<div align="left" data-with-frame="true"><img src="/files/88b68ace3e58ab866f7e4a8b2d93bb68e60f819b" alt=""></div>

***

### モーションアクティビティ

次の **モーション** タイムラインには、一定期間にフレーム内で検出されたモーション量が表示されます。タイムライン上にカーソルを移動すると、モーションに関連する統計を確認できます。

<div align="left" data-with-frame="true"><img src="/files/4f5e8ab2334490be89139158d0d7958d5eb5bc7f" alt=""></div>


---

# 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.verkada.com/verkada-cameras/ja/fen-xi/camera-stats.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.
