relog *.blg -o mergelog.blg C:\>relog /?Microsoft r Relog.exe (6.3.9600.16384)Relog creates new performance logs from data in existing performance logs by changing the sampling rate and/or converting the file format. Supports all performance log formats, including Windows NT 4.0 compressed logs. Usage: relog [options] Parameters: Performance file to relog. Options: -? Displays context sensitive ..
복사 진행률이 확인되는 robocopy 추천! cmd> xcopy [기존 디스크 파일 경로] [신규 디스크 파일 경로] /E /H /K /O /X cmd> robocopy [기존 디스크 파일 경로] [신규 디스크 파일 경로] /E /COPYALL /ETA /IS C:\>xcopy x: e: /E /H /K /O /X X:$RECYCLE.BIN\desktop.ini E:\$RECYCLE.BIN\S-1-5-21-1240540125-3072744696-303012254-500\desktop.ini을(를) 덮어쓰시겠습니까(Yes/No/All)? y X:$RECYCLE.BIN\S-1-5-21-1240540125-3072744696-303012254-500\desktop.ini X:MSSQL10_50.MSSQLSE..
(개인적인) 결론: 어떤 방법을 사용하건 속도는 큰 의미가 없다. 테스트 시나리오 "C:\Users\Administrator\Desktop\20411D\%~~2012" 디렉터리를 "D:\temp\" 경로에 복사 복사대상 디렉터리 정보 결과 XCOPY 테스트1: 40.36초 테스트2: 32.92초 C:\>xcopy "C:\Users\Administrator\Desktop\20411D\20411D- Part 2 - Virtual Machines - Administering Windows Server 2012" "D:\temp\" /E /H /O /K /X ROBOCOPY 테스트1: 41.80초 테스트2: 34.66초 C:\>robocopy "C:\Users\Administrator\Desktop\20411D..
Poolmon.exe Windows Server의 Paged Pool, Non-Paged Pool 영역을 모니터링할 수 있는 툴로 Windows Server 2003 Support Toolkit에 포함되어 있습니다. Download Windows Server 2003 Service Pack 2 32-bit Support Tools http://www.microsoft.com/en-us/download/details.aspx?id=15326 설치 suptools.msi 실행 실행 사용 명령키 p - nonpaged, paged, 또는 모두를 많이 사용하는 순으로 정렬합니다. Toggles the display through nonpaged allocations, paged allocations, and b..
네트워크 패킷을 수집/분석하는 용도로 사용되는 Netmon 툴의 설치 스크린샷 (약은 약사에게 분석은 전문가에게…;) Download: http://www.microsoft.com/en-us/download/details.aspx?id=4865 Setup -- Next -- I accept the terms in the License Agreement - Next -- Next -- Complete~ - Next -- Install -- Finish
Netsh - IP Address 변경 1. 네트워크 어댑터 이름 확인 - IP를 변경하고자 하는 네트워크 어댑터의 이름 확인 Cmd> netsh interface show interface 2. 컴퓨터 IP address 변경 Cmd> netsh -c int ip set address name="어댑터이름" source=static addr= mask=255.255.255.0 gateway= gwmetric=0 ** 원격접속 시 네트워크 연결 중단 -> 변경된 IP로 재접속