Apache JMeter
2.0.1.20050615

org.apache.jmeter.visualizers
Class MonitorStats

java.lang.Object
  extended byorg.apache.jmeter.visualizers.MonitorStats
All Implemented Interfaces:
Serializable

public class MonitorStats
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int cpuload
           
 int health
           
 String host
           
 int load
           
 int memload
           
 String port
           
 String protocol
           
 int threadload
           
 long timestamp
           
 
Constructor Summary
MonitorStats()
           
MonitorStats(int health, int load, int cpuload, int memload, int threadload, String host, String port, String protocol, long time)
          Default constructor
 
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
 

Field Detail

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
Constructor Detail

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 -
Method Detail

getURL

public String getURL()
For convienance, this method returns the protocol, host and port as a URL.

Returns:
protocol://host:port

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.