Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
monitor:index [2020/01/03 17:03] – [Threads] Added htop example digital manmonitor: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's TCP/IP socket and thread utilization. On Unix-like operating systems, you can do this by combining the use of included tools like ''watch'', ''netstat'', ''grep'', ''pgrep'', and ''top''+It can often be helpful to monitor Synchronet's TCP/IP socket and thread utilization. On Unix-like operating systems, you can do this by combining the use of included tools like ''watch'', ''netstat'', ''grep'', ''pidof'', and ''top''
  
 ==== 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 ''htop'' output, make sure the "Show custom thread names" Setup option is enabled: To include the Synchronet thread names in the ''htop'' output, make sure the "Show custom thread names" Setup option is enabled: