Linux - how to monitor live connections: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 March 2018

  • curprev 15:3915:39, 29 March 2018Kinscoe talk contribs 215 bytes +215 Created page with "Monitor open connections, example shows port 80 (httpd) including listen, count and sorts it per IP: <pre> $ sudo watch "netstat -plan|grep :80|awk {'print \$5'} | cut -d: -f..."