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 revision
Previous revision
Next revisionBoth sides next revision
monitor:syslog [2010/05/25 19:31] digitalmanmonitor:syslog [2016/11/19 03:34] – [See Also] Link to UNIX Configuration page 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
-  +or   
 +  $tail -f /var/log/sbbs.log
 ===== Monitoring Socket Usage =====   ===== Monitoring Socket Usage =====  
   $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]]
 +  * [[:config:nix|UNIX Configuration]]
  
 {{tag>unix syslog node}} {{tag>unix syslog node}}
  
 {{indexmenu_n>4}} {{indexmenu_n>4}}