|
(→All Java Versions)
|
(→Appendix E: Windows Services Thread Dump Example)
|
| Line 226: | |||
| = Appendix E: Windows Services Thread Dump Example = | = Appendix E: Windows Services Thread Dump Example = | ||
| + | An example set of steps to take a thread dump from a Windows Service. | ||
| + | # Verify what processes are running on the system with both 'jps' and 'Windows Task Manager' | ||
| + | ## Screenshot | ||
| + | # Prepare the command in a high-quality text editor | ||
| + | ## Screenshot | ||
| + | # Execute the command from an '''Administrative Command Prompt'''. Note that it has to be ran under an '''Administrative Command Prompt''' for full system access. | ||
| + | ## Screenshot | ||
| + | # Verify that scheduled tasks exist. | ||
| + | ## Screenshot | ||
| + | # Observe that thread dumps have been created in the location of your choice. | ||
| + | ## Screenshot | ||