diff options
Diffstat (limited to 'src/monitor/pstack.md')
-rw-r--r-- | src/monitor/pstack.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/monitor/pstack.md b/src/monitor/pstack.md new file mode 100644 index 0000000..c135844 --- /dev/null +++ b/src/monitor/pstack.md @@ -0,0 +1,6 @@ +# pstack(1) + +```markdown +pstack <pid> + Dump stack for all threads of process. +``` |