|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeSeries
Interface for a time series of the measured values per second, minute, hour and day. The type of the value is arbitrary; it could be cache hits or misses, disk reads or writes, created sessions, completed transactions, or pretty much anything of interest.
| Method Summary | |
|---|---|
long[] |
getValuePerHour()
Returns the measured value per hour over the last week. |
long[] |
getValuePerMinute()
Returns the measured value per minute over the last hour. |
long[] |
getValuePerSecond()
Returns the measured value per second over the last minute. |
long[] |
getValuePerWeek()
Returns the measured value per week over the last three years. |
| Method Detail |
|---|
long[] getValuePerSecond()
long[] getValuePerMinute()
long[] getValuePerHour()
long[] getValuePerWeek()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||