RFR: 8041: JfrRulesReport -format json produce incomplete results

Marcus Hirt hirt at openjdk.org
Sat Feb 25 18:49:11 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."

Marked as reviewed by hirt (Lead).

-------------

PR: https://git.openjdk.org/jmc/pull/468


More information about the jmc-dev mailing list