일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- MSCS on VMWare
- Nested VM
- 안철수
- failover cluster
- windows media service
- 작업관리자
- Hyper-V
- dsquery
- FTP7.5
- windows update
- Windows Server 2016 Hyper-v Cluster
- cluster node as Domain controller
- windbg
- 인문고전
- paged pool
- LiveKD
- ftp7.5 장애조치 클러스터
- 터키여행
- nonpaged pool
- Xperf
- SQL Server 2008
- Windows Server 2008
- SQL Server 2012R2 FCI
- iSCSI target
- Session space
- windows debugging tool
- Local TempDB
- 클러스터
- 프로세스 CPU 사용량
- Windows Server 2016
Archives
- Today
- Total
목록logman (1)
류짱:Beyond MySelf
Windows에 설정 된 성능 로그를 간단하게 확인 하는 방법 / logman
logman 이라는 명령어를 이용하면 현재 설정 된 성능 로그를 확인 할 수 있으며 간단하게 성능 로그를 수집 할 수 도 있습니다. logman query logman 사용 예 Examples: logman start perf_log logman update perf_log -si 10 -f csv -v mmddhhmm logman create counter perf_log -c "\Processor(_Total)\% Processor Time" logman create counter perf_log -c "\Processor(_Total)\% Processor Time" -max 10 -rf 01:00 logman create trace trace_log -nb 16 256 -bs 64 -o c:\lo..
Microsoft/Windows Platform
2011. 9. 23. 22:43