Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the identifier of a system collector.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <Profiles>
- <Profile>
- <Collectors>
- <SystemCollectorId>
- <Collectors>
- <Profile>
- <Profiles>
Syntax
<SystemCollectorId Value = IdType>
<!-- Child elements -->
BufferSize,
Buffers,
StackCaching,
SystemProviderId,
SystemProvider,
HardwareCounterId,
HardwareCounter,
EventProviders
</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 | Default |
---|---|---|---|
BufferSize | Describes the size of each buffer, in KB. | Optional, 1. | 128 |
Buffers | Describes the number of buffers to be allocated when starting a session. | Optional, 1. | 64 |
StackCaching | Describes stack caching attributes of collectors. | Optional, 1. | |
MaximumFileSize | Describes maximum trace file size. | Optional, 1. | |
FileMax | Describes the maximum number of instances of the log file that ETW creates for Autologger trace. | Optional, 1. | |
SystemProviderId | Represents a system provider identifier. | Optional, 1. | |
SystemProvider | Represents a system provider. | Optional, 1. | |
HardwareCounterId | Represents a hardware counter provider identifier. | Optional, 1. | |
HardwareCounter | Represents a hardware counter provider. | Optional, 1. | |
EventProviders | Represents a collection of event provider identifiers and event providers. | Optional, 1 |
Parent Elements
Element | Description |
---|---|
Collectors | Represents a collection of collector identifiers. |