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년 전402회 조회
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.

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠