Hi,

We have over 50 web sites on IIS 5.0 configured to run in IIS-Out-Of-Process
Pooled Application so there is one process dllhost.exe for all applications.
How can you trace memory usage (physical and virtual) of each web
application at specific time.
Task Manager shows only total amount of memory used by all web applications
(DLLHOST.EXE ).

Piotr B.

IIS Application Memory Usage by doug

doug
Fri May 07 12:51:01 CDT 2004

This is hard without some sort of third party utility.
You could try running them all High Isolated. This would
create a separate dllhost for each site. There maybe a
small performance hit though...

doug
>-----Original Message-----
>Hi,
>
>We have over 50 web sites on IIS 5.0 configured to run
in IIS-Out-Of-Process
>Pooled Application so there is one process dllhost.exe
for all applications.
>How can you trace memory usage (physical and virtual) of
each web
>application at specific time.
>Task Manager shows only total amount of memory used by
all web applications
>(DLLHOST.EXE ).
>
>Piotr B.
>
>
>
>.
>