NetWiki

I can make net work

User Tools

Site Tools


f5:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
f5:start [2025-12-16 14:21] davef5:start [2026-01-06 18:39] (current) – [Show TCP connections] dave
Line 48: Line 48:
 [[https://support.f5.com/csp/article/K53851362|K53851362: Displaying and deleting BIG-IP connection table entries from the command line]] [[https://support.f5.com/csp/article/K53851362|K53851362: Displaying and deleting BIG-IP connection table entries from the command line]]
  
-Show TCP connections to VS 1.2.3.4:<br />+Show TCP connections to VS 1.2.3.4:
 <code>tmsh show sys connection {cs-server-addr 1.2.3.4 protocol tcp}</code> <code>tmsh show sys connection {cs-server-addr 1.2.3.4 protocol tcp}</code>
  
-Show connections to a pool member on port 443:<br />+Show connections to a pool member on port 443:
 <code>tmsh show sys connection {ss-server-addr 1.2.3.4 ss-server-port 443}</code> <code>tmsh show sys connection {ss-server-addr 1.2.3.4 ss-server-port 443}</code>
  
-Count connections to a pool member:<br />+Count connections to a pool member:
 <code>tmsh -q show sys connection {ss-server-addr 1.2.3.4} | awk -F ":" '{print $1}' | sort -u | wc -l</code> <code>tmsh -q show sys connection {ss-server-addr 1.2.3.4} | awk -F ":" '{print $1}' | sort -u | wc -l</code>
  
f5/start.txt · Last modified: by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki