Package | Description |
---|---|
hudson.diagnosis | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
Modifier and Type | Method and Description |
---|---|
MultiStageTimeSeries.TrendChart |
MemoryUsageMonitor.MemoryGroup.doGraph(String type)
Generates the memory usage statistics graph.
|
Modifier and Type | Method and Description |
---|---|
protected MultiStageTimeSeries.TrendChart |
OverallLoadStatistics.createOverallTrendChart(MultiStageTimeSeries.TimeScale timeScale)
When drawing the overall load statistics, use the total queue length,
not
LoadStatistics.queueLength , which just shows jobs that are to be run on the master. |
MultiStageTimeSeries.TrendChart |
LoadStatistics.createTrendChart(MultiStageTimeSeries.TimeScale timeScale)
Creates
CategoryDataset which then becomes the basis
of the load statistics graph. |
static MultiStageTimeSeries.TrendChart |
MultiStageTimeSeries.createTrendChart(MultiStageTimeSeries.TimeScale scale,
MultiStageTimeSeries... data) |
MultiStageTimeSeries.TrendChart |
LoadStatistics.doGraph(String type)
Generates the load statistics graph.
|
Copyright © 2004–2021. All rights reserved.