학습
모듈
Run a Power Automate for desktop flow in unattended mode - Training
Learn how to run an unattended Microsoft Power Automate for desktop flow.
PwrTest 플랫폼 유휴 시나리오(/platidle)는 컴퓨터에서 지원하는 경우 플랫폼 유휴 전환 수를 폴링하고 로그하려고 시도합니다.
이 시나리오는 컴퓨터가 사용 중일 때 발생하는 플랫폼 유휴 상태 전환을 추적하는 데 유용합니다. 이 시나리오는 시스템이 심층 플랫폼 유휴 상태(전원 단추를 통해 수동으로 입력한 경우)를 진단하는 데 도움이 될 수 있습니다.
/platidle 시나리오에서는 컴퓨터에서 Always On Always Connected(AoAc) 전원 기능을 지원해야 합니다.
pwrtest /platidle [/t:n] [/i:n] [/?]
/t:n
시나리오를 실행할 총 시간(분)을 지정합니다( n 의 기본값은 30분).
/i:n
플랫폼 유휴 통계를 수집하기 위한 폴링 간격(초)을 지정합니다( n 의 기본값은 5초임).
예제
pwrtest /platidle /t:60
pwrtest /platidle
<PwrTestLog>
<SystemInformation>
</SystemInformation>
<PlatIdle>
<PlatformIdleStats StateCount="X" Timestamp="XX/XX/XXXX:XX:XX:XX.XXX">
<State Index="X" SuccessCount="X" FailureCount="X" CancelCount="X"/>
</PlatformIdleStats>
</PlatIdle>
</PwrTestLog>
다음 표에서는 로그 파일에 표시되는 XML 요소에 대해 설명합니다.
요소 | Description |
---|---|
<PlatIdle> | 모든 플랫폼 유휴 통계를 포함합니다. PwrTest 로그 파일에는 PlatIdle> 요소가 하나<만 있습니다. |
<PlatformIdleStats> | 플랫폼 유휴 통계 블록. |
학습
모듈
Run a Power Automate for desktop flow in unattended mode - Training
Learn how to run an unattended Microsoft Power Automate for desktop flow.
설명서
PwrTest 요청 시나리오 - Windows drivers
PwrTest 요청 시나리오는 시스템에서 실행되는 프로세스 및 서비스의 전원 요청을 기록합니다.
PwrTest ProcessIdle 시나리오 - Windows drivers
PwrTest ProcessIdle 시나리오는 백그라운드 유지 관리 작업을 예약된 시간이 아닌 지금 실행하도록 강제하고 진행 상황을 모니터링합니다.
PwrTest 디스크 시나리오 - Windows drivers
PwrTest 디스크 시나리오는 디스크 유휴 통계 및 스핀다운 이벤트를 모니터링합니다.