I am working to create a tabular report for given IPs showing current CPU load & avg CPU Load for each day (for past 30 days).
So something like
Hostname | IP | Current CPU Load | Avg CPU Load (current_day-1) | Avg CPU Load (current_day-2) |
---|
| Avg CPU Load (current_day-3) |
---|
| |
---|
abc | 1.2.3 | 45 | 65 | 12 | 83 | |
def | 4.5.6 | 87 | 98 | 58 | 99 | |
Is there a solarwinds provided way to do this?
If not then has someone done this using custom SQL/SWQL?
I think may be I can use CPULoad_Detail table but the entries in there are little weird.
I see MinLoad, MaxLoad and AvgLoad columns generally has 1 in it for all nodes.
Is that expected and right?
Please share if someone has done this in past.
I am following this which should give me something similar but not what I want.