Class: ChartDatasourcePerformance

ChartDatasourcePerformance

new ChartDatasourcePerformance()

The performance data source provides statistics about current request duration.

Extends

Members

column :String

Set to "percent" to display percentages.

Type:
  • String

durationClass :String

List of thresholds or intervals for categorization separated by comma. e.g: 1,2,3,4,5,5-,0-0.3

Type:
  • String

filter :String

Filter requests included in calculation by an SQL like WHERE clause (e.g. "duration < 600000000").

Type:
  • String

logpool :Integer

LogAnalyzer ID.

Type:
  • Integer
See:

timeRange :String

Time in minutes. The statistic is being calculate over the requests currently in memory. So the statistics interval is limited by the LogAnalyzer.onlineTime.

Type:
  • String
See:

(readonly) type :ChartDatasourceType

Type:
Overrides:
Default Value:
  • ChartDatasourceType.Performance