Cache performance summary

This view shows the overall effectiveness of Adaptive Server caches during the most recent sample interval. It shows the percentage of data page reads that were satisfied from Adaptive Server data caches and the percentage of requests for procedure execution that were satisfied from Adaptive Server procedure cache.

SMC_SIZET cache_perf_sum_count = 2;
SMC_DATAITEM_STRUCT cache_perf_sum_view[] = {
{ SMC_NAME_PAGE_HIT_PCT,           SMC_STAT_VALUE_SAMPLE },
{ SMC_NAME_STP_HIT_PCT,            SMC_STAT_VALUE_SAMPLE }
};