-
Notifications
You must be signed in to change notification settings - Fork 51
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
Resource Information Update Period #128
Comments
@t25kim Thank you for the interesting suggestion. (Maybe I am correct or wrong, so please correct me ^^) Event-based update and/or some dynamic update (time interval) mechanism always looks valuable. The point is how we could integrate this idea into the existing @Karthikeyan-Samsung @suresh-lc What do you think of this proposal? |
Reducing the frequency will impact the device performance Moreover the Scoring Manager algorthim need to be refined and based on ML approach(Time Series, ARIMA etc...) |
Event based is good idea, but we need to explore for registering for events which show CPU/Memory change. And we should try to make it generic rather than hardware dependent. As mentioned by Karthik, time series based is good approach. We need to brainstorm for data for such analysis also. This is good start and we can discuss more on this. |
In the long view, it's right to go as @Karthikeyan-Samsung said. |
@suresh-lc @Karthikeyan-Samsung @t25kim Thank you for all the productive and inspiring suggestions. If we need both the short and mid-long term approaches to improve the current resource update mechanism, is there any triggering means to modify the time interval to update the available resources from |
I think StartMonitoringResource() may determine the interval with the resource information in the db and send the value as a parameter to update resource information. |
Seems this is also related to the so-called AI/ML reflecting users' pattern. Like frequent update during the busy time, and seldom update during midnight or something like that. So, I would also like to link this issue with #26 . |
Is your feature request related to a problem? Please describe.
Currently, the resource information update interval is 5 seconds and the accuracy is too low.
The following is the log of when the Edge Orchestration consistently received service offload requests. (see time and cpuUsage)
Describe the solution you'd like
How about updating resource information while the service(container) is executing?
The text was updated successfully, but these errors were encountered: