RFR: 8274: Add thread counts to the Java Application page
Marcus Hirt
hirt at openjdk.org
Mon Nov 4 23:24:33 UTC 2024
On Mon, 4 Nov 2024 23:15:31 GMT, Marcus Hirt <hirt at openjdk.org> wrote:
>> application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/pages/JavaApplicationPage.java line 266:
>>
>>> 264: this::isAttributeEnabled, UnitLookup.PERCENT.quantity(0), UnitLookup.PERCENT.quantity(100))
>>> 265: .ifPresent(rows::add);
>>> 266: DataPageToolkit.buildLinesRow("Threads", "Various thread counts", allItems, true,
>>
>> Do you think this might be better left as not filled? At least on Linux, the filled versions aren't transparent so overlaying a couple of these new values quickly covers up whatever is behind it. And with peak and total being the 3rd and 4th options, combining those with either of the first two and it gets hard to read.
>>
>> example:
>> With two enabled:
>> 
>>
>> Peak threads covers up the first two:
>> 
>>
>> And then total threads covers everything:
>> 
>
> Good point. Will just use lines.
Forgot to localize the strings too.
-------------
PR Review Comment: https://git.openjdk.org/jmc/pull/600#discussion_r1828528480
More information about the jmc-dev
mailing list