org.apache.jmeter.visualizers
Class MonitorModel
- Clearable, Cloneable, Serializable
public class MonitorModel
implements Clearable, Serializable, Cloneable
MonitorModel
public MonitorModel()
clearData
public void clearData()
clear will create a new MonitorStats object.
- clearData in interface Clearable
clone
public Object clone()
a clone method is provided for convienance. In some cases, it may be
desirable to clone the object.
cloneMonitorStats
public MonitorStats cloneMonitorStats()
a clone method to clone the stats
- new instance of the class
getCpuload
public int getCpuload()
getHealth
public int getHealth()
getHost
public String getHost()
getLoad
public int getLoad()
getMemload
public int getMemload()
getPort
public String getPort()
getProtocol
public String getProtocol()
getThreadload
public int getThreadload()
getTimestamp
public long getTimestamp()
getTimestampString
public String getTimestampString()
Method will return a formatted date using SimpleDateFormat.
getURL
public String getURL()
toString
public String toString()
Method is used by DefaultMutableTreeNode to get the label for the node.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.