Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
PwrTest supporta più output di registrazione simultanei in formati diversi: .log (testo non crittografato), .xml (il formato varia per scenario), .wtl (WTTLog) e .etl (traccia ETW). Per impostazione predefinita, PwrTest genera file di log denominati pwrtestlog.*. You can use the /ln:name option to change the log names. Questi file verranno generati nella directory corrente per impostazione predefinita. You can use the /lf:folder option to change the output location.
Il formato di file WTTLog è comune a tutti gli strumenti di Microsoft Windows Driver Kit (WDK) che usano l'interfaccia WTTLog. PwrTest non genererà un file di log WTTLog (WTTLog) se si esegue PwrTest in un computer in cui non è installato WTTLog.
Il file di log PwrTest .xml (pwrtestlog.xml) fornisce informazioni sullo scenario specifico eseguito. Tutti i file di log PwrTest .xml hanno l'elemento radice e l'intestazione seguenti:
<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>