|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.visualizers.MonitorModel
public class MonitorModel
Constructor Summary | |
---|---|
MonitorModel()
|
|
MonitorModel(MonitorStats stat)
|
Method Summary | |
---|---|
void |
clearData()
clear will create a new MonitorStats object. |
Object |
clone()
a clone method is provided for convienance. |
MonitorStats |
cloneMonitorStats()
a clone method to clone the stats |
int |
getCpuload()
|
int |
getHealth()
|
String |
getHost()
|
int |
getLoad()
|
int |
getMemload()
|
String |
getPort()
|
String |
getProtocol()
|
int |
getThreadload()
|
long |
getTimestamp()
|
String |
getTimestampString()
Method will return a formatted date using SimpleDateFormat. |
String |
getURL()
|
String |
toString()
Method is used by DefaultMutableTreeNode to get the label for the node. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitorModel()
public MonitorModel(MonitorStats stat)
Method Detail |
---|
public int getHealth()
public int getLoad()
public int getCpuload()
public int getMemload()
public int getThreadload()
public String getHost()
public String getPort()
public String getProtocol()
public long getTimestamp()
public String getURL()
public String getTimestampString()
public String toString()
toString
in class Object
public void clearData()
clearData
in interface Clearable
public Object clone()
clone
in class Object
public MonitorStats cloneMonitorStats()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |