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
Next revisionBoth sides next revision
monitor:index [2018/03/01 12:11] – Links to util:binkit changed to module:binkit digital manmonitor:index [2018/10/14 20:51] – Moved the socket and thread monitoring examples (for *nix) here digital man
Line 4: Line 4:
  
 {{indexmenu>.|tsort 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)"
 +
  
 ===== See Also ===== ===== See Also =====
  
-  * [[module:binkit|Node Monitor/Control Utility]]+  * [[util:node|Node Monitor/Control Utility]]
  
 {{tag>monitor}} {{tag>monitor}}
  
monitor/index.txt · Last modified: 2023/02/08 23:49 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0