PwrTest では、.log (プレーンテキスト)、.xml (シナリオによって形式が異なります)、.wtl (WTTLog)、.etl (ETW トレース) など、さまざまな形式の複数の同時ログ出力がサポートされています。 既定では、PwrTest は pwrtestlog.* という名前のログ ファイルを生成します。 You can use the /ln:name option to change the log names. これらのファイルは、既定で現在のディレクトリに生成されます。 You can use the /lf:folder option to change the output location.
WTTLog ファイル形式は、WTTLog インターフェイスを使用するすべての Microsoft Windows Driver Kit (WDK) ツールに共通です。 WTTLog がインストールされていないコンピューターで PwrTest を実行した場合、PwrTest は .wtl (WTTLog) ログ ファイルを生成しません。
PwrTest .xml ログ ファイル (pwrtestlog.xml) は、実行される特定のシナリオに関する情報を提供します。 すべての PwrTest .xml ログ ファイルには、次のルート要素とヘッダーがあります。
<PwrTestLog date="today's date" time="beginning time" filename = "logfile path">
<SystemInformation>
<ComputerName></ComputerName>
<OSBuildNumber></OSBuildNumber>
<SystemManufacturer></SystemManufacturer>
<SystemProductName></SystemProductName>
<BIOSVersion></BIOSVersion>
<BIOSReleaseDate></BIOSReleaseDate>
<ProcessorCount></ProcessorCount>
<ProcessorPackageCount></ProcessorPackageCount>
</SystemInformation>
...
scenario tags and data
...
</PwrTestLog>