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:syslog [2016/11/19 03:29] – Example top usage for monitoring sbbs threads. digital manmonitor:syslog [2016/11/19 03:33] – [Monitoring Log Messages] digital man
Line 25: Line 25:
  
   $tail -f /var/log/messages   $tail -f /var/log/messages
-  +or   
 +  $tail -f /var/log/sbbs.log
 ===== Monitoring Socket Usage =====   ===== Monitoring Socket Usage =====  
   $watch 'netstat -nap | grep /sbbs'   $watch 'netstat -nap | grep /sbbs'