Per-session memory consumption in ASP.NET worker process

J

Jim Campbell

Hello,

Is there any way to find out how much memory each web session is
consuming within the ASP.NET worker process (aspnet_wp.exe)? Further,
is it possible to find how much memory is consumed by session
variables alone?

- Jim Campbell
 
A

Ashish

Jim said:
Hello,

Is there any way to find out how much memory each web session is
consuming within the ASP.NET worker process (aspnet_wp.exe)? Further,
is it possible to find how much memory is consumed by session
variables alone?

- Jim Campbell
hi Jim,

one way to accomplish this can be
to do some production debugging and get the memory dump of aspnet_wp to
look at the number of session variables in the worker process..
following link can get you started

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGch01.asp

there might certainly be simpler ways to do this, but this is one way to
accomplish this ..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top