Package org.apache.jmeter.visualizers
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 TypeMethodDescriptionvoid
clear will create a new MonitorStats object.clone()
a clone method is provided for convienance.a clone method to clone the statsint
int
getHost()
int
getLoad()
int
getPort()
int
long
Method 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
Method is used by DefaultMutableTreeNode to get the label for the node. -
clearData
public void clearData()clear will create a new MonitorStats object. -
clone
a clone method is provided for convienance. In some cases, it may be desirable to clone the object. -
cloneMonitorStats
a clone method to clone the stats- Returns:
- new instance of the class
-