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 複合型によって定義されます。
属性
名前 | 型 | 説明 |
---|---|---|
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 [デスクトップ アプリのみ] |
こちらもご覧ください
-
スキーマ内の要素の定義コンテキスト
-
スキーマ インスタンスで可能な直接の親要素