개요
이 점검은 Datadog Agent를 통해 Hyper-V를 모니터링합니다.
설정
설치
Hyper-V 점검은 Datadog Agent 패키지에 포함되어 있어 서버에 추가 설치가 필요하지 않습니다.
설정
Hyper-V 성능 데이터를 수집하려면 Agent의 구성 디렉터리 루트에 있는 conf.d/
폴더에서 hyperv.d/conf.yaml
파일을 편집합니다. 사용 가능한 모든 구성 옵션은 샘플 hyperv.d/conf.yaml을 참조하세요.
에이전트를 재시작합니다.
참고: 이 점검의 1.5.0 이상 버전에서는 메트릭 수집을 위한 새로운 구현을 사용하므로 Python 3이 필요합니다. Python 3을 사용할 수 없는 호스트의 경우 또는 이 점검의 레거시 버전을 사용하려는 경우 다음 config를 참조하세요.
검증
Agent의 상태 하위 명령을 실행하고 Checks 섹션에서 hyperv
를 찾습니다.
수집한 데이터
메트릭
| |
---|
hyperv.dynamic_memory_balancer.available_memory (gauge) | The amount of memory left on the node. Shown as byte |
hyperv.dynamic_memory_balancer.average_pressure (gauge) | This counter represents the average pressure in the VM. Shown as percent |
hyperv.hypervisor_logical_processor.context_switches_per_sec (gauge) | The combined rate at which all processors on the computer are switched from one thread to another. Shown as operation |
hyperv.hypervisor_logical_processor.guest_run_time (gauge) | The percentage of time spent by the processor in guest code. Shown as percent |
hyperv.hypervisor_logical_processor.hypervisor_run_time (gauge) | The percentage of time spent by the processor in hypervisor code. Shown as percent |
hyperv.hypervisor_logical_processor.idle_time (gauge) | The percentage of time spent by the processor in an idle state. Shown as percent |
hyperv.hypervisor_logical_processor.total_run_time (gauge) | The percentage of time spent by the processor in guest and hypervisor code. Shown as percent |
hyperv.hypervisor_root_virtual_processor.guest_run_time (gauge) | The percentage of time spent by the virtual processor in guest code. Shown as percent |
hyperv.hypervisor_root_virtual_processor.hypervisor_run_time (gauge) | The percentage of time spent by the virtual processor in hypervisor code. Shown as percent |
hyperv.hypervisor_root_virtual_processor.total_run_time (gauge) | The percentage of time spent by the virtual processor in guest and hypervisor code. Shown as percent |
hyperv.hypervisor_virtual_processor.guest_run_time (gauge) | The percentage of time spent by the virtual processor in guest code. Shown as percent |
hyperv.hypervisor_virtual_processor.hypervisor_run_time (gauge) | The percentage of time spent by the virtual processor in hypervisor code. Shown as percent |
hyperv.hypervisor_virtual_processor.total_run_time (gauge) | The percentage of time spent by the virtual processor in guest and hypervisor code. Shown as percent |
hyperv.virtual_network_adapter.bytes_per_sec (gauge) | The rate at which bytes are sent and received over each network adapter. Shown as byte |
hyperv.vm_vid_partition.physical_pages_allocated (gauge) | The number of physical pages allocated. Shown as block |
hyperv.vm_vid_partition.remote_physical_pages (gauge) | The number of physical pages not allocated from the preferred NUMA node. Shown as block |
서비스 점검
Hyper-V는 서비스 점검을 포함하지 않습니다.
이벤트
Hyper-V는 이벤트를 포함하지 않습니다.
트러블슈팅
도움이 필요하신가요? Datadog 지원팀에 문의하세요.
참고 자료
기타 유용한 문서, 링크 및 기사: