Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8023093 Add ManagementAgent.status diagnostic command
  3. JDK-8179939

Release Note: New ManagementAgent.status diagnostic command added.

XMLWordPrintable

    • Verified

      A new ManagementAgent.status diagnostic command is introduced for querying the JMX agent's status.

      The status will be relayed to the user in the following form:
      ```
      Agent: <enabled|disabled>
      (
        ConnectionType: <local|remote>
        Protocol: <rmi|...>
        Host: <IP or host name>
        URL: <valid JMX connector URL>
        (
          Properties:
          (
            <propertyname>=<propertyvalue>
          )+
        )?
      )+

      Where:
        <name> means an arbitrary value
        | means 'or'
        ( and ) denote a block
        + block repeats one or more times
        ? block appears at most once
      ```

            asapre Amit Sapre
            rpuranam Raghavan Puranam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: