-
Notifications
You must be signed in to change notification settings - Fork 20
Better monitoring #336
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
v1kko
wants to merge
25
commits into
multiscale:develop
Choose a base branch
from
v1kko:better_monitoring
base: develop
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
Better monitoring #336
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
45c8a76
Add port and host to register_instance for all languages
v1kko 6d21081
Add extra assertion to tests
v1kko b1b2021
Add profiling event to profiling database
v1kko 08ef79e
communicate muscle processes to be monitored
v1kko 3bbc2c9
Implementing the Protocol for monitoring
v1kko d23c172
Add the last mile to get everything in the sqlite database
v1kko 2f157c7
Merge branch 'multiscale:develop' into better_monitoring
v1kko f57c879
Add (skeleton) MLPServer, split events to events/usage_evenst
v1kko f867167
Pass resource usage through MLPServer
v1kko 919b62d
Get MLPServer address to Agents
v1kko c1058a9
remove wrong implementation to monitor
v1kko 6fb36b1
Removing leftovers
v1kko 4a84e76
Fix mypy issues
v1kko d1d1a32
Make environment optional, if no environment for a new process is spe…
v1kko 4e07f29
Fix all flake8 issues
v1kko b54c0e3
pass procid and hostname from the instance instead of the MMPClient
v1kko 154f29b
Fix profile_database_test to count forward instead of backwards
v1kko 1366ede
Fix private variable access of the instance_manager
v1kko 0b1d965
Fix mmp_client.cpp::register_instance headers
v1kko 9a65742
Fix report usage implementation, only report back once per second, an…
v1kko 1f9af1a
fix mlp_tests
v1kko b7cccee
fix threading issue with py3.8
v1kko bcead64
fix last remaining threading issue by force closing the Pool
v1kko 935fc58
Fix tests by calling MLPClient.close() at the end of the tests
v1kko 8c9a8d3
Usage collection now non-threaded, but with simple timestamps, to sat…
v1kko 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
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
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
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.