diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 23:05:39 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 23:05:39 +0200 |
commit | e830fa716bedecbff8c3a572d1d20061342ec4c7 (patch) | |
tree | 03539ff9da6e494a2f652cbcd48d69d635ff8ca5 /src/process/pstack.md | |
parent | f5178ed1e419cfae7679ae8b4d3130ef48abfbfd (diff) | |
download | notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.tar.gz notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.zip |
mv monitor -> process
Diffstat (limited to 'src/process/pstack.md')
-rw-r--r-- | src/process/pstack.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process/pstack.md b/src/process/pstack.md new file mode 100644 index 0000000..c135844 --- /dev/null +++ b/src/process/pstack.md @@ -0,0 +1,6 @@ +# pstack(1) + +```markdown +pstack <pid> + Dump stack for all threads of process. +``` |