This is an old revision of the document!


Table of Contents

Monitoring

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

monitor/index.1539575471.txt · Last modified: 2018/10/14 20:51 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0