Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This command is used to retrieve specified process stack. Here is command syntax:

Code Block
cmdmgr.exe pstack --pid=<process ID>


Command has only one parameter:

  • pid – ID of process, which stack will be shown.


Example:

Code Block
cmdmgr.exe pstack --pid=7904


Figure 41. pstack command example.

back to top