This content has been marked as final.
Show 1 reply
-
1. Re: how do i collect jboss heap dump in csv file?
rohith_jboss Jun 6, 2013 1:35 AM (in response to s4srinivas)You can use the command ./twiddle.sh invoke "jboss.system:type=ServerInfo" listMemoryPools true > memoryPools.html to get the details from the server as html. Check https://community.jboss.org/wiki/GenerateAThreadDumpUsingJMXConsoleJBossAS3456 for details.