Data is not being properly populated for JBoss 7 and newer versions. How can I verify if I have correct data?

Data is not being properly populated for JBoss 7 and newer versions. How can I verify if I have correct data?

To check whether data is being collected properly, access the following URLs:


Check whether JBoss is installed as Standalone or Domain mode:
http://<JBoss Host>:<Port>/management?operation=attribute&name=launch-type

If launch-type is Standalone,then the URL is:
URL = http://<JBoss Host>:<Port>/management

If launch-type is Domain , then the URL is:
URL = http://<JBoss Host>:<Port>/management/host/hostControllerName/server/serverName

JBoss Memory Usage URL:
URL + "/core-service/platform-mbean/type/memory?read-resource&include-runtime=true"

JBoss Thread Usage URL:
URL + "/core-service/platform-mbean/type/threading?read-resource&include-runtime=true"

JBoss classloading URL:
URL + "/core-service/platform-mbean/type/class-loading?read-resource&include-runtime=true"

JBoss Web URL:
URL + "/subsystem/web/connector?read-resource&include-runtime=true&recursive"

(OR)

Get connector names using following URL:
URL + "/subsystem/web?read-resource&include-runtime=true"


Get data for each connector using below URL:
URL + "/subsystem/web/connector/"+ConnectorName+"?read-resource&include-runtime=true"

JBoss Transactions URL:
URL + "/subsystem/transactions?read-resource&include-runtime=true&recursive"

JBoss JDBC URL:
URL + "/subsystem/datasources?read-resource&include-runtime=true&recursive"

JBoss JMS URL:
URL + "/subsystem/messaging?read-resource&include-runtime=true&recursive"

Note: If the value of the field "statistics-enabled" set to false, change it to true to get data in Applications Manager.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Data is not being properly populated for Tomcat 5 and above versions in APM. How can I check for correct data?

                      To check whether data collected properly or not, access the below URLs :              For versions below 5.x: http://<Tomcat Host>:<Port>/adventnet/DataServlet        For Versions 5.x and above:         Server Info: http://<Tomcat ...
                    • JDBC data not populated for tomcat added by Prometheus

                      To configure JDBC metrics in tomcat exporter 1) Open the below file from tomcat installation directory. $CATALINA_BASE/conf/server.xml 2) Add the following configuration under <GlobalNamingResources> tag in the server.xml file. <Resource ...
                    • JBoss 7 & above : Unable to add monitor

                      Note : The below troubleshooting steps are for JBoss version 6 EAP, 7 and above. Refer here for lower versions. For JBoss version 7 and above, Applications Manager collects data via JBoss Management Interface. The management URL should be accessible ...
                    • No data in Linux Monitor

                      If you find that data isn't getting populated in Applications Manager, please check the following: 1. Verify if you have installed the NTP package by executing the 'ntpstat' command. 2. If not, install the same. Steps for NTP Installation: Note: NTP ...
                    • Troubleshooting errors in Microsoft Teams monitor (For versions upto 16300)

                      Prerequisites: Ensure that you have met all the prerequisites for the Microsoft 365 monitor. From Applications Manager version 16300 onwards, Microsoft 365 monitor will use Microsoft Graph API as the primary mode of data collection. We have migrated ...