per-client RAM measurement scripts#2783
Merged
Merged
Conversation
improve exception handling wip - towards launching participating nodes with stake improve goal don't crash if kmd isn't present when we don't need it updates for measuring per-client ram usage in a relay
Codecov Report
@@ Coverage Diff @@
## master #2783 +/- ##
=======================================
Coverage 47.10% 47.10%
=======================================
Files 349 349
Lines 56326 56336 +10
=======================================
+ Hits 26533 26538 +5
- Misses 26817 26825 +8
+ Partials 2976 2973 -3
Continue to review full report at Codecov.
|
tsachiherman
suggested changes
Aug 23, 2021
Contributor
tsachiherman
left a comment
There was a problem hiding this comment.
looks good - one small request in changing %v to %w so we can identify the original issue.
tsachiherman
approved these changes
Aug 23, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
new scripts runNodeHost.py and nodeHostTarget.py manage starting a new ec2 node with
algod(or several) pointed at a specific relay so that we can test per-client usage on that one relay.improve goal: don't crash if kmd isn't present when we don't need it
tweaks to other heapWatch scripts for measuring this data.
Test Plan
This is manual testing code. I used it to run test clusters.