> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/vdi-experience/using-sessions-overview/sessions-2.md).

# 実行タブ

すべてのアクティブセッションにおけるVM上のすべてのバイナリー実行のリストを表示します。

<figure><img src="/files/1BTvC50qguoWpbm5buqt" alt=""><figcaption></figcaption></figure>

特定のVMの[**Device View**](/platform/ja/user-guide/device-view.md)を表示するには、**Device > Name**列でデバイス名を選択します。

### アクションメニュー

コンテキストアクションメニューを使用して、異なるデータ探索パスを有効にすることでトラブルシューティングを改善します。

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

**Username**、**Device > Name**、および**Binary > Name**列では、選択したバイナリの右側にあるアクションメニューを選択して、新しいコンテキスト調査を開き、接続デバイス、ユーザー、またはイベントを**すべて取得**します。

**Binary > Name** 列および **Device > Name** 列では、実行時のクラッシュや CPU 高負荷を**診断**できます。

以下の列で、アクションメニューの**Drill down to**を選択して、新しいコンテキスト調査を開き、リモートアクションを使用して問題をさらに診断し、修正します。

* ユーザー名
* CPU時間
* 使用メモリ
* ページフォルト
* フリーズ回数
* ファイル合計バイト数
* ファイル合計操作数
* ネットワーク合計トラフィック


---

# 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.nexthink.com/platform/ja/user-guide/vdi-experience/using-sessions-overview/sessions-2.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.
