PwrTest 日志文件

PwrTest 支持采用不同格式的多个同时日志记录输出:.log (纯文本) ,.xml (格式因方案) 而异,.wtl (WTTLog) ,.etl (ETW 跟踪) 。 默认情况下,PwrTest 会生成名为 pwrtestlog.*的日志文件。 可以使用 /ln:name 选项更改日志名称。 默认情况下,这些文件将在当前目录中生成。 可以使用 /lf:folder 选项更改输出位置。

WTTLog 文件格式是使用 WTTLog 接口的所有 Microsoft Windows 驱动程序工具包 (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>

PwrTest 语法