|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.visualizers.MonitorModel
public class MonitorModel
Constructor Summary | |
---|---|
MonitorModel()
|
|
MonitorModel(MonitorStats stat)
|
Method Summary | |
---|---|
void |
clearData()
clear will create a new MonitorStats object. |
java.lang.Object |
clone()
a clone method is provided for convienance. |
MonitorStats |
cloneMonitorStats()
a clone method to clone the stats |
int |
getCpuload()
|
int |
getHealth()
|
java.lang.String |
getHost()
|
int |
getLoad()
|
int |
getMemload()
|
java.lang.String |
getPort()
|
java.lang.String |
getProtocol()
|
int |
getThreadload()
|
long |
getTimestamp()
|
java.lang.String |
getTimestampString()
Method will return a formatted date using SimpleDateFormat. |
java.lang.String |
getURL()
|
java.lang.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 java.lang.String getHost()
public java.lang.String getPort()
public java.lang.String getProtocol()
public long getTimestamp()
public java.lang.String getURL()
public java.lang.String getTimestampString()
public java.lang.String toString()
toString
in class java.lang.Object
public void clearData()
clearData
in interface Clearable
public java.lang.Object clone()
clone
in class java.lang.Object
public MonitorStats cloneMonitorStats()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |