Dashboard
Dashboard is the entry point to the YouMonitor. Basic CI server telemetry and build statistics are shown here. If you are lost in the YouMonitor plugin, just click YouMonitor logo in the header to return to the dashboard.
Dashboard link in the web application drawer:
Build server telemetry
CPU usage graph shows real time CPU load. YouMonitor shows separately CPU time consumed by CI server Ired line) and total system CPU load (blue line). If the machine which hosts CI server also runs another services, you can monitor how their activity affect your builds.
Memory usage graph shows real time Java heap usage for last 24 hours, and Java heap limit.
Using this graph you can optimize -Xmx
settings of your CI server and
check the situation when CI server is exhausting available memory and is approaching
failure.
Build statistics
Last Week Build Statistics shows barchart of all monitored builds for last 7 days. Builds within one day are grouped by a status.
Last Week Build Failures shows top chart of most failed builds for last 7 days. These builds require extra attention due to code quality or broken build procedure. You may immediately navigate to build repository for further analysis.