Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
monitor:index [2010/02/26 17:26] digitalman |
monitor:index [2019/10/16 17:38] digital man Added a Windows section for monitoring sbbs thread and socket utilization using Microsoft tools |
||
---|---|---|---|
Line 3: | Line 3: | ||
Synchronet monitoring methods and utilities. | Synchronet monitoring methods and utilities. | ||
- | {{indexmenu>.|msort}} | + | {{indexmenu>.|tsort msort}} |
+ | |||
+ | ===== 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''. | ||
+ | |||
+ | ==== Sockets ==== | ||
+ | $ watch 'netstat -nap | grep /sbbs' | ||
+ | |||
+ | ==== Threads ==== | ||
+ | $ 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 ===== | ||
+ | |||
+ | * [[util:node|Node Monitor/Control Utility]] | ||
{{tag>monitor}} | {{tag>monitor}} | ||