public class TPSPart extends RawData
Placeholder values can be retrieved using the get method.
Contains following placeholders after being analyzed: ${tpsSeries} - HighCharts data ${cpuSeries} - HighCharts data ${ramSeries} - HighCharts data ${entitySeries} - HighCharts data ${chunkSeries} - HighCharts data
${tpsAverageDay} - (Number) ${tpsAverageWeek} - (Number) ${cpuAverageDay} - (Number)% ${cpuAverageWeek} - (Number)% ${ramAverageDay} - (Number) MB ${ramAverageWeek} - (Number) MB ${entityAverageDay} - (Number) ${entityAverageWeek} - (Number) ${chunkAverageDay} - (Number) ${chunkAverageWeek} - (Number)
${tpsMedium} - (Number) Color Threshold for Medium TPS ${tpsHigh} - (Number) Color Threshold for High TPS ${tpsLowColor} - Color of Low TPS ${tpsMediumColor} - Color of Low TPS ${tpsHighColor} - Color of Low TPS
Constructor and Description |
---|
TPSPart() |
Modifier and Type | Method and Description |
---|---|
void |
addTpsData(Collection<TPS> data) |
void |
analyse()
Subclasses should analyse the data added together.
|
List<TPS> |
getTpsData() |
void |
setAllTimePeak(TPS allTimePeak) |
void |
setLastPeak(TPS lastPeak) |
addValue, addValues, analyseData, get, getReplaceMap, isAnalysed
public void analyse()
RawData
Place-holders should be added to the replace map.
public void addTpsData(Collection<TPS> data)
public void setAllTimePeak(TPS allTimePeak)
public void setLastPeak(TPS lastPeak)
Copyright © 2017. All rights reserved.