Hello, I have several servers with IIS6 and it seems that httpsys/kernel caching is not working on any of them and i'm wondering what I am doing wrong.
I say not working based on the fact that any monitor in "web service cache" category in the performance monitor that begins with "kernel: ....." shows zero. Other than of course the "kernel cache misses" which keeps on increasing.
I have tried to tweak my IIS servers for performance and these are some of the settings that relate to httpsys in the registry:
UriEnableCache 1
UriMaxCacheMegabyteCount 0
UriScavengerPeriod 900
UriMaxUriBytes 550000
The servers share the above settings, they serve local content and some server from remote content (file server).
Maybe I am missing some setting somewhere, I would appreciate your input.