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/monitor/pstack.md | |
parent | f5178ed1e419cfae7679ae8b4d3130ef48abfbfd (diff) | |
download | notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.tar.gz notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.zip |
mv monitor -> process
Diffstat (limited to 'src/monitor/pstack.md')
-rw-r--r-- | src/monitor/pstack.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/monitor/pstack.md b/src/monitor/pstack.md deleted file mode 100644 index c135844..0000000 --- a/src/monitor/pstack.md +++ /dev/null @@ -1,6 +0,0 @@ -# pstack(1) - -```markdown -pstack <pid> - Dump stack for all threads of process. -``` |