{% extends "base.html" %} {% load bs4 %} {% block content %}
This is an internal webpage for BMDS Online administrators to better understand user analytics and performance of the application. Results are updated hourly.
Number of analyses created:
Total analyses currently saved in the database. This isn't a cumulative number; this would not include analyses which were deleted or expired after 6 months.
{% endcard %} {% card col-md-4 %}Created per day:
Average number created per day.
{% endcard %} {% card col-md-4 %}Fraction executed:
Fraction of analyses which completed succesfully overall.
{% endcard %}Heatmap of number of analyses created per day.
{% endcard %} {% card col-lg-4 %} {% plotly config.time_series.fig_per_day %}Analyses created per day.
{% endcard %} {% card col-lg-4 %} {% plotly config.time_series.fig_per_week %}Analyses created per week.
{% endcard %} {% card col-lg-4 %} {% plotly config.time_series.fig_per_month %}Analyses created per month.
{% endcard %}Completions per week. A completed analysis is one where it successfully executes and results are generated.
{% endcard %} {% card col-lg-6 %} {% plotly config.successes.fig_completions_per_month %}Completions per month. A completed analysis is one where it successfully executes and results are generated.
{% endcard %}How many datasets and option sets are used in an analysis?
{% endcard %} {% card col-lg-6 %} {% plotly config.datasets.fig_n_dataset %}Histogram of # of datasets used in an analysis.
{% endcard %} {% card col-lg-6 %} {% plotly config.datasets.fig_n_options %}Histogram of # of option sets used in an analysis.
{% endcard %} {% card col-lg-6 %} {% plotly config.datasets.fig_by_type %}Fraction of run by data type.
{% endcard %}Boxplot of total execution time for each analysis
{% endcard %} {% card col-lg-4 %}Execution runtime statistics:
Statistic | Duration (sec) |
---|---|
{{key}} | {{value|floatformat}} |
Summary statistics for analysis runtime.
{% endcard %} {% card col-lg-4 %}Top 50 most recent runtime failures:
Date | URL |
---|---|
{{row.timestamp}} | Link |
No failures! |
The 50 most recent failures where an analysis was attempted to execute, but it either failed or timed out.
{% endcard %}