Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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