This view shows the total number of locks of each type requested and granted during the most recent sample interval.
SMC_SIZET lock_perf_sum_count = 3;
SMC_DATAITEM_STRUCT lock_perf_sum_view[] = {
{ SMC_NAME_LOCK_TYPE, SMC_STAT_VALUE_SAMPLE },
{ SMC_NAME_LOCK_RESULT_SUMMARY, SMC_STAT_VALUE_SAMPLE },
{ SMC_NAME_LOCK_CNT, SMC_STAT_VALUE_SAMPLE }
};