-
Notifications
You must be signed in to change notification settings - Fork 292
CP-38343: xenopsd: GC and memory RRD stats #5522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CP-38343: xenopsd: GC and memory RRD stats #5522
Conversation
This should target the perf feature branch, but that one is out-of-date and needs #5523 first |
5559e8f
to
b203731
Compare
1071f6a
to
e2b2eea
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## master #5522 +/- ##
========================================
+ Coverage 51.4% 51.8% +0.4%
========================================
Files 13 19 +6
Lines 1928 2586 +658
========================================
+ Hits 991 1341 +350
- Misses 937 1245 +308 see 16 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Based on xapi_stats.ml, but heavily refactored. Signed-off-by: Edwin Török <edvin.torok@citrix.com> (cherry picked from commit 40d3aa7923c7a5c7654d9e83508e52b3b7c3840a) (cherry picked from commit b30f2310e6087ef59c486410f079175bf36aa705)
e2b2eea
to
b05efa9
Compare
Signed-off-by: Edwin Török <edwin.torok@cloud.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, my previous comments are mostly cosmetic anyway
Based on xapi_stats.ml, but heavily refactored.
Signed-off-by: Edwin Török edvin.torok@citrix.com
This is xapi-project/xenopsd#772, but I squashed and rebased the 2 commits on top of latest master, and ran
ocamlformat
, and fixed some dune warnings.Original commits in xenopsd repo:
(cherry picked from commit 40d3aa7923c7a5c7654d9e83508e52b3b7c3840a)
(cherry picked from commit b30f2310e6087ef59c486410f079175bf36aa705)
So far I've only compile tested this change, hence a draft.