프로세스 당 cpu 사용률을 확인하는 방법
예문) cpu time이 5퍼센트 이상인 프로세스 찾음
>wmic path Win32_PergFormattedData_PerfProc_Process WHERE "PercentProcessorTime > 5" get Name,PercentProcessorTime
위와 같이하여 텍스트 파일로 로깅 가능.
wmic / windows / process / processor
'WINDOWS' 카테고리의 다른 글
[Log Parser 2.2] Log Parser 통해 문자열로 이벤트 검색 (0) | 2016.12.27 |
---|---|
[Windows] 명령어를 통해 Internet Explorer 버전 확인 - reg query (0) | 2016.12.21 |
[Windows] VMware Tools 설치 시 에러 해결(vmtools.dll) (0) | 2016.12.21 |
[Windows] WSUS 정책 적용하기 (0) | 2016.12.21 |
[Windows] 장비의 Serial Number, Machine Type 확인 (0) | 2016.12.21 |