<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fb20="http://demo.feedback20.info/extras/feedback_rss.dtd" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>[Q&amp;A - FAQ Neotys] Follow: Where is the JMX - Garbage collection counter for Jboss?</title>
    <atom:link type="application/rss+xml" href="http%3A%2F%2Fanswers.neotys.com%2Fxml%2Fquestions%2F195393.xml" rel="self"/>
    <description>[Q&amp;A - FAQ Neotys] Follow: Where is the JMX - Garbage collection counter for Jboss?</description>
    <language>en</language>
    <link>http://answers.neotys.com/</link>
    <pubDate>Wed, 18 Apr 2012 13:43:46 GMT</pubDate>
    <lastBuildDate>Wed, 18 Apr 2012 13:43:46 GMT</lastBuildDate>
    <fb20:app>answers</fb20:app>
    
   
    <item>
  <title>Answer from Nouredine A.</title>
  <dc:creator>Nouredine A.</dc:creator>
  <description>&lt;div class=&quot;body &quot;&gt;
          &lt;div class=&quot;body-hd&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;body-bd&quot;&gt;&lt;p&gt;JBoss 4 and 5 application servers provide two JMX MBeans Servers: the standard JMX Mbeans Server and the JBoss embedded one.&lt;/p&gt;
&lt;p&gt;NeoLoad monitoring module (real JBoss5 or Generic JMX on JBoss5) interacts with the second MBeans server.&lt;/p&gt;
&lt;p&gt;However,  it is not Java compliant so it doesn&#39;t contain metrics relative to the JVM like the Garbage Collector.&lt;/p&gt;
&lt;p&gt;The metrics for JBoss server can be viewed from the URL:  http://localhost:8080/jmx-console/&lt;/p&gt;
&lt;p&gt;And you will see that you do not have Garbage collection, as well.  Since NeoLoad 4.0, you have the possibility to use a Generic JMX monitor that will allow you to monitor any JAVA application that uses the standard JMX Mbeans server.&lt;/p&gt;
&lt;p&gt;You can check the Jboss documentation to know how to enable standard JMX on Jboss. When it&#39;s done, you just have to configure the JMX custom monitor in NeoLoad using the right information.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;For more information, see “Monitors” section in NeoLoad documentation.&lt;/p&gt;&lt;/div&gt;
          &lt;div class=&quot;body-ft&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;</description>
  <pubDate>Wed, 18 Apr 2012 13:43:46 GMT</pubDate>
  <link>http://answers.neotys.com/questions/195393-where-is-the-jmx-garbage-collection-counter-for-jboss/answers/304943</link>
  <source url="http://answers.neotys.com/questions/195393-where-is-the-jmx-garbage-collection-counter-for-jboss.%3Cp%3Ejboss%204%20and%205%20application%20servers%20provide%20two%20jmx%20mbeans%20servers:%20the%20standard%20jmx%20mbeans%20server%20and%20the%20jboss%20embedded%20one.%3C%2Fp%3E%0A%3Cp%3Eneoload%20monitoring%20module%20(real%20jboss5%20or%20generic%20jmx%20on%20jboss5)%20interacts%20with%20the%20second%20mbeans%20server.%3C%2Fp%3E%0A%3Cp%3Ehowever,%20%20it%20is%20not%20java%20compliant%20so%20it%20doesn't%20contain%20metrics%20relative%20to%20the%20jvm%20like%20the%20garbage%20collector.%3C%2Fp%3E%0A%3Cp%3Ethe%20metrics%20for%20jboss%20server%20can%20be%20viewed%20from%20the%20url:%20%20http:%2F%2Flocalhost:8080%2Fjmx-console%2F%3C%2Fp%3E%0A%3Cp%3Eand%20you%20will%20see%20that%20you%20do%20not%20have%20garbage%20collection,%20as%20well.%20%20since%20neoload%204.0,%20you%20have%20the%20possibility%20to%20use%20a%20generic%20jmx%20monitor%20that%20will%20allow%20you%20to%20monitor%20any%20java%20application%20that%20uses%20the%20standard%20jmx%20mbeans%20server.%3C%2Fp%3E%0A%3Cp%3Eyou%20can%20check%20the%20jboss%20documentation%20to%20know%20how%20to%20enable%20standard%20jmx%20on%20jboss.%20when%20it's%20done,%20you%20just%20have%20to%20configure%20the%20jmx%20custom%20monitor%20in%20neoload%20using%20the%20right%20information.%3C%2Fp%3E%0A%3Cp%3E%C2%A0%3C%2Fp%3E%0A%3Cp%3Efor%20more%20information,%20see%20%E2%80%9Cmonitors%E2%80%9D%20section%20in%20neoload%20documentation.%3C%2Fp%3E" />
  <guid>http://answers.neotys.com/questions/195393-where-is-the-jmx-garbage-collection-counter-for-jboss/answers/304943</guid>
  

  <fb20:id>304943</fb20:id>
  <fb20:type>answer</fb20:type>
  <fb20:comment-count>0</fb20:comment-count>
  <fb20:author-profile>http://answers.neotys.com/users/297182</fb20:author-profile>
  <fb20:author-avatar>http://dimelo-users-production.s3-eu-west-1.amazonaws.com/identity_avatars/aa2bed5e41439bdd/avatar_normal.png?7e467cf</fb20:author-avatar>
  <fb20:question-id>195393</fb20:question-id>
  <fb20:question-body>&lt;div class=&quot;body &quot;&gt;
          &lt;div class=&quot;body-hd&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;body-bd&quot;&gt;&lt;p&gt;I have configured the Jboss monitor in NeoLoad but I cannot see the Garbage collection counter that should be there for any JAVA application. Where is it?&lt;/p&gt;&lt;/div&gt;
          &lt;div class=&quot;body-ft&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;</fb20:question-body>
</item>

  


  </channel>
</rss>