vote up 1 vote down star
1

We have some problems at our production code, my main problem is that we have some process that growing too much, as I think connections that someone forget to close. or maybe a communication error that causes them to be orphans.

I am looking for a good tool to explore those process (also threads).

I already know the Process explorer, the main problem is that such tool won't show me details about cache, session or other static classes in .net\com.

Remark, we are using ESRI's Gis server and the processes are arcsoc.exe, arcsom.exe and w3wp.exe.

flag

4 Answers

vote up 1 vote down

Have you considered Perfmon? You can monitor things like sql connections, cache and thread count. In combination with some targetted load test it might give you the answer.

link|flag
vote up 1 vote down

Depending on exaclty what you are trying to use in .NET, Ants Profiler might get you part of the way there.

If you are looking for locking and other item usage, this system monitor has proven helpful for me many times before - http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

link|flag
vote up 0 vote down

Have you looked at any of the tools in the Microsoft Windows SDK that installs with Visual Studio .net 2008? There might be some tools that will help you out in there.

link|flag
vote up 0 vote down

Thanks for your answers, --I want to inspect an existing Process--

@crisian - perfmon can help after some time of inspecting but i need more details (something like a screenshot of the process)

@joel can you be more specific?

@Mitchel I do use the process explorer It is pretty good the problem is that it can't show me cache\session details.

Still waiting for more.

thanks.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.