SystemCollectorId

Applies To: Windows 8, Windows 8.1

Represents the identifier of a system collector.

Element Hierarchy

<WindowsPerformanceRecorder>
     <Profiles>
          <Profile>
               <Collectors>
                    <SystemCollectorId>

Syntax

<SystemCollectorId Value = IdType>

  <!-- Child elements -->
  BufferSize,
  Buffers,
  StackCaching,
  SystemProviderId,
  SystemProvider

</SystemCollectorId>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Value

Describes the identifier.

String that must have at least one character and cannot contain colons (:) or spaces.

Yes

Child Elements

Element Description Requirement

BufferSize

Describes the size of each buffer, in KB.

Required, exactly 1.

Buffers

Describes the number of buffers to be allocated when starting a session.

Required, exactly 1.

StackCaching

Describes stack caching attributes of collectors.

SystemProviderId

Represents a system provider identifier.

Optional, 1 or more.

SystemProvider

Represents a system provider.

Optional, 1 or more.

Parent Elements

Element Description

Collectors

Represents a collection of collector identifiers.

See Also

Other Resources

Elements