Re: Threading and Assebly




"Reg" <reg@xxxxxxxxxx> schrieb im Newsbeitrag
news:fcrkk8$avv$1@xxxxxxxxxxxxxxxxxxxxx
Hello, Kerem Process Explorer is good!

Thanks!


"Kerem Gümrükcü" <kareem114@xxxxxxxxxxx> wrote in message
news:esAkkPt%23HHA.1484@xxxxxxxxxxxxxxxxxxxxxxx

"Reg" <reg@xxxxxxxxxx> schrieb im Newsbeitrag
news:fcrf3a$7gr$1@xxxxxxxxxxxxxxxxxxxxx
Are there any tools or API that would tell how many threads are in
Assemblys beloning to process (exe)?
I mean e.g that Assebly 1 has five threads, Assembly 2 has 10 threads
and exe has two threads.

Pview and other similar tools show how many threads a process has total,
not how many are allocated to different Asseblys belonging to process.

I ask this because I use couple third party vendors Asseblys and don't
know which one of them is allocating
a lot's of threads.

Cheers!


Hi Reg,

try the Microsoft Process Explorer or Process Monitor. They will
show you the Thread Count and Extra Information like Call Stack, etc.
If you talk about .NET Assemblies, also there you ill get good
information
on the .NET Tab of the Process Properties...

You can also use performance counters already available on your system.
Take a look here: http://www.codeproject.com/dotnet/perfcounter.asp
Or see here:
http://groups.google.de/group/microsoft.public.dotnet.languages.vc/browse_thread/thread/de07a28bff8383d3/5cf413363ae2c690
Or walk through the technet reference for PCounters:
http://technet2.microsoft.com/windowsserver/en/library/3fb01419-b1ab-4f52-a9f8-09d5ebeb9ef21033.mspx?mfr=true

One of them will help you for sure...

By the way: Please use your full name here.

Regards

Kerem


Beste Grüsse / Best regards / Votre bien devoue


Kerem Gümrükcü
kerem.g@xxxxxxxxxxxxxxxxxxx

Latest Open-Source Project:
http://sourceforge.net/projects/checkdiskshell
Thats me at work: http://www.pro-it-education.de/staff/keremg/
Pro-IT Education http://www.pro-it-education.de/
Professional IT-Training and Consulting
-----------------------
"This reply is provided as is, without warranty express or implied."







You are wellcome!


Beste Grüsse / Best regards / Votre bien devoue


Kerem Gümrükcü
kerem.g@xxxxxxxxxxxxxxxxxxx

Latest Open-Source Project: http://sourceforge.net/projects/checkdiskshell
Thats me at work: http://www.pro-it-education.de/staff/keremg/
Pro-IT Education http://www.pro-it-education.de/
Professional IT-Training and Consulting
-----------------------
"This reply is provided as is, without warranty express or implied."


.


Loading