|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.server.admin.ProStatSystem.Admin
public class ProStatSystem.Admin
| Method Summary | |
|---|---|
BaselineQueryResult |
getBaseline(java.lang.String name,
long beginTime,
long endTime,
int minSampleSize)
Returns the best available value of the given timeframe less 1 week, or 1 day, or 1 hour. |
double |
getLastValue(java.lang.String name)
Returns the most recent value. |
MeterGraphPageInfo[] |
getMeterGraphPages()
Returns predefined meter graph pages. |
MeterGraphInfo[] |
getMeterGraphs()
Returns predefined meter graphs. |
java.lang.String |
getName()
The JMX name property of the mbean. |
long |
getSamplePeriod()
Returns the sample period in milliseconds |
long[] |
getStartTimes(int index,
long startTime,
long endTime)
Returns the start times for the given server. |
java.lang.String |
getType()
The JMX type of this MBean, defaults to the prefix of the FooMXBean.. |
StatServiceValue[] |
statisticsData(java.lang.String name,
long beginTime,
long endTime,
long step)
Returns statistics data over a time range. |
java.lang.String[] |
statisticsNames()
Returns the strings |
| Methods inherited from class com.caucho.management.server.AbstractManagedObject |
|---|
addObjectNameProperties, getObjectName, registerSelf, toString, unregisterSelf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getObjectName |
| Method Detail |
|---|
public java.lang.String getName()
AbstractManagedObject
getName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic java.lang.String getType()
AbstractManagedObject
getType in interface ManagedObjectMXBeangetType in class AbstractManagedObjectpublic long getSamplePeriod()
StatServiceMXBean
getSamplePeriod in interface StatServiceMXBean
public StatServiceValue[] statisticsData(java.lang.String name,
long beginTime,
long endTime,
long step)
StatServiceMXBean
statisticsData in interface StatServiceMXBeanpublic double getLastValue(java.lang.String name)
StatServiceMXBean
getLastValue in interface StatServiceMXBean
public BaselineQueryResult getBaseline(java.lang.String name,
long beginTime,
long endTime,
int minSampleSize)
StatServiceMXBean
getBaseline in interface StatServiceMXBeanpublic java.lang.String[] statisticsNames()
StatServiceMXBean
statisticsNames in interface StatServiceMXBeanpublic MeterGraphInfo[] getMeterGraphs()
StatServiceMXBean
getMeterGraphs in interface StatServiceMXBeanpublic MeterGraphPageInfo[] getMeterGraphPages()
StatServiceMXBean
getMeterGraphPages in interface StatServiceMXBean
public long[] getStartTimes(int index,
long startTime,
long endTime)
StatServiceMXBean
getStartTimes in interface StatServiceMXBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||