> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/managing-devices.md).

# デバイスの管理

ログインすると現在選択中のネットワークのダッシュボードが表示されます。

ネットワークの稼働状況やスループット、使用アプリケーションTOP10やクライアントデバイスのOS種類などが確認できます。

<figure><img src="/files/0nbdLa1uALg6Iqbw5MFP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
クラウドとの同期について

各装置は5分ごとに自動でクラウドと同期をします。ユーザーが任意のタイミングで即時同期を実行することはできません。
{% endhint %}

{% hint style="info" %}
クライアントのOS判定について

アクセスポイントではOS判定にDHCP Fingerprintingを使用しており、DHCPのやり取りからOS判定を行います。静的IPの場合や判定ができない場合にはLinuxと表示され、判定をした時点で表示が変更されます。また、意図しないOSで表示される場合でも手動でのOSの表示変更はできません。
{% endhint %}

{% hint style="info" %}
アプリケーションの判別について

アプリケーションの識別にはnDPIを使用しています。nDPIではセッション単位でアプリケーションを識別します。TLSなどの暗号化された通信については、パケットヘッダ情報やセッション確立時の情報など、暗号化されていない部分から取得できる情報に基づいて、可能な限りアプリケーションの種別を識別・分類します。
{% endhint %}

表示バージョンとして、「**通常バージョン**」と「**拡張バージョン**」の2種類あり、ページ右上のタブで切替が可能です。

<figure><img src="/files/nnskIIBtECdnvwRGoNlY" alt=""><figcaption></figcaption></figure>

拡張バージョンでの表示では、電源状態の表示（PoE給電の状況）が追加されている他は通常バージョンと表示内容は変わりません。

<div><figure><img src="/files/fKaCZUbEtGlYJ4718I6d" alt=""><figcaption><p>通常バージョンの表示例</p></figcaption></figure> <figure><img src="/files/AwbuTLHwHwhShSZOC0Xw" alt=""><figcaption><p>拡張バージョンの表示例</p></figcaption></figure></div>

当該ネットワークの稼働状況が一目でわかるように、ダッシュボード画面左上にはレーダーチャートが表示されます。

<figure><img src="/files/N69sBeN7bAzlCqOHH93c" alt="" width="434"><figcaption><p>レーダーチャート表示例（正常な場合）</p></figcaption></figure>

\
チャネル利用率が高かったり、オフライン状態のスイッチやアクセスポイントが存在する場合などにはレーダーチャートに「問題が検出されました！」と表示されます。

<div><figure><img src="/files/0IjfVm9ntMBlro0Kg5ej" alt="" width="436"><figcaption></figcaption></figure> <figure><img src="/files/tlUkB8W5BLggfDRfLEp9" alt=""><figcaption></figcaption></figure></div>

以下の場合に「問題が検出されました！」と表示されます。

* 高いチャンネル利用率：過去5分間で平均60%以上
* 高いCPU使用率：過去5分間で平均90%以上
* オフラインのスイッチ／アクセスポイントが存在する

{% hint style="info" %}
チャネル使用率とCPU使用率については、過去5分間の平均値で判定されているため、一時的なスパイクではなく継続的な高負荷状態でアラートが表示される仕組みになっています。
{% endhint %}

{% hint style="danger" %}
メモリ使用率の検知機能は未対応です。
{% endhint %}


---

# 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://docs.lan.kokomocloud.com/managing-devices.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.
