Click to See Complete Forum and Search --> : monitor threads tools?


aneird
September 11th, 2007, 09:24 PM
There are no such tools that monitor threads?
can i khow which thread is higher by thread id?

JVene
September 11th, 2007, 09:35 PM
I'm not sure I understand what you're saying.


can i khow which thread is higher by thread id?


Do you mean higher priority?

Which operating system (functions are different for each).

Perhaps you're asking for thread oriented CPU usage, like the per process CPU usage statistics seen in Windows Task manager?

aneird
September 11th, 2007, 10:09 PM
not higher priority,
i mean usage higher.it can not see which thread is usage higher in Windows Task manager,may be i do not.

STLDude
September 12th, 2007, 12:21 AM
There is a tool called Process Explorer. The company name used to be SysInternals, but it got bought up by Microsoft. Do not fear, it's still available at microsft.com (you will need to search for it) and its' free. This tool will give you more data that you can handle :) and bonus to that, it does that in a nice GUI.

This advice is only good if you are using Windows, specially XP.

aneird
September 12th, 2007, 01:27 AM
GOOD!!
Thanks upstair friend!