-
Notifications
You must be signed in to change notification settings - Fork 110
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
implement rama policy framework with pid controller #105
implement rama policy framework with pid controller #105
Conversation
cd6d8dd
to
9ecb9a7
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
==========================================
+ Coverage 51.30% 51.52% +0.22%
==========================================
Files 318 377 +59
Lines 32418 36288 +3870
==========================================
+ Hits 16632 18698 +2066
- Misses 13840 15438 +1598
- Partials 1946 2152 +206
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
aea7ddc
to
d5d2c54
Compare
pkg/agent/sysadvisor/plugin/qosaware/resource/cpu/region/region_dedicated_numa_exclusive.go
Show resolved
Hide resolved
pkg/agent/sysadvisor/plugin/qosaware/resource/cpu/region/region_dedicated_numa_exclusive.go
Outdated
Show resolved
Hide resolved
pkg/agent/sysadvisor/plugin/qosaware/resource/cpu/region/provisionpolicy/policy_rama.go
Show resolved
Hide resolved
pkg/agent/sysadvisor/plugin/qosaware/resource/cpu/region/provisionpolicy/policy_rama.go
Show resolved
Hide resolved
there still exists some comments, we need to discuss before this pr can be merged |
@@ -17,16 +17,14 @@ limitations under the License. | |||
package headroompolicy |
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.
if this policy is deprecated, which one should we use? will there be a corresponding rama headroom policy?
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.
There may be a policy based on machine learning to estimate NUMA headroom for dedicated numa exclusive region in the future.
6d9df75
to
7d1ace5
Compare
7d1ace5
to
80aa3fd
Compare
80aa3fd
to
e4d334a
Compare
What type of PR is this?
Features
What this PR does / why we need it:
Implement the framework of a fine tuned policy "rama" for dedicated numa exclusive region
Which issue(s) this PR fixes:
Special notes for your reviewer: