monitoring w3wp.exe in a load test

I'd like to monitor w3wp.exe memory usage on another machine through a load test. I see no ways of adding a counter of this sort.

I do see that I can monitor committed bytes in use, which is fine, but I want to see that it's w3wp that's using that memory.

Any ideas?

-Rob

[326 byte] By [rmichaels] at [2007-12-24]
# 1
Look at the asp.net counter set. The counters you seek should be there or what specific Performance Object are you looking for?
JohnnyColemanMSFT at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 2

The counter you want is Process/Private Bytes

Instance is w3wp. You may need to add additional instances for w3wp#1, w3wp#2, etc.

You can add this to your IIS or ASP.NET counter set. Right-click on Counter Categories, Add Counter.

Ed.

EdGlas at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 3

Thanks Ed, I'll try this today. An interesting thing I'm seeing with monitoring w3wp with the task manager is that I'm seeing runaway memory and eventual recycle with the VS Load test, but when I try the older WAST, it's not occuring. Perhaps this will help somewhat.

rmichaels at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...

Visual Studio Team System

Site Classified