> 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/remote-actions/using-remote-actions/monitoring-remote-actions-execution-statistics.md).

# リモートアクションの実行統計を監視する

## リモートアクションの概要へアクセスする <a href="#usingremoteactions-accessingremoteactions" id="usingremoteactions-accessingremoteactions"></a>

* メインメニューからリモートアクションモジュールを選択します。
* ナビゲーションパネルから**リモートアクションの概要**を選択して、すべてのリモートアクションのパフォーマンスに関連する統計を表示します。

<figure><img src="/files/iICUy3Hxx1LW3xdXkYEf" alt="2024-01-12_08-48-09 (1).png"><figcaption></figcaption></figure>

## タイムフレームピッカーとフィルタリングに関する注意事項 <a href="#usingremoteactions-usingtheremoteactionsoverviewpage" id="usingremoteactions-usingtheremoteactionsoverviewpage"></a>

ページ右上のタイムフレームピッカーを使用して、プリセットのタイムフレームまたはカスタム期間を選択します。 選択したタイムフレームはページ上のすべてのウィジェットに適用されます。 タイムフレームを指定しない場合、デフォルトは**直近7日間**です。

## リモートアクションの概要ページを探索する

<figure><img src="/files/qfo73J0eUKV5lP5EpfJe" alt="2024-01-11_16-49-22.png" width="760"><figcaption></figcaption></figure>

### タイムライン上の実行数

エリアチャートは実行数の動的な変化を視覚的に示します。

### リモートアクションのステータス

関連する**デバイス**テーブルには、少なくとも1つのリモートアクションの対象となったデバイスの総数と、ステータス別の内訳が表示されます：

* **成功**\
  正常に完了した実行。
* **キャンセル済み**\
  リモートアクションの削除によりキャンセルされた実行。
* **古いCollector**\
  Collectorの旧バージョンのため実行されなかったもの。
* **スクリプトなし**\
  デバイスプラットフォーム用のスクリプト（Windowsは `.ps`、macOSは `.bash`）が存在しないために実行されなかったもの。
* **期限切れ**\
  対象デバイスがオフラインのままで、新しい実行リクエストが受信されたために期限切れとなったもの。
* **失敗**\
  失敗した実行。
* **デバイス待ち**\
  デバイスがオンラインになるのを待っている実行。

### リモートアクションの実行内訳

実行チャートテーブルには、すべてのリモートアクションの総実行数と、**プラットフォーム**、**目的**、**トリガー**別の内訳が表示されます。 バーをクリックすると、リモートアクションの実行詳細をフィルタリングできます。 フィルターはページ上部のフィルターバーに表示されます。

### リモートアクションテーブル

**リモートアクション**テーブルでは、リモートアクションが**名前**、**デバイス数**、**成功した実行**、**失敗した実行**で整理されています。 列タイトルをクリックすると内容を並べ替えできます。

テーブル内のリモートアクションをクリックすると、[**リモートアクション**詳細ページ](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-specific-remote-action-executions.md)が開きます。 以前に選択したフィルターは自動的に適用されます。


---

# 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/remote-actions/using-remote-actions/monitoring-remote-actions-execution-statistics.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.
