Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Windows tool to show details of running threads? [closed]

Tags:

I'm trying to find a tool similar to the Windows Task Manager utility which can show details on all threads running in a given process, such as their names, IDs, etc ..

Windows Task Manager only lists the number of threads running in a given process .. It doesn't give any thread specific information ..

like image 415
Ahmad Avatar asked Dec 08 '10 09:12

Ahmad


People also ask

How can I see the process threads in Windows?

Through Windows Task Manager: Open Task Manager (press Ctrl+Shift+Esc) Select Performance tab. Look for Cores and Logical Processors (Threads)

What does threads mean in Task Manager?

A thread is the basic unit to which the operating system allocates processor time. A thread can execute any part of the process code, including parts currently being executed by another thread. A job object allows groups of processes to be managed as a unit.


2 Answers

Try using Process explorer. It's much more powerful than task manager and should suit your needs.

like image 156
darioo Avatar answered Oct 12 '22 12:10

darioo


You can also try processHacker which is free, Open source and mature.It has more option than ProcessExplorer.

like image 26
Malick Avatar answered Oct 12 '22 10:10

Malick