Skip to content
Snippets Groups Projects
Commit 40ea3f54 authored by Christoph Alt's avatar Christoph Alt
Browse files

added a new panel for MPI barrier percentage

parent 785a9725
Branches
No related merge requests found
Pipeline #57235 passed with stages
in 1 minute and 32 seconds
...@@ -328,6 +328,21 @@ def dashboard_fslbmgravitywave(): ...@@ -328,6 +328,21 @@ def dashboard_fslbmgravitywave():
tooltipMode="single", tooltipMode="single",
)) ))
panels.append(
get_time_series_panel(
PanelInfos(r"/MPI Barrier:.*_percentage/", Units.percent),
data_source,
measurment_name,
where=where,
group_by=[f.name for f in filters],
gridPos=get_grid_pos(12, 12, 12, (len(fields)+1)*(13)),
drawStyle="bars",
stacking={"mode": "normal"},
fillOpacity=70,
gradientMode="Opacity",
tooltipMode="single",
))
return build_dashboard(options, return build_dashboard(options,
panels=panels, panels=panels,
templating=filter_vars, templating=filter_vars,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment