Cloudwatch agent

0

Hey, I have a query about cloudwatch agent metrics for windows server ,below are the metrics available for windows server .

Processor % Idle Time,

Processor % Interrupt Time ,

Processor % User Time ,

PhysicalDisk % Disk Time ,

PhysicalDisk Disk Write Bytes/sec ,

PhysicalDisk Disk Read Bytes/sec ,

PhysicalDisk Disk Writes/sec ,

PhysicalDisk Disk Reads/sec ,

Paging File % Usage ,

LogicalDisk % Free Space ,

Memory % Committed Bytes In Use ,

TCPv4 Connections Established ,

TCPv6 Connections Established ,


But how can get the below metrics for windows server ?

--mem-util --mem-used --mem-avail

--disk-space-util --disk-space-used --disk-space-avail

質問済み 2年前403ビュー
1回答
0

Hello,

Here is a json snipit of the memory options for windows.

    },
      "Memory": {
        "metrics_collection_interval": 5,
        "measurement": [
          "Available Bytes",
          "Cache Faults/sec",
          "Page Faults/sec",
          "Pages/sec"
        ],
        "append_dimensions": {
          "d3": "win_bo"
        }
      },

You can also use windows performance counters to expose any other metrics in windows you would like to have. Here is some more information about collecting windows performance counter data.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ