다음을 통해 공유


BufferSize

각 버퍼의 크기(KB)를 설명합니다.

요소 계층 구조

구문

<BufferSize Operation = "Set" | "Add" | “Remove”
            Value     = unsignedLong>
</BufferSize>

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
작업 요소를 설정하거나 추가해야 하는지 여부를 나타냅니다. 이 특성에는 다음 값 중 하나가 있을 수 있습니다.
  • 설정
  • 추가
  • 제거
설정
버퍼의 크기(KB)를 나타냅니다. unsignedLong Yes

자식 요소

없음

부모 요소

요소 Description
EventCollector 이벤트 수집기를 나타냅니다.
EventCollectorId 이벤트 수집기 식별자를 나타냅니다.
HeapEventCollector 힙 이벤트 수집기를 나타냅니다.
HeapEventCollectorId 힙 이벤트 수집기 식별자를 나타냅니다.
SystemCollector 시스템 수집기를 나타냅니다.
SystemCollectorId 시스템 수집기 식별자를 나타냅니다.

설명

이 요소는 메모리 내 캡처에만 사용됩니다.

예제

다음 코드 예제에서는 시스템 수집기 및 이벤트 수집기 정의에서 이 요소를 사용하는 방법을 보여줍니다.

<SystemCollector
  Id="WPRSystemCollector"
  Name="NT Kernel Logger"
  FileName="WPRKernel.etl">
  <BufferSize
    Value="512"/>
  <Buffers
    Value="3"
    PercentageOfTotalMemory="true"/>
</SystemCollector>

<EventCollector
  Id="WPREventCollector"
  Name="WPR Event Collector"
  FileName="somefilename.etl">
  <BufferSize
    Value="128"/>
  <Buffers
    Value="64"/>
</EventCollector>

요소

버퍼

SystemCollector

EventCollector

HeapEventCollector