共用方式為


執行 (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 處理事件之處理器的識別碼。
ProcessorTime unsignedInt 針對 ETW 私人會話,CPU 刻度為使用者模式指示經過的執行時間。
SessionID unsignedInt 發生事件之終端機伺服器工作階段的識別碼。
ThreadID unsignedInt 識別已產生事件的執行緒。
UserTime unsignedInt 以 CPU 時間單位表示的使用者模式指令經過執行時間。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

架構中元素的定義內容

SystemPropertiesType

架構實例中可能的立即父元素

System (EventType)