org.apache.jmeter.visualizers

Class MonitorHealthPanel

Implemented Interfaces:
Clearable, MonitorListener

public class MonitorHealthPanel
extends JPanel
implements MonitorListener, Clearable

The health panel is responsible for showing the health of the servers. It only uses the most current information to show the status.

Constructor Summary

MonitorHealthPanel()
Deprecated. Only for use in unit testing
MonitorHealthPanel(MonitorAccumModel model)

Method Summary

void
addSample(MonitorModel model)
void
clearData()
clear will clear the hashmap, remove all ServerPanels from the servers pane, and update the ui.

Constructor Details

MonitorHealthPanel

public MonitorHealthPanel()

Deprecated. Only for use in unit testing


MonitorHealthPanel

public MonitorHealthPanel(MonitorAccumModel model)

Method Details

addSample

public void addSample(MonitorModel model)
Specified by:
addSample in interface MonitorListener
Parameters:
model -

clearData

public void clearData()
clear will clear the hashmap, remove all ServerPanels from the servers pane, and update the ui.
Specified by:
clearData in interface Clearable

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