Time to time I got asked by user question like "what exactly this plot mean". How can I get details on what data are collected and how they are processed before plot?
Good example is "Average of Average CPU Load":
As I guess
* "Average CPU Load" is average over CPU cores
* then "Average of Average" would be time average over previous parameter
The questions for this example:
* which Windows Performance Counter is taken as "CPU Load" for a core
* over what time period is calculated "Average of Average" and how it is calculated?
* ... and there can many more which are hard to answer without exact formulas / SQL queries / data collecting scripts
so it would be very helpful to have direct link from the plot to such details.