ASP.NET how to get Cache in KB used for this application?

This Question might help you with an answer.

Up vote 1 down vote favorite share g+ share fb share tw.

I need to know what is Cache size. I've read solution on this site for more or less similar question but it partly serves me. As I know I can get values from PerMon, here is function public static string getCacheSize() { PerformanceCounter pc = new PerformanceCounter("ASP.

NET Applications", "Cache % Machine Memory Limit Used","__TOTAL__", true); return string. Format("{0:0.00}%", pc.NextValue()); } 1.it gives me percents when I need KB and there is no item closest to this one in PerfMon 2.it shows 70.5% used while all memory usage is about 50% any help? .net asp.net caching performancecounter link|improve this question edited Jun 10 '10 at 13:12 asked Jun 10 '10 at 12:38eugeneK2,166322 90% accept rate.

This is the partly solution i've mentioned in post, still stuck where it ended in there... – eugeneK Jun 10 '10 at 13:13.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions