I have developed an ASP.Net Web Service targeting Mono. I have deployed it to an OpenSUSE 11.1 VM running Mono under Apache.
Is there a way to monitor the @OutputCache hit ratio for my ASP.Net app deployed for Mono under a Linux OS similar to the Windows Performance Monitor, for example? This does not have to necessarily involve performance counters, but rather a method for getting the ratio.
This is related to WebMethod calls decorated with the CacheDuration attribute, not a custom data caching scheme.