Skip to content
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

It seems that fullGC cannot be correctly identified. #304

Open
youngledo opened this issue Oct 11, 2024 · 5 comments
Open

It seems that fullGC cannot be correctly identified. #304

youngledo opened this issue Oct 11, 2024 · 5 comments

Comments

@youngledo
Copy link

youngledo commented Oct 11, 2024

I have a lot of fullGC through the jstat command output (the same is true with GC Easy), but only once with jifa.

  • jstat
    image
    note: Don't pay attention to the number of times, because it is not the same time period.

  • GC Easy
    For example, this time period is displayed 7 times:
    image

I compared the time in gc.rog and found that this identifier is recognized as fullGC, but jifa doesn't seem to recognize it.
image

attachment

app-gc-pid6-2024-10-10_21-48-02.log


In addition, if the DingTalk QR code is invalid, can I still join the group?

@D-D-H
Copy link
Contributor

D-D-H commented Oct 11, 2024

JVM treats the two stop phase of cms concurrent gc as FGC, so the count of FGC increases by two when one CMS concurrent gc occurs.
However, Jifa doesn't treat the two phases as FGC.

@D-D-H
Copy link
Contributor

D-D-H commented Oct 11, 2024

In addition, if the DingTalk QR code is invalid, can I still join the group?

I'll update it.

@youngledo
Copy link
Author

JVM treats the two stop phase of cms concurrent gc as FGC, so the count of FGC increases by two when one CMS concurrent gc occurs. However, Jifa doesn't treat the two phases as FGC.

However, this will be inconsistent with the FGC results output by jstat, which will cause confusion. This is consistent between jstat and gceasy.

It is recommended to add a description of this section.

@D-D-H
Copy link
Contributor

D-D-H commented Oct 12, 2024

Here is a good answer about this question: https://stackoverflow.com/questions/18306490/fullgc-happens-every-time-when-cms-work

It is recommended to add a description of this section.

Good suggestion.

@youngledo
Copy link
Author

youngledo commented Oct 12, 2024

Here is a good answer about this question: https://stackoverflow.com/questions/18306490/fullgc-happens-every-time-when-cms-work

It is recommended to add a description of this section.

Good suggestion.

I saw it yesterday, but I feel RednaxelaFX great god is more convincing!

link:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants