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


 아래는 프로세스 관련 유틸리티다.


Sysinternals Process Utilities 
http://technet.microsoft.com/en-us/sysinternals/bb795533


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.

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

ListDLLs
List all the DLLs that are currently loaded, including where they are loaded and their version numbers. Version 2.0 prints the full path names of loaded modules.

PortMon
Monitor serial and parallel port activity with this advanced monitoring tool. It knows about all standard serial and parallel IOCTLs and even shows you a portion of the data being sent and received. Version 3.x has powerful new UI enhancements and advanced filtering capabilities.

ProcDump
This new command-line utility is aimed at capturing process dumps of otherwise difficult to isolate and reproduce CPU spikes. It also serves as a general process dump creation utility and can also monitor and generate process dumps when a process has a hung window or unhandled exception.

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.

PsExec
Execute processes remotely.

PsGetSid
Displays the SID of a computer or a user.

PsKill
Terminate local or remote processes.

PsList
Show information about processes and threads.

PsService
View and control services.

PsSuspend
Suspend and resume processes.

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.

ShellRunas
Launch programs as a different user via a convenient shell context-menu entry.

VMMap
See a breakdown of a process's committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Identify the sources of process memory usage and the memory cost of application features.


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

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

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

+ Recent posts