|
@@ -8,37 +8,22 @@ Once `control_plane.yml` is executed and Grafana is set up, use `telemetry.yml`
|
|
|
|
|
|
## All your data in a glance
|
|
|
|
|
|
-Using the following graphs, data can be visualized to gather correlational information. These graphs refresh every 5 seconds (Except SankeyViewer).
|
|
|
+Using the following graphs, data can be visualized to gather correlational information.
|
|
|
+1. [Parallel Coordinates](Visualizations/ParallelCoordinates.md)
|
|
|
+2. [Sankey Layout](Visualizations/SankeyLayout.md)
|
|
|
+3. [Spiral Layout](Visualizations/SpiralLayout.md)
|
|
|
+4. [Power Map](Visualizations/PowerMaps.md)
|
|
|
|
|
|
->> __Note:__ The timestamps used for the time metric are based on the `timezone` set in `control_plane/input_params/base_vars.yml`.
|
|
|
+>> __Note:__ The timestamps used for the time metric are based on the `timezone` set in `control_plane/input_params/base_vars.yml`. In the event of a mismatch between the timezone on the browser being used to access Grafana UI and the timezone in `base_vars.yml`, the time range being used to filter information on the Grafana UI will have to be adjusted per the timezone in `base_vars.yml`.
|
|
|
|
|
|
-1. [Parallel Coordinates](https://idatavisualizationlab.github.io/HPCC/#ParallelCoordinates) <br>
|
|
|
-Parallel coordinates are a great way to capture a systems status. It shows all ranges of individual metrics like CPU temp, Fan Speed, Memory Usage etc. The graph can be narrowed by time or metric ranges to get specific correlations such as CPU Temp vs Fan Speed etc.
|
|
|
+### The Multi-factor Visualization Dashboard
|
|
|
+The Multi-factor Visualization Dashboard has 4 interactive visualization panels that allow you to see all the graphs mentioned above in a single view.
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+Using the Node and User dropdowns on the left, nodes and users can be filtered to collect data within a given time-frame (Select the time frame on the top-right of the view).
|
|
|
+
|
|
|
|
|
|
-<br>
|
|
|
+To interact with a specific panel, click on the __Panel Name__ and then select the __View__ option from the dropdown menu.
|
|
|
+
|
|
|
|
|
|
-2. [Spiral Layout](https://idatavisualizationlab.github.io/HPCC/#Spiral_Layout) <br>
|
|
|
-Spiral Layouts are best for viewing the change in a single metric over time. It is often used to check trends in metrics over a business day. Data visualized in this graph can be sorted using other metrics like Job IDs etc to understand the pattern of utilization on your devices.
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-<br>
|
|
|
-
|
|
|
-3. [Sankey Viewer](https://idatavisualizationlab.github.io/HPCC/#SankeyViewer) <br>
|
|
|
-Sankey Viewers are perfect for viewing utilization by nodes/users/jobs. It provides point in time information for quick troubleshooting.
|
|
|
-
|
|
|
->> __Note:__ Due to the tremendous data processing undertaken by SankeyViewer, the graph does not auto-refresh. It can be manually refreshed by refreshing the internet tab or by clicking the refresh button on the top-right corner of the page.
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-<br>
|
|
|
-
|
|
|
-4. [Power Map](https://idatavisualizationlab.github.io/HPCC/#PowerMap) <br>
|
|
|
-Power Maps are an excellent way to see utilization along the axis of time for different nodes/users/jobs. Hovering over the graph allows the user to narrow down information by Job/User or Node.
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-<br>
|
|
|
|