Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 05-31-2017 11:05 AM - edited on 12-30-2018 10:54 AM by Nina.Wolinsky
To collect a thread dump for a Controller App Server process, use the Glassfish "asadmin" tool.
<controller_home>/appserver/glassfish/bin/asadmin -u admin --passwordfile=<controller_home>/.passwordfile generate-jvm-report --type=thread > threaddump.txt
mkdir /tmp/threaddumps
cd /tmp/threaddumps
for i in {1..20}; do /opt/AppDynamics/Controller/appserver/glassfish/bin/asadmin -u admin --passwordfile=/opt/AppDynamics/Controller/.passwordfile generate-jvm-report --type=thread > threaddump$i.txt; sleep 60; done
generate-jvm-report
command can generate other types of reports including memory or summary. For more information, view Glassfish documentation.Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form