| |
|
| java.lang.Object org.apache.jmeter.visualizers.MonitorModel
MonitorModel | public MonitorModel()(Code) | | |
clearData | public void clearData()(Code) | | clear will create a new MonitorStats object.
|
clone | public Object clone()(Code) | | a clone method is provided for convienance. In some cases, it may be
desirable to clone the object.
|
cloneMonitorStats | public MonitorStats cloneMonitorStats()(Code) | | a clone method to clone the stats
new instance of the class |
getCpuload | public int getCpuload()(Code) | | |
getHealth | public int getHealth()(Code) | | |
getLoad | public int getLoad()(Code) | | |
getMemload | public int getMemload()(Code) | | |
getThreadload | public int getThreadload()(Code) | | |
getTimestamp | public long getTimestamp()(Code) | | |
getTimestampString | public String getTimestampString()(Code) | | Method will return a formatted date using SimpleDateFormat.
String |
notifyListeners | public void notifyListeners(MonitorModel model)(Code) | | notify the listeners with the MonitorModel object.
Parameters: model - |
toString | public String toString()(Code) | | Method is used by DefaultMutableTreeNode to get the label for the node.
|
|
|
|