Skip to main content
< All Topics
Print

Agent job executions dashboard

The Agent job executions dashboard presents a visual overview of all Agent job executions, including their duration, execution status and execution time:

Quickly see when jobs are executing an for how long, and use it to plan when jobs should run. Can be used to correlate job executions with performance bottlenecks.

Corresponding views in the Performance Store database:
dbo.v_agent_job_executions
dbo.v_agent_jobs_all (includes historic data for agent jobs that does not exist anymore)
dbo.v_agent_job_definitions (Agent job definitions, including history of all Agent job changes)

Other relevant views in the Performance Store database:
dbo.v_latest_stats
dbo.v_agent_jobs
dbo.v_agent_jobs_all (includes historic data for agent jobs that does not exist anymore)
dbo.v_agent_job_definitions (Agent job definitions, including history of all Agent job changes)

Table of Contents