# Functions
PrepareCommandCategoriesExecutionTimeChartData prepares and returns the chart data for the command's execution time distribution.
PrepareCommandsExecutionTimeChartData prepares and returns the chart data for the command's execution time distribution.
PrepareCPUTimeSeriesChartData prepares the data for the CPU Time Series chart.
PrepareMemoryTimeSeriesChartData prepares and returns the chart data for memory usage as a JSON string.
PrepareProcessesResourceUsageChartData prepares and returns the chart data for processes' resource usage.
Serve registers the HTTP handlers for the application.
# Structs
ChartAxisOptions represents configuration options for a single axis in the chart.
ChartAxisTitle defines the title for an axis, including whether it is displayed.
ChartData represents the overall structure for a Chart.js chart configuration.
ChartDataData holds the datasets and labels for the chart.
ChartDataDataset represents a dataset within a Chart.js chart, including its data points and styling.
ChartLegendOptions configures the chart's legend.
ChartOptions encapsulates all configuration options for the chart, such as scales and plugins.
ChartPlugins allows for the configuration of various Chart.js plugins, such as legends and tooltips.
ChartScales defines the axes of the chart, including their types and specific configurations.
ChartTimeOptions is used for axes that represent time, allowing for the specification of time units and formats.
ChartTooltipOptions configures the chart's tooltips.
DataPoint represents an individual data point in the dataset, used for charts that plot points on axes.
LegendLabelOptions configures the chart's legend label.