Wait Information is NULL because “CPU time” is actually not really a wait event. It's actually the time spent on CPU to do the actual work.
Explanation:
Let say Times = 1000
Total CPU = 4
Total CPU Time = 4 x 60 x 60 = 14400
Percentage of Total CPU Time = (1000/14400) x 100 = 6.94%
Analysis
Hence it is well within limit
Comments