| |
|
| javax.swing.JSplitPane org.apache.jmeter.visualizers.MonitorPerformancePanel
Method Summary | |
public synchronized void | addSample(MonitorModel model) MonitorAccumModel will call this method to notify the component data has
changed. | public void | clearData() clear will remove all child nodes from the ROOTNODE, clear the HashMap,
update the graph and jpanel for the server tree. | public JPanel | createLeftGridLabels() Method is responsible for creating the left grid labels. | public JPanel | createLegend() Method will create the legends at the bottom of the performance tab
explaining the meaning of each line. | public JPanel | createRightGridLabels() | protected void | init() init() will create all the necessary swing panels, labels and icons for
the performance panel. | public void | valueChanged(TreeSelectionEvent e) When the user selects a different node in the tree, we get the selected
node. |
GRID_LABEL_ACTIVE | final public static String GRID_LABEL_ACTIVE(Code) | | |
GRID_LABEL_BOTTOM | final public static String GRID_LABEL_BOTTOM(Code) | | |
GRID_LABEL_DEAD | final public static String GRID_LABEL_DEAD(Code) | | |
GRID_LABEL_HEALTHY | final public static String GRID_LABEL_HEALTHY(Code) | | |
GRID_LABEL_MIDDLE | final public static String GRID_LABEL_MIDDLE(Code) | | |
GRID_LABEL_TOP | final public static String GRID_LABEL_TOP(Code) | | |
GRID_LABEL_WARNING | final public static String GRID_LABEL_WARNING(Code) | | |
MonitorPerformancePanel | public MonitorPerformancePanel()(Code) | | |
addSample | public synchronized void addSample(MonitorModel model)(Code) | | MonitorAccumModel will call this method to notify the component data has
changed.
|
clearData | public void clearData()(Code) | | clear will remove all child nodes from the ROOTNODE, clear the HashMap,
update the graph and jpanel for the server tree.
|
createLeftGridLabels | public JPanel createLeftGridLabels()(Code) | | Method is responsible for creating the left grid labels.
JPanel |
createLegend | public JPanel createLegend()(Code) | | Method will create the legends at the bottom of the performance tab
explaining the meaning of each line.
JPanel |
createRightGridLabels | public JPanel createRightGridLabels()(Code) | | Method is responsible for creating the grid labels on the right for
"healthy" and "dead"
JPanel |
init | protected void init()(Code) | | init() will create all the necessary swing panels, labels and icons for
the performance panel.
|
valueChanged | public void valueChanged(TreeSelectionEvent e)(Code) | | When the user selects a different node in the tree, we get the selected
node. From the node, we get the UserObject used to create the treenode in
the constructor.
|
|
|
|