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 revisionBoth sides next revision
monitor:index [2018/10/14 20:51] – Moved the socket and thread monitoring examples (for *nix) here digital manmonitor:index [2019/10/16 17:38] – Added a Windows section for monitoring sbbs thread and socket utilization using Microsoft tools digital man
Line 15: Line 15:
   $ top -o -COMMAND -H -p "$(pgrep sbbs)"   $ top -o -COMMAND -H -p "$(pgrep sbbs)"
  
 +===== Windows ===== 
 +
 +On Windows, you can monitor Synchronet's TCP/IP socket and thread utilization using the [[wp>Task Manager (Windows)]] and utilities like [[https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer|Process Explorer]], [[https://docs.microsoft.com/en-us/sysinternals/downloads/pslist|pslist]] and [[https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview|TCPView]].
 +
 +Windows comes with a version of ''netstat'' as well.
  
 ===== See Also ===== ===== See Also =====