Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
monitor:index [2020/01/03 17:03] – [Threads] Added htop example digital man | monitor:index [2023/02/08 23:49] (current) – [UNIX] Replace pgrep with pidof digital man | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== UNIX ===== | ===== UNIX ===== | ||
- | It can often be helpful to monitor Synchronet' | + | It can often be helpful to monitor Synchronet' |
==== Sockets ==== | ==== Sockets ==== | ||
Line 14: | Line 14: | ||
==== Threads ==== | ==== Threads ==== | ||
=== Using Top === | === Using Top === | ||
- | $ top -o -COMMAND -H -p "$(pgrep sbbs)" | + | $ top -o -COMMAND -H -p "$(pidof sbbs)" |
| | ||
=== Using htop === | === Using htop === | ||
- | $ htop -p "$(pgrep sbbs)" | + | $ htop -p "$(pidof sbbs)" |
To include the Synchronet thread names in the '' | To include the Synchronet thread names in the '' |