This view shows overall Adaptive Server performance. It shows the:
Number of lock requests per second
Percentage of the sample interval when Adaptive Server was busy
Number of transactions processed per second
Number of times Adaptive Server detected a deadlock during the most recent sample interval
SMC_SIZET server_perf_sum_count = 4;
SMC_DATAITEM_STRUCT server_perf_sum_view[] = {
{ SMC_NAME_LOCK_CNT, SMC_STAT_RATE_SAMPLE },
{ SMC_NAME_CPU_BUSY_PCT, SMC_STAT_VALUE_SAMPLE },
{ SMC_NAME_XACT, SMC_STAT_RATE_SAMPLE },
{ SMC_NAME_DEADLOCK_CNT, SMC_STAT_VALUE_SAMPLE }
};