BuffersPerCPU
하이퍼바이저 수집기를 위해 시스템의 CPU당 버퍼 수를 구성합니다.
요소 계층 구조
-
<
WindowsPerformanceRecorder>
-
<
Profiles>
-
<
HypervisorEventCollector>
- < BuffersPerCPU>
-
<
Profile>
-
<
Collectors>
-
<
HypervisorEventCollectorId>
- < BuffersPerCPU>
-
<
HypervisorEventCollectorId>
-
<
Collectors>
-
<
HypervisorEventCollector>
-
<
Profiles>
구문
<BuffersPerCPU Operation = "Set" | "Add" | “Remove”
Value = unsignedLong >
</BuffersPerCPU>
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
작업 | 버퍼를 설정하거나 추가해야 하는지 여부를 나타냅니다. | 이 특성 값은 다음 중 하나일 수 있습니다.
|
예 | 설정 |
값 | CPU당 버퍼 수를 나타냅니다. | unsignedLong | Yes |
자식 요소
없음
부모 요소
요소 | 설명 |
---|---|
HypervisorEventCollector | 하이퍼바이저 이벤트 수집기를 나타냅니다. |
HypervisorEventCollectorId | 하이퍼바이저 이벤트 수집기 식별자를 나타냅니다. |
설명
이 요소는 파일 모드 캡처에만 사용됩니다.
예제
다음 예제에서는 시스템 수집기 및 이벤트 수집기 정의에서 이 요소를 사용하는 방법을 보여 줍니다.
이 예제에서는 버퍼 크기를 128KB로 설정하고 시스템의 CPU당 4개의 버퍼를 예약합니다.
<EventCollector Id="WPRHypervisorEventCollector" Name="WPR_Hypervisor_Event_Collector">
<BufferSize Value="128"/>
<BuffersPerCPU Value="4"/>
</EventCollector>