-
Notifications
You must be signed in to change notification settings - Fork 96
CPU and Max RSS Analysis tools #6663
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
Open
ChrisPaulBennett
wants to merge
32
commits into
cylc:master
Choose a base branch
from
ChrisPaulBennett:cylc_profiler
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
125ed0c
Initial profiler implementation (non working)
ChrisPaulBennett 60ffd73
CPU/Memory Logging working
ChrisPaulBennett 36de59f
Time Series now working
MetRonnie 12c347d
Code review changes
ChrisPaulBennett e793c00
Adding test coverage
ChrisPaulBennett b4a32cd
Added custom exception for cylc profiler
ChrisPaulBennett d310c12
Linting
ChrisPaulBennett 749f456
Removing spurious version control text
ChrisPaulBennett c5b175c
profiler: change message format to JSON
oliver-sanders 19ad0d0
Removing accidentally added files
ChrisPaulBennett ef9e599
change how the profiler sends its data
ChrisPaulBennett ea0b764
Updating unit tests
ChrisPaulBennett e880ab4
Updating unit tests
ChrisPaulBennett 4303726
Updating unit tests
ChrisPaulBennett 7fd5e4b
Updating unit tests
ChrisPaulBennett 91f73bb
Adding mechanism to ensure profiler is killed
ChrisPaulBennett fc74395
Merge branch 'master' into cylc_profiler
ChrisPaulBennett 7afd6a6
Linting
ChrisPaulBennett e9dd7ac
Merge remote-tracking branch 'ChrisPaulBennett/cylc_profiler' into cy…
ChrisPaulBennett 6ec836a
Updating testing to cope with asyncio
ChrisPaulBennett 9956de7
Update changes.d/6663.feat.md
ChrisPaulBennett 5790c38
Update cylc/flow/cfgspec/globalcfg.py
ChrisPaulBennett 5c0375f
Hopefully working asyncio
ChrisPaulBennett 9ed2fc4
Linting
ChrisPaulBennett 3520e8c
Removing redundant asyncio
ChrisPaulBennett 4071d8e
Linting
ChrisPaulBennett cc9b5a8
Merge branch 'cylc:master' into cylc_profiler
ChrisPaulBennett 6c3d108
Reverted back to constant polling of the memory statistic
ChrisPaulBennett e42cc58
Linting
ChrisPaulBennett c2a4099
Code review changes
ChrisPaulBennett a79a3ce
Fix unit tests
ChrisPaulBennett 9e8f426
Type hinting
ChrisPaulBennett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Added a Cylc job profiler which captures CPU and memory information from job runners which use cGroups. This information can be reviewed in the Analysis view in the GUI. |
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
This should really be an ISO8601 interval rather than an int (we switched the other configs from in in Cylc 6).
But will punt that to a follow-on issue - #7265