Share via


Execution(SystemPropertiesType) 요소

이벤트를 기록한 프로세스 및 스레드에 대한 정보를 포함합니다.

<xs:element name="Execution">
    <xs:complexType>
        <xs:attribute name="ProcessID"
            type="unsignedInt"
            use="required"
         />
        <xs:attribute name="ThreadID"
            type="unsignedInt"
            use="required"
         />
        <xs:attribute name="ProcessorID"
            type="unsignedByte"
            use="optional"
         />
        <xs:attribute name="SessionID"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="KernelTime"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="UserTime"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="ProcessorTime"
            type="unsignedInt"
            use="optional"
         />
    </xs:complexType>
</xs:element>

Execution 요소는 SystemPropertiesType 복합 형식으로 정의됩니다.

특성

이름 형식 Description
KernelTime unsignedInt 커널 모드 명령에 대한 경과된 실행 시간(CPU 시간 단위)입니다.
ProcessID unsignedInt 이벤트를 생성한 프로세스를 식별합니다.
ProcessorID unsignedByte 이벤트를 처리한 프로세서의 ID 번호입니다.
ProcessorTime unsignedInt ETW 프라이빗 세션의 경우 사용자 모드 명령에 대한 경과된 실행 시간(CPU 틱)입니다.
SessionID unsignedInt 이벤트가 발생한 터미널 서버 세션의 ID 번호입니다.
ThreadID unsignedInt 이벤트를 생성한 스레드를 식별합니다.
UserTime unsignedInt CPU 시간 단위의 사용자 모드 명령에 대한 경과된 실행 시간입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

스키마의 요소 정의 컨텍스트

SystemPropertiesType

스키마 instance 가능한 직접 부모 요소

시스템(EventType)