C
chris
I have an ASP.NET web application with some memory issues. I am
trying to quantify the amount of memory being used by the
application's Cache. I would also like to see the size of individual
Cached objects. I have searched the web and have come up empty on the
subject. It seems especially difficult in 2.0 because of the new
caching enhancements to serialization of types and objects, but I
could be wrong.
I am interested in knowing:
1. A way to monitor a web applications total Cached bytes in like
Perfmon.
2. A way to see the byte size of specific cached objects in an
accurate manner.
Thank you in advance,
Chris
trying to quantify the amount of memory being used by the
application's Cache. I would also like to see the size of individual
Cached objects. I have searched the web and have come up empty on the
subject. It seems especially difficult in 2.0 because of the new
caching enhancements to serialization of types and objects, but I
could be wrong.
I am interested in knowing:
1. A way to monitor a web applications total Cached bytes in like
Perfmon.
2. A way to see the byte size of specific cached objects in an
accurate manner.
Thank you in advance,
Chris