You can configure chart properties for custom counters.
The following chart properties can be configured:
Human readable name for the chart.
Defines how to arrange series on the chart (stacked, overlay, or logarithmic).
Defines how to render series on the chart (filled, line, or bar).
Indicates whether the data in the chart is per processor.
Sets whether the cross-section marker in Streamline displays average values.
Sets whether Streamline averages the values of multiple cores when viewing the aggregate data of a per processor chart.
Sets whether to display data as a percentage of the maximum value in the chart.
The following series properties can be configured:
Human readable name for the series.
Defines the unit type to display in Streamline.
When set to true, the value for this counter is sampled along with the PMU counters. When false, you must call a function to update the counter value.
Number to multiply by for fixed-point math. As the data sent from the agent is int64, it must be scaled. For example, the value 123 with a multiplier of 0.01 can represent the value 1.23.
Specifies the nature of the data that is fed into the chart as follows:
Used for values that increment or are accumulated over time, such as hardware performance counters. The exact time when the data occurs is unknown and therefore the data is interpolated between timestamps.
The same as delta, except the exact time is known so no interpolation is calculated. Used for counters such as software trace.
Used for singular or impulse values, such as system memory used.
The display value determines how to calculate the data when zooming out for each time bin as follows:
Sum up the data (valid only for delta and incident class counters).
Does the same as accumulate then normalizes the value to one second (valid only for delta and incident class counters).
Display the smallest value encountered (valid only for absolute class counters).
Display the largest value encountered (valid only for absolute class counters).
Display the average (valid only for absolute class counters).
The color to display the series in. If not set, Streamline selects a color.
Human readable description for the series. This description becomes the tooltip when hovering over the series in Streamline.