다음을 통해 공유


PwrTest 타이머 시나리오

PwrTest 타이머 시나리오는 시스템 타이머 확인이 변경되면 이를 기록합니다.

구문

pwrtest /timer /?  [/t:n]  [/?] 

/t:n
시나리오를 실행할 총 시간(분)을 지정합니다( n 의 기본값은 30분).

예제

  pwrtest /timer
pwrtest /timer /t:5

XML 로그 파일 출력

<PwrTestLog>
  <SystemInformation>
  </SystemInformation>
  <TimerEvents> 
    <TimerResolutionRundown>
      <Timestamp></Timestamp>
      <CurrentResolution></CurrentResolution>
      <MinimumResolution></MinimumResolution>
      <MaximumResolution></MaximumResolution>
      <KernelCount></KernelCount>
      <KernelResolution></KernelResolution>
    </TimerResolutionRundown>
    <TimerResolutionRequestRundown>
        <Timestamp></Timestamp>
        <AppName></AppName>
        <Resolution></Resolution>
        <ProcessID></ProcessID>
    </TimerResolutionRequestRundown>
    <NtSetTimerResolution>
      <Timestamp></Timestamp>
      <AppName></AppName>
      <ServiceName></ServiceName>
      <Resolution></Resolution>
      <ProcessID></ProcessID>
    </NtSetTimerResolution>
    <UpdateTimerResolution>
      <Timestamp></Timestamp>
      <Resolution></Resolution>
    </UpdateTimerResolution>
    <ExSetTimerResolution>
      <Timestamp></Timestamp>
      <Resolution></Resolution>
    </ExSetTimerResolution>  
  </TimerEvents>
</PwrTestLog> 

다음 표에서는 로그 파일에 표시되는 XML 요소에 대해 설명합니다.

요소 Description
<TimerEvents>

모든 다른 타이머 이벤트를 포함합니다. PwrTest 로그 파일에 하나의< TimerEvents> 요소만 표시할 수 있습니다.

<타임스탬프>

지정된 이벤트의 타임스탬프를 지정합니다.

<TimerResolutionRundown>

현재 타이머 확인 통계를 표시하는 이벤트입니다. 이러한 이벤트 중 하나만 기록됩니다.

<CurrentResolution>

현재 해상도(밀리초)입니다.

<MinimumResolution>

최소 해상도.

<MaximumResolution>

최대 해상도.

<KernelCount>

커널 모드의 확인 요청 수입니다.

<KernelResolution>

현재 커널 타이머 해상도입니다.

<TimerResolutionRequestRundown>

현재 확인 요청을 표시하는 이벤트입니다. 여러 이벤트가 기록될 수 있습니다.

<Appname>

요청자의 프로세스 이름입니다.

<해결 방법>

요청의 해상도(밀리초)입니다.

<ProcessID>

요청자의 프로세스 ID입니다.

<NtSetTimerResolution>

이벤트는 프로세스가 타이머 확인 요청을 했음을 나타냅니다.

<Servicename>

해당하는 경우 요청자의 서비스 이름입니다.

<UpdateTimerResolution>

이벤트는 시스템이 타이머 해상도를 업데이트했음을 나타냅니다.

<ExSetTimerResolution>

이벤트는 커널 구성 요소가 타이머 확인 요청을 했음을 나타냅니다.

PwrTest 구문