6 Replies Latest reply on Aug 26, 2002 7:13 PM by sgturner

    Swing JMX GUI

    ghinkl

      Hey all. I was wondering if anyone was considering an open source project to create a Swing Adaptor for JMX. I've been starting one and have been able to connect it to MX4J and WebLogic so far. Its even got numeric attribute graphing. Is there any interest?

        • 1. Re: Swing JMX GUI
          marc.fleury

          You bet, we will host it right here,

          you can something you can show already?

          • 2. Re: Swing JMX GUI
            coldbeans

            >Its even got numeric attribute graphing.
            btw, what are going to draw? Does Jboss 3.0 provide
            Mbeans for metric like Weblogic?

            • 3. Re: Swing JMX GUI
              coldbeans

              >Its even got numeric attribute graphing.
              btw, what are you going to draw? Does Jboss 3.0 provide
              Mbeans for metric like Weblogic?

              • 4. Re: Swing JMX GUI
                marc.fleury

                JSR 77 metrics for starters.

                What else do you need? submit it as a patch

                • 5. Re: Swing JMX GUI
                  ghinkl

                  Just letting you all know that I've put up a new SourceForge project for that JMX Swing Console I was working on.

                  Its available at: http://sourceforge.net/projects/mc4j


                  It only support MX4J and WebLogic connections, but I'm actively working on connecting to JBoss now.

                  • 6. Re: Swing JMX GUI
                    sgturner

                    Sounds great. I hope you are writing it in such a way that the console itself is a set of one or more MBeans that could be run on top of any JMX agent, like JBoss. I can see, at least, the URL of the JMX agent you want to connect to could be managed, and I am sure there is a host of other things about the console app to manage, too.