You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 00:05:59 UTC

[jira] [Created] (QPID-3842) Java Broker should report platform and memory size on startup

Java Broker should report platform and memory size on startup
-------------------------------------------------------------

                 Key: QPID-3842
                 URL: https://issues.apache.org/jira/browse/QPID-3842
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 0.15
            Reporter: Keith Wall
            Assignee: Keith Wall
             Fix For: 0.15


It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3842) Java Broker should report platform and memory size on startup

Posted by "Keith Wall (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-3842:
--------------------------------

    Assignee: Robbie Gemmell  (was: Keith Wall)
    
> Java Broker should report platform and memory size on startup
> -------------------------------------------------------------
>
>                 Key: QPID-3842
>                 URL: https://issues.apache.org/jira/browse/QPID-3842
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>             Fix For: 0.15
>
>
> It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3842) Java Broker should report platform and memory size on startup

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208127#comment-13208127 ] 

Keith Wall commented on QPID-3842:
----------------------------------

Patch applied.  Hi Robbie, can you review this commit? 


                
> Java Broker should report platform and memory size on startup
> -------------------------------------------------------------
>
>                 Key: QPID-3842
>                 URL: https://issues.apache.org/jira/browse/QPID-3842
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3842) Java Broker should report platform and memory size on startup

Posted by "Robbie Gemmell (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3842.
----------------------------------

    Resolution: Fixed

Looks good to me.
                
> Java Broker should report platform and memory size on startup
> -------------------------------------------------------------
>
>                 Key: QPID-3842
>                 URL: https://issues.apache.org/jira/browse/QPID-3842
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>             Fix For: 0.15
>
>
> It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3842) Java Broker should report platform and memory size on startup

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208107#comment-13208107 ] 

Keith Wall commented on QPID-3842:
----------------------------------

This change will give two new lines of output during startup (BRK-1010/BRK-1011):

{code}
[Broker] BRK-1006 : Using configuration : /Users/keith/src/qpid/qpid/java/build/etc/config.xml
[Broker] BRK-1007 : Using logging configuration : /Users/keith/src/qpid/qpid/java/build/etc/log4j.xml
[Broker] BRK-1001 : Startup : Version: 0.15 Build: exported
[Broker] BRK-1010 : Platform : JVM : Apple Inc. version: 1.6.0_29-b11-402-10M3527 OS : Mac OS X version: 10.6.8 arch: x86_64
[Broker] BRK-1011 : Maximum Memory : 1,069,416,448 bytes
[Broker] MNG-1001 : Startup
[Broker] MNG-1002 : Starting : RMI Registry : Listening on port 8999
[Broker] MNG-1002 : Starting : JMX RMIConnectorServer : Listening on port 9099
[Broker] MNG-1004 : Ready
[Broker] BRK-1002 : Starting : Listening on TCP port 5672
[Broker] BRK-1004 : Qpid Broker Ready
{code}
                
> Java Broker should report platform and memory size on startup
> -------------------------------------------------------------
>
>                 Key: QPID-3842
>                 URL: https://issues.apache.org/jira/browse/QPID-3842
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3842) Java Broker should report platform and memory size on startup

Posted by "Keith Wall (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3842:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> Java Broker should report platform and memory size on startup
> -------------------------------------------------------------
>
>                 Key: QPID-3842
>                 URL: https://issues.apache.org/jira/browse/QPID-3842
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> It would be useful if the Java Broker reported its platform (Java version and OS) and maximum memory size on startup.   The existing operational log mechanism could be easily utilised to achieve this.   This information would be useful in a support context and would aid faster problem resolution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org