1 Reply Latest reply on Feb 22, 2005 7:00 PM by guurk

    Mbean for CPU Usage

    jkashyap

      Is there an Mbean hosted in the Jboss Mbean server to monitor the CPU usage of the system ?

        • 1. Re: Mbean for CPU Usage
          guurk

          No, that would require direct JNI connect into specific OS calls. However, doing so shouldn't be too hard. There's at least a couple places that talk about how to do CPU utilization monitoring from within Java. Then wrapping it in a MBean should be pretty strait forward.