RFR: 8041: JfrRulesReport -format json produce incomplete results
Christoph Langer
clanger at openjdk.org
Fri Feb 24 15:46:29 UTC 2023
On Wed, 22 Feb 2023 12:23:16 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:
> The output of JSON report contains blank placeholders like below:
> "message": "",
> "detailedMessage": ""
>
> After the fix:
>
> "message": "No long socket write pauses were found in this recording (the longest was 26.678 ms).",
> "detailedMessage": "Note that there are some socket write patterns with high duration writes that we consider to be normal and are therefore excluded. Such patterns include JMX RMI communication."
LGTM
-------------
Marked as reviewed by clanger (Committer).
PR: https://git.openjdk.org/jmc/pull/468
More information about the jmc-dev
mailing list