[SERVER-67057] create scons cache mertics Created: 06/Jun/22  Updated: 29/Oct/23  Resolved: 11/Aug/22

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 6.1.0-rc0

Type: New Feature Priority: Major - P3
Reporter: Daniel Moody Assignee: Richard Samuels (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Gantt Dependency
has to be done after SERVER-67044 Create build metrics CLI interface an... Closed
has to be done after SERVER-67109 create build metrics json validator Closed
Backwards Compatibility: Fully Compatible
Sprint: Dev Platform 2022-07-25
Participants:

 Description   

The cache will be tested in separate build steps, first filling an empty cache to record the time a build takes when pushing the task, and then performing a build with 100% hit. The size of the full cache will also be recorded.

Json Format:
 
{
 cache_metrics:{
    cache_artifacts:{[
        array_index: <int>(3),
        name: <str>(3),
        size: <long>(3)
    ]}
    push_time: <long>(1),
    pull_time: <long>(1),
    cache_size: <long>(1)
}


Generated at Thu Feb 08 06:07:10 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.