Class MonitorModel
java.lang.Object
org.apache.jmeter.visualizers.MonitorModel
- All Implemented Interfaces:
Serializable, Cloneable, Clearable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear will create a new MonitorStats object.clone()a clone method is provided for convienance.a clone method to clone the statsintintgetHost()intgetLoad()intgetPort()intlongMethod will return a formatted date using SimpleDateFormat.getURL()toString()Method is used by DefaultMutableTreeNode to get the label for the node.
-
Constructor Details
-
MonitorModel
public MonitorModel() -
MonitorModel
-
-
Method Details
-
getHealth
public int getHealth() -
getLoad
public int getLoad() -
getCpuload
public int getCpuload() -
getMemload
public int getMemload() -
getThreadload
public int getThreadload() -
getHost
-
getPort
-
getProtocol
-
getTimestamp
public long getTimestamp() -
getURL
-
getTimestampString
Method will return a formatted date using SimpleDateFormat.- Returns:
- String
-
toString
-
clearData
-
clone
-
cloneMonitorStats
a clone method to clone the stats- Returns:
- new instance of the class
-