Anyone know how to match up the output cache instance with its corresponding web application (SharePoint 2010)? If you have done this before, please pass on the process.. Thanks in advance.
Reason: I am seeing high ASP Cache Misses
Thanks again for your help.. Greatly appreciate it..
This corresponds to the site ID given by IIS %WinDir%\System32\Inetsrv\Config\applicationHost.Config
lists all sites, and their IDs (The number)
Thanks Huge, but
-
Is there a way to identify the web app (or site) by the cache instance.. For example I have a instance that looks like _LM_W3SVC_<some numbers>_ROOT
Use
netsh http show cachestate
The w3 service is identified at the top.
Output Cache.. What I am seeing in PerfMon (Performance Monitor) and also a third party tool I am testing called Diagnostic Manager (Metalogix – SharePoint Farm Monitoring Tool/Alerts, etc.) is a very high number of cache misses. I have multiple instances but I’m not sure what web application they are referencing. Furthermore I dont have Output Cache enabled on any of my site collections.