Version Differences for Dumps From a Java Process

(Appendix E: Windows Services Thread Dump Example)
(Appendix E: Windows Services Thread Dump Example)
Line 134:
  <table border=2 cellpadding=2 cellspacing=2 align=center>    <table border=2 cellpadding=2 cellspacing=2 align=center> 
  <tr><th>#</th><th>STEP</th><th>SCREENSHOT</th></tr>    <tr><th>#</th><th>STEP</th><th>SCREENSHOT</th></tr> 
- <tr><td>1</td><td>Verify what processes are running on the system with both 'jps' and 'Windows Task Manager'</td><td>[[Image:JPSTASKMAN.png|thumb|left|150px|alt=Screenshot showing JPS & Task Manager being ran to identify PIDs.|Screenshot showing JPS & Task Manager being ran to identify PIDs.]]</td></tr>   + <tr><td>1</td><td>Verify what processes are running on the system with both 'jps' and 'Windows Task Manager'</td><td>[[Image:JPSTASKMAN.png|thumb|left|320px|alt=Screenshot showing JPS & Task Manager being ran to identify PIDs.|Screenshot showing JPS & Task Manager being ran to identify PIDs.]]</td></tr>  
- <tr><td>2</td><td>Prepare the command in a high-quality text editor</td><td>[[Image:COMMANDCREATION.png|thumb|left|150px|alt=Forming the command in Notepad++|Forming the command in Notepad++]]</td></tr>   + <tr><td>2</td><td>Prepare the command in a high-quality text editor</td><td>[[Image:COMMANDCREATION.png|thumb|left|320px|alt=Forming the command in Notepad++|Forming the command in Notepad++]]</td></tr>  
- <tr><td>3</td><td>Execute the command from an '''Administrative Command Prompt'''. Note that it has to be ran under an '''Administrative Command Prompt''' for full system access.</td><td>[[Image:TRANSFER.png|thumb|left|150px|alt=Commands moved from Notepad++ to command prompt.|Commands moved from Notepad++ to command prompt.]]</td></tr>   + <tr><td>3</td><td>Execute the command from an '''Administrative Command Prompt'''. Note that it has to be ran under an '''Administrative Command Prompt''' for full system access.</td><td>[[Image:TRANSFER.png|thumb|left|320px|alt=Commands moved from Notepad++ to command prompt.|Commands moved from Notepad++ to command prompt.]]</td></tr>  
- <tr><td>4</td><td>Verify that scheduled tasks exist.</td><td>[[Image:VERIFICATION.png|thumb|left|150px|alt='at' commands exist|'at' commands exist]]</td></tr>   + <tr><td>4</td><td>Verify that scheduled tasks exist.</td><td>[[Image:VERIFICATION.png|thumb|left|320px|alt='at' commands exist|'at' commands exist]]</td></tr>  
- <tr><td>5</td><td>Observe that thread dumps have been created in the location of your choice.</td><td>[[Image:DUMPSCREATED.png|thumb|left|150px|alt=Thread dumps and heap dumps have been created.|Thread dumps and heap dumps have been created.]]</td></tr>   + <tr><td>5</td><td>Observe that thread dumps have been created in the location of your choice.</td><td>[[Image:DUMPSCREATED.png|thumb|center|80px|alt=Thread dumps and heap dumps have been created.|Thread dumps and heap dumps have been created.]]</td></tr>  
- <tr><td>6</td><td>Compress & Send in Supportal ticket.</td><td>[[Image:COMPRESSION.png|thumb|left|150px|alt=Thread dumps and heap dumps have been created and compressed.|Thread dumps and heap dumps have been created and compressed.]]</td></tr>   + <tr><td>6</td><td>Compress & Send in Supportal ticket.</td><td>[[Image:COMPRESSION.png|thumb|center|80px|alt=Thread dumps and heap dumps have been created and compressed.|Thread dumps and heap dumps have been created and compressed.]]</td></tr>  
  </table>    </table>