Thread and Monitor Dump Analyzer

How to create thread dump in websphere:

1:start server.
2:Run CMD and run “cd <WAS_INSTALL_PATH>\<bin>”.
3:Run “wsadmin.bat username:<username> password:<password>”
4:Run “set serverObject [$AdminControl queryNames WebSphere:type=JVM,process=server1,*]”
5:$AdminControl invoke $serverObject dumpThreads

can find the file in C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile1


你可能感兴趣的:(Monitor)