| javax.swing.JPanel org.apache.jmeter.visualizers.MonitorHealthPanel
MonitorHealthPanel | public class MonitorHealthPanel extends JPanel implements MonitorListener,Clearable(Code) | | The health panel is responsible for showing the health of the servers. It
only uses the most current information to show the status.
|
Method Summary | |
public void | addSample(MonitorModel model) | public void | clearData() clear will clear the hashmap, remove all ServerPanels from the servers
pane, and update the ui. | protected void | init() init is responsible for creating the necessary legends and information
for the health panel. |
MonitorHealthPanel | public MonitorHealthPanel()(Code) | | |
clearData | public void clearData()(Code) | | clear will clear the hashmap, remove all ServerPanels from the servers
pane, and update the ui.
|
init | protected void init()(Code) | | init is responsible for creating the necessary legends and information
for the health panel.
|
|
|