Actions
Bug #12725
closedWe are missing a lot of timing measurement in policy generation
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
In the policy generation, we have a big black box in term of time measurement: writeTemplate
This method uses the biggest part of the generation time (more than 80%), but we have little to no detail of which steps are slow
We need to add real timing info in this method, to measure what is slow
First studies give a very interesting result
[2018-05-31 16:15:49] DEBUG policy.generation - Promises move to final position in 11317 ms out of [2018-05-31 16:16:05] DEBUG com.normation.rudder.services.policies.PromiseGenerationServiceImpl - Write node configurations : 41423 ms
The logger used for that is named: policy.generation:
<logger name="policy.generation" level="debug"/>
Updated by Nicolas CHARLES over 6 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/1954
Updated by Rudder Quality Assistant over 6 years ago
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by Nicolas CHARLES over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|8c4429fc30550edcd5815ad0aa92280e251b2061.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
Actions