# 実行

[デバイスビュー](/platform/ja/user-guide/device-view.md)の**実行**タブは、過去1時間にデバイス上で行われたすべてのバイナリ実行に関するインサイトを提供します。 この機能には以下のメトリクスが含まれています。

* **バイナリ** → **名称**: 表示されるバイナリのファイル名。
* **ユーザー名**: ローカルデバイスのユーザーアカウント名。
  * このフィールドを充填するには、[Collectorの設定](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/configuring-collector-level-anonymization.md)が必要です。
* **デバイス** → **名称**: ローカルネットワーク上での識別に使用されるオペレーティングシステムのデバイス名。
* **CPU時間**: 時間バケット（過去1時間）中のすべての基底プロセスのCPU時間の合計。
  * 複数のプロセスが多くのCPUコアで並行して実行されるため、CPU時間はバケットの持続時間よりもはるかに長くなる場合があります。
* **使用メモリ**：実行されたバイナリの時間枠ごとの平均メモリ使用量（バイト単位）。
  * このメトリクスは、同じバイナリを実行しているすべてのプロセスによって使用される平均メモリ量を表しています。 この値は各プロセスの実行時間によって重み付けされています。
* **ページフォルト**： ページフォルトの総数。
  * ページフォルトは、プロセスがまだメモリにロードされていないメモリの一部にアクセスしようとしたときに発生し、システムのパフォーマンスと実行の低下を引き起こします。
* **受信トラフィック**：Transmission Control Protocol (TCP) 接続のみの受信トラフィック量。
* **送信トラフィック**: TCPおよびユーザーデータグラムパッケージ（UDP）接続の送信トラフィック量。
* **フリーズ数**：実行フリーズ数。
  * 非応答アプリケーションの30秒ごとのサンプリングは、実行フリーズを見逃す可能性があります。

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

## 特定の項目を詳細に調べる <a href="#timeline-drillingdowntospecificeventsinthetimeline" id="timeline-drillingdowntospecificeventsinthetimeline"></a>

項目にカーソルを合わせることでアクションメニューを表示し、特定のバイナリの[診断](/platform/ja/user-guide/alerts-and-diagnostics/getting-started-with-diagnostics.md#gettingstartedwithdiagnostics-diagnosticdashboards) ダッシュボードを開いたり、[調査](/platform/ja/user-guide/investigations.md)で関連項目やイベントを表示するなどの追加オプションにアクセスできます。 詳細については、[調査の分析](/platform/ja/user-guide/investigations/analyzing-investigations.md)を参照してください。

{% hint style="info" %}
右側のパネルにある**アクション**のロケットアイコンを使用して、ユーザーの[役割](/platform/ja/user-guide/device-view.md#deviceview-requiredpermissionsfordeviceview)に応じたターゲットデバイス上での関連アクションをデバイスビュー画面から実行できます。
{% endhint %}

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

***

関連トピック:

* [チェックリスト](/platform/ja/user-guide/administration/content-management/checklists-management.md)
* [レーティング](/platform/ja/user-guide/administration/content-management/ratings-management.md)
* [Investigations](/platform/ja/user-guide/investigations.md)
* [通話品質の問題のためにデバイスビューを使用する](/platform/ja/user-guide/collaboration-experience/using-device-view-for-call-quality-issues.md)


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/ja/user-guide/device-view/executions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
