Process Monitoring Tool
Process Monitoring Tool emphasizes on providing a detailed information of all the running processes(.exe files) on your Windows NT machine.
The tool provides the following features:
- Display all running processes.
- Display thread information of processes.
- Search a precific running process.
- Kill/Terminate a specific running process.
- Create Log File which contains all the information of every running process.
- Display hardware information of current machine.
- Display memory usage of each process.
Command | Description |
---|---|
ps | Display all information of process |
ps | Display all memory information of process |
ps -t | Display all information about threads |
ps -d | Display all information about DLL |
cls | Clear all contents of console |
log | Creates log of current running process on c drive |
readlog | Display the information from specified log file |
sysinfo | Display the current hardware configuration |
search | Serach and display information of specific running process |
exit | Terminate Procmon |
Hardware Requirements:
- 32 bit Windows NT OS(XP onwards) with built-in Win32 APIs
- Min 512Mb RAM
Detailed information regarding Win32 APIs can be found on
https://docs.microsoft.com/en-us/windows/desktop/api/tlhelp32/