[jboss-dev-forums] [JBoss AS7 Development] - Proposal of a system metrics subsystem

Thomas Diesler do-not-reply at jboss.com
Fri Aug 19 15:38:36 EDT 2011


Thomas Diesler [http://community.jboss.org/people/thomas.diesler] created the discussion

"Proposal of a system metrics subsystem"

To view the discussion, visit: http://community.jboss.org/message/621842#621842

--------------------------------------------------------------
Folks, 

I recently looked at the gwt console and the management model in order to find some system metrics similar to what is available through jconsole - I couldn't find it.

A remote client could use the system metrics (available through json data structures) to monitor server/domain health.
Initially I propose to add some static env information for the standalone server. Perhaps something like this


  "result" => {"metric" => {
        "os" => {
            "arch" => "amd64",
            "name" => "Linux",
            "version" => "2.6.40-4.fc15.x86_64"
        },
        "java" => {
            "vendor" => "Sun Microsystems Inc.",
            "version" => "1.6.0_26"
        },
        "runtime" => {
            "name" => "Java(TM) SE Runtime Environment",
            "version" => "1.6.0_26-b03"
        }
    }}




Going forward we could add mem, thread, cpu stats. 

Because this would be available through the domain model, the console could also easily display these metrics.

What do you think?

cheers
-thomas
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/621842#621842]

Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110819/83ad11cb/attachment.html 


More information about the jboss-dev-forums mailing list