--- alias: user-guide-service-performance tags: - reports description: "This report analyzes service execution duration and performance metrics" --- # Service Performance ## Description This report displays information about the services which take the most time. {% include-markdown 'includes/pages/report_unavailable_edp_note.md' %} ## Data Source * ODS Database ## Assumptions * None ## Filters * **Start Date** - defines the start time threshold filter for the service start time * **End Date** - defines the end time threshold filter for the service start time * **Service Name** - Multi value filter for services * **Created By** - Multi value filter for users who have interacted with the system * **Top** - number of results to return, order by total duration descending ## Fields * **Service Name** * **# Executions** - counts the number of times the service was executed * **Max Duration** - lists the maximum duration (in seconds) of the service * **Min Duration** - lists the minimum duration (in seconds) of the service * **Avg Duration** - lists the average service duration (in seconds) * **Std Dev** - lists the standard deviation of the service duration (in seconds) ## Example ![ServicePerformance][ServicePerformance] [ServicePerformance]: ../images/ServicePerformance.png