-
Notifications
You must be signed in to change notification settings - Fork 767
Add JFR CPULoad and ThreadCPU event support #20186
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
Conversation
@tajila requesting your review |
Im seeing negative numbers for Thread user mode CPU load |
9399d91
to
9f17f2e
Compare
42e1d9d
to
94218be
Compare
This function returns the user and system cpu time of the calling thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
Opend OMR PR and addressed previous state. |
This function returns the user and system cpu time of the calling thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
This function returns the user and system cpu time of the calling thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
This function returns the user and system cpu time of the calling thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
This function returns the user and system cpu time of the calling thread. This new function is needed because the only way that we're aware of to get the user CPU time of a thread is to use getrusage(RUSAGE_THREAD, ...) which can only be called on the current thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
This function returns the user and system cpu time of the calling thread. This new function is needed because the only way that we're aware of to get the user CPU time of a thread is to use getrusage(RUSAGE_THREAD, ...) which can only be called on the current thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
This function returns the user and system cpu time of the calling thread. This new function is needed because the only way that we're aware of to get the user CPU time of a thread is to use getrusage(RUSAGE_THREAD, ...) which can only be called on the current thread. Related: eclipse-openj9/openj9#20186 Signed-off-by: Gengchen Tuo <[email protected]>
Addressed previous feedbacks |
@thallium Please rebase your changes |
Rebased |
@thallium Please fix merge conflicts |
Resolved merge conflict. |
I had to add |
@keithc-ca Please take another look at this |
Opened a PR to fix the missing export eclipse-omr/omr#7535 |
jenkins test sanity xlinux jdk17 |
@keithc-ca Do you have any more comments? |
I'll try to find time today to have another look. |
Addressed feedbacks. |
Depends on: eclipse-omr/omr#7491 Signed-off-by: Gengchen Tuo <[email protected]>
@keithc-ca Please take another look at this |
Jenkins test sanity xlinux jdk17 |
Depends on: eclipse-omr/omr#7491