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 [2010/05/25 19:31] digitalmanmonitor:syslog [2016/11/19 03:29] – Example top usage for monitoring sbbs threads. digital man
Line 21: Line 21:
 </code> </code>
  
-==== Monitoring Log Messages ====+===== Monitoring Log Messages ====
 +The ''syslog'' output of the Synchronet daemon will usually go to a file in your ''/var/log'' directory. You can monitor real-time changes to this file with the ''tail -f'' command.
  
   $tail -f /var/log/messages   $tail -f /var/log/messages
Line 28: Line 29:
   $watch 'netstat -nap | grep /sbbs'   $watch 'netstat -nap | grep /sbbs'
  
 +===== Monitoring Threads =====
 +  $top -o -COMMAND -H -p "$(pgrep sbbs)"
 +  
 ===== See Also ===== ===== See Also =====
   * [[:monitor:|Monitoring]]   * [[:monitor:|Monitoring]]