Project
TeamCity
Priority
Major
Type
Feature
State
Open
Assignee
Pavel Sher
Subsystem
Statistics
Affected versions
No Affected versions
Fix versions
7.1
Fixed in build
No Fixed in build
Fixed in builds
no build yet
  • Created by   Yegor Yarko
    2 years ago (23 Jun 2009 19:42)
  • Updated by   Yegor Yarko
    2 months ago (05 Mar 2012 22:13)
 
TW-8613 Sources checkout duration statistics
6
Issue is visible to: All Users
  The issue is visible to the selected user group only
For internal needs (analyzing current server performance and dynamics), let's publish statistics for build checkout time and probably for other stages like artifacts dependencies download, etc.

Can also publish sources transfer rate.

This can be implemented as a plugin or just not displayed by default.
Comments (2)
 
History
 
Linked Issues (?)
 
Chris Walquist
  Chris Walquist
17 Feb 2011 01:54
15 months ago
We'd really like to see this. It's embarrassing when developers find out about our system's slowness before we do, and un-measured checkout time is often the reason.

Perhaps a checkbox on the build config's statistics page, "include checkout times", similar to the "show failed" checkbox.
Pavel Sher
  Pavel Sher
30 Dec 2011 21:20
4 months ago
In TeamCity 6.5 you can enable build checkout time charts by adding this snippet to the main-config.xml file:

<graph title="Build checkout time" defaultFilters="showFailed" hideFilters="">
<valueType key="BuildCheckoutTime" title="Checkout time (msec)" />
</graph>