org.apache.jmeter.visualizers
Class MonitorStats
java.lang.Object
org.apache.jmeter.visualizers.MonitorStats
- All Implemented Interfaces:
- Serializable
- public class MonitorStats
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Method Summary |
String |
getURL()
For convienance, this method returns the protocol,
host and port as a URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
health
public int health
load
public int load
cpuload
public int cpuload
memload
public int memload
threadload
public int threadload
host
public String host
port
public String port
protocol
public String protocol
timestamp
public long timestamp
MonitorStats
public MonitorStats()
MonitorStats
public MonitorStats(int health,
int load,
int cpuload,
int memload,
int threadload,
String host,
String port,
String protocol,
long time)
- Default constructor
- Parameters:
health
- load
- cpuload
- memload
- threadload
- host
- port
- protocol
- time
-
getURL
public String getURL()
- For convienance, this method returns the protocol,
host and port as a URL.
- Returns:
- protocol://host:port
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.