-
Notifications
You must be signed in to change notification settings - Fork 276
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
fix-cpu-stats #14105
fix-cpu-stats #14105
Conversation
@Morranto Thanks for your contributions! Title: fix-cpu-stats Body: This pull request fixes a bug related to CPU stats by subtracting IO duration. It also includes improvements to the codebase. Changes:
Overall, these changes aim to improve the accuracy of CPU stats by subtracting the IO duration and disk access time from the total time consumed. Review:
Suggestions for optimization:
Overall, the changes made in this pull request seem reasonable and should improve the accuracy of the CPU stats. However, adding comments to explain the code and its intentions will make it easier for other developers to understand and maintain the codebase. |
What type of PR is this?
Which issue(s) this PR fixes:
issue #13211 #13982
What this PR does / why we need it:
improve cpu stats by subtracting io duration