
- System Graphs - top pane
- Build Monitor Graph - bottom pane


- CPU Load: CPU usage on Initiator in percentage.
- Used Memory: Memory usage on the machine.
- SwapSize: Swap file utilization size.
- IOWait: Time spent by all local CPU cores waiting on IO.
- IOWaitPercent: Percentage of total CPU time spent waiting on IO devices.
- ReceivedMpbs: Current incoming network load in Mpbs.
- SenMpbs: Current outgoing network load in Mpbs.
- AvailableSlots: Available cores that can be used in the build.
- ActiveSlots: Active CPU cores executing tasks.
- ActiveMachines: Number of machines participating in the build.
- WaitingTasks: Number of tasks in queue waiting for execution.
- LocalWaitingTasks: Number of tasks in queue that can only run on the Initiator.
- DistributedWaitingTasks: Number of tasks in queue that can be run on any machine in the grid.
- ActiveTasks: Number of currently executing tasks.
- CompletedTasks: Tasks completed so far in the build.
Build Monitor Graph
The Build Monitor Graph illustrates how tasks are distributed between the Agent machines (CPUs) over time. The time axis displayed below the graph is the time that has elapsed from the beginning of the build. Clicking the clock icon on left side of the time axis will toggle between relative time and absolute time. The Build Monitor Graph provides developers with the ability to have an intuitive graphical representation of their execution process, quickly locate errors and warnings, see the execution duration of each task, find performance bottleneck and retrieve detailed information on every task that is executed as part of the build process. Hovering on a task block displays the process ID, name, task ID, and exit code of the process.

-
In-progress
-
Successful task that can only be executed locally on the initiating machine
-
Successful task that can be distributed to remote machines
-
Warning - task with stderr that exited with exit code 0
-
Failure - task which exited with non 0 exit code
-
Aborted task
- Green - Build completed successfully, without warnings.
- Yellow - Build completed successfully, with warnings.
- Red - Build failed or was aborted.
