Monitoring Content Optimization
StorageEdge provides you with performance counters for monitoring cached ViewState from Window Performance Console. The following counters are provided for monitoring:
CSS-JS requests/sec: It shows number of CSS, JS and Image combining read requests per second.
ViewState additions/sec: It shows number of ViewState add operations per second.
ViewState Hits/sec: It shows number of times ViewState is successfully served from cache.
ViewState Misses/sec: It shows number of times ViewState is not successfully served from cache.
ViewState requests/sec: It shows number of ViewState read requests per second.
ViewState size: It shows size of ViewState in bytes.
To access these counters, follow these steps:
-
Open up Windows Performance Monitor (perfmon) from Control Panel or by entering “perfmon” (without quotes) in Windows RUN dialog box.
-
Click on the plus ( + ) sign to add the performance counters.
-
From the performance Object drop-down menu, select: Alachisoft:ContentOptimization then select the counters from the window below and click on Add. You will now see statistics for each counter in the Performance Console.
See Also