TeamCity 9.0 Help

Statistic Charts

To help you track the condition of your projects and individual build configurations over time, TeamCity gathers statistical data across all their history and displays it as visual charts. The statistical charts can be divided into the following categories:

Regardless of the selected statistics level in the Statistics tab, you can:

  • Use the branch filter to view the results from the specified branches only (available since TeamCity 9.0)

  • Download each chart data in the CSV format using the Download icon

  • Configure the Y-axis settings for each chart using the Cog icon in the upper left corner

  • Select a time range for each type of statistics from the Range drop-down list.

  • Filter the information by data series, for example, by the Agent name or result type.

  • View average values by selecting the Average check box.

  • Filter out failed builds and show only successful builds with the unchecked Show Failed option.

  • View the build summary information when you mouse-over a build and navigate to the build results page using the build number link.

Statistics include information about all the builds across all its history. However, according to the clean-up policy, some of the build results may be removed. In this case, you can only view the summary information about the build, but cannot jump to the build results page.

Project Statistics

For each project TeamCity provides visual charts with statistics gathered from all build configurations included in the project over the entire history of the project. These charts show statistics for code coverage, code inspections and code duplicates for build configurations within the project when the corresponding data is available for the builds of this project's configurations.

You can adjust the set of project-level charts in the following ways:

Build Configuration Statistics

Statistics information is also available at the build configuration level. These charts demonstrate the successful build rate, the build duration, time builds spent in queue, time that took to fix tests, artifact size, and test count. The charts also show code coverage, duplicates and inspection results if these are included in the respective build configuration.

Bc statistics 8 0
The charts generated automatically by TeamCity include the following types:

  • Success Rate: This chart tracks the build success rate over the selected period of time.

  • Build Duration (excluding the checkout time): This chart allows to monitor the duration of the build. To get a better idea of the build duration changes, select a single build agent or build agents with similar processors.

  • Time spent in queue: This chart tracks the time it took to actually start a build after it was scheduled. This information is helpful for managing the build agent and prioritizing build configurations.

  • Test Count: Green, grey and red dots show the number of tests (JUnit, NUnit, TestNG, etc.) that passed, were ignored, or failed in the build respectively. The information about individual tests is available on the build results page. Note that since TeamCity 9.0, the way TeamCity counts tests has changed.

  • Artifacts Size: This chart tracks the total size of all artifacts produced by the build.

  • Time to fix tests: This chart tracks the maximum amount of time it took to fix the tests of the particular build. If not all build tests were fixed, a red vertical stripe is displayed.

  • Code Coverage: Blue, green, dark cyan, and purple dots show respectively the percentages of the classes blocks, lines and methods covered by the tests.

  • Code Duplicates: This chart tracks the number of duplicates discovered in the code.

  • Code Inspection: This chart displays red and yellow dots to track the number of discovered errors and warnings respectively .

It is also possible to add custom charts. Unlike project-level charts, pre-defined charts on the build configuration level cannot be disabled.

Tests Statistics

You can also find some useful statistics for a particular test: Test duration graph on "Test History" page, which allows comparing the amount of time it takes individual tests to run on the builds of this build configuration. For more details, please refer to related page.

Last modified: 20 April 2023