.Net framework 기반으로 개발 또는 운영(사용) 할 때 유용하게 사용할 수 있는 유틸리티들이다.(.Net Framework에 한정되어 있는건 아니다) 어플리케이션의 메모리 구조를 분석할 수 있는 툴, 프로세서의 상황을 분석할 수 있는 툴등... 여러가지 유티리티들을 MS에서 제공하고 있다. 다음 링크를 따라가서 하나 하나씩 살펴 보도록 하자. 


 아래는 시스템 정보에 관계된 유틸리티다.


Sysinternals System Information Utilities 
http://technet.microsoft.com/en-us/sysinternals/bb795535


Autoruns
See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.

ClockRes
View the resolution of the system clock, which is also the maximum timer resolution.

Coreinfo
Coreinfo is a command-line utility that shows you the mapping between logical processors and the physical processor, NUMA node, and socket on which they reside, as well as the cache’s assigned to each logical processor.

Handle
This handy command-line utility will show you what files are open by which processes, and much more.

LiveKd
Use Microsoft kernel debuggers to examine a live system.

LoadOrder
See the order in which devices are loaded on your WinNT/2K system.

LogonSessions
List the active logon sessions on a system.

PendMoves
Enumerate the list of file rename and delete commands that will be executed the next boot.

Process Explorer
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.

Process Monitor
Monitor file system, Registry, process, thread and DLL activity in real-time.

ProcFeatures
This applet reports processor and Windows support for Physical Address Extensions and No Execute buffer overflow protection.

PsInfo
Obtain information about a system.

PsLoggedOn
Show users logged on to a system

PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.

RAMMap
An advanced physical memory usage analysis utility that presents usage information in different ways on its several different tabs.

WinObj
The ultimate Object Manager namespace viewer is here.


 다음 포스트에서는 MS에서 제공하는 유틸리티들을 하나 하나씩 살펴 보도록 하겠다. 위 유틸리티를 설명하는 Channel9의 영상 링크를 먼저 알려 드리도록 하겠다. 

http://channel9.msdn.com/Shows/Defrag-Tools

http://technet.microsoft.com/en-us/sysinternals/bb795535







+ Recent posts