RFR: 8289711: Add container configuration data to mbeans [v10]
Andrey Turbanov
aturbanov at openjdk.org
Thu Sep 29 21:18:36 UTC 2022
On Wed, 10 Aug 2022 02:10:25 GMT, xpbob <duke at openjdk.org> wrote:
>> Container configuration information is useful for troubleshooting problems,Exposing information in MBeans is ideal for monitoring, jConsole, and other scenarios.
>> Results the following
>> 
>
> xpbob has updated the pull request incrementally with one additional commit since the last revision:
>
> add bean to list
src/jdk.management/share/classes/com/sun/management/ContainerInfoMXBean.java line 31:
> 29: * This is a special bean , only available on Linux systems
> 30: */
> 31: public interface ContainerInfoMXBean extends PlatformManagedObject {
let's remove one redundant space before `extends`
-------------
PR: https://git.openjdk.org/jdk/pull/9372
More information about the serviceability-dev
mailing list