티스토리 뷰
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 both. ( or ) Toggles the display between sorting by value (allocations, free operations, and bytes) and sorting by change in value. You can use either parenthesis character. They have the same effect. s - system pool, Terminal Service Session pool을 번갈아가며 보여줍니다. Toggles the display between the system pools and the Terminal Services session pools. TSSessionID Displays allocations from the specified Terminal Services session pool. TSSessionID represents the session ID of a Terminal Services session. It must be an integer from 0 through 9. To display all session pools or to enter session IDs greater than 9, use the i command. i - 특정 session ID의 pool을 확인합니다. Prompts you for the session ID of a Terminal Server session. You can respond in the following two ways: To display allocations from all Terminal Services session pools, press ENTER. To display allocations from a particular Terminal Services session pool, type a session ID and then press ENTER. l - 하이라이트 효과를 on/off 합니다. Toggles highlighting of changed lines on and off. e - 합계를 하단에 표시하는 기능을 on/off 합니다. Toggles pool totals on and off. Totals appear at the bottom of the display. t - 태그 이름으로 정렬합니다. Sorts by tag name. a - allocation이 많은 순서로 정렬합니다. Sorts by number of allocations. When used with a parenthesis character, the a key sorts by the change in allocations. f - free가 많은 순서로 정렬합니다. Sorts by number of free operations. When used with a parenthesis character, the f key sorts by the change in free operations. d Sorts by the difference between bytes allocated and bytes freed. b - bytes 사용이 많은 순으로 정렬합니다. Sorts by bytes used. When used with a parenthesis character, the b key sorts by the change in bytes used. m - bytes-per-allocation이 높은 순으로 정렬합니다. Sorts by bytes-per-allocation. When used with a parenthesis character, the m key sorts by the change in bytes-per-allocations. ? or h - 도움말 Displays the startup command parameters, the run-time commands, and a description of the PoolMon display. To close the help display, press the ESC key. q or ESC - 종료 Stops PoolMon. |
요구사항
System Requirements The version of PoolMon included in the Windows Driver Kit (WDK) and described in this document runs only on Microsoft Windows XP and later versions of Windows. Pool Tagging Requirement Before running any version of PoolMon on Windows XP or earlier versions of Windows, you must enable pool tagging. Pool tagging is permanently enabled on Windows Server 2003 and later versions of Windows. The pool tagging feature collects and calculates statistics about pool memory sorted by the tag value of the allocation. To enable pool tagging, use GFlags, a tool included in Debugging Tools for Windows. Open the Global Flags dialog box, check the Enable Pool Tagging check box, and then restart the computer. Requirements for Terminal Services Session Pool Monitoring PoolMon displays allocations from the Terminal Services session pools only on Windows Server 2003 and later versions of Windows. Windows allocates memory from Terminal Services session pools only when the computer is configured as a Terminal Server. On Terminal Servers, the kernel-mode portions of the Win32 subsystem allocate memory from the session pools. Otherwise, Windows allocates pool memory for Terminal Services from the system pool. Requirements for Generating a Local Tag File The /c parameter, which creates a localtag.txt file of pool tags used by drivers on the local machine, is supported only on 32-bit versions of Windows. Display Requirements To see the entire PoolMon display, the Command Prompt window size must be at least 80 characters wide (width=80) and at least 53 rows high (height=53), and the Command Prompt window buffer must be at least 500 characters wide (width=500) and at least 2000 rows high (height=2000). Otherwise, the display might be truncated. Required Files poolmon.exe msdis130.dll msvcp70.dll msvcr70.dll pooltag.txt |
참고문서
PoolMon
http://msdn.microsoft.com/en-us/library/windows/hardware/ff550442(v=vs.85).aspx
'Windows Server > Cmd&Tools' 카테고리의 다른 글
XCOPY vs ROBOCOPY vs GUI 복사 속도 테스트 (0) | 2014.12.10 |
---|---|
Pool Tag 확인 (0) | 2014.11.25 |
Netmon 3.4 설치 (0) | 2014.05.27 |
cmd - Netsh - IP Address 변경 (0) | 2014.04.03 |
cmd - Net User - 계정 사용/사용안함 (0) | 2014.03.25 |