-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node resource availability (#378)
* initial commit * Add Resource Measurement * More useless things * Delete agent/src/resource_measurement/resource_measurement_sender * Sending of AgentResource * Add the actual measurement * Add data load to resource availability message * Add resource availability in ank get agents * Measure only free memory * Finish impl and start adding unit tests * Add unit tests * Fix unit tests * Update documentation * Rename node resource availability message * Update AgentMap * Fix failing unit tests * Update docs Co-authored-by: Oliver <42932060+inf17101@users.noreply.github.com> * Update ank/doc/swdesign/README.md Co-authored-by: Oliver <42932060+inf17101@users.noreply.github.com> * Update resource availability swdd * Update agent resource availability swdd * Update agent manager unit tests * Refactor the node resource availability * Update doc and test cases * Update server/doc/swdesign/README.md Co-authored-by: Oliver <42932060+inf17101@users.noreply.github.com> * Update filtering * Update filtering * Update stests and documentation * Apply suggestions from code review - Documentation Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com> * Update docs and agent_manager * Update server/doc/swdesign/README.md Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com> * Update server/doc/swdesign/README.md Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com> * Fix match assertion and PERCENTAGE_BASE * Improve get agents readability * Update doc * Rename CpuLoad to CpuUsage * Update requirements versions * Update messages * Fix CLI format and trace messages --------- Co-authored-by: Oliver <42932060+inf17101@users.noreply.github.com> Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
- Loading branch information
1 parent
d90ce71
commit 76d5773
Showing
25 changed files
with
860 additions
and
62 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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.