Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.catops.app/llms.txt

Use this file to discover all available pages before exploring further.

Hub provides visibility into your server’s network activity, including active connections and listening ports.

Listening Ports

See all ports your server is listening on:
ColumnDescription
PortPort number
ProtocolTCP / UDP
ProcessProcess name using the port
PIDProcess ID
AddressBind address (0.0.0.0, 127.0.0.1, etc.)

Active Connections

View established network connections:
ColumnDescription
LocalLocal address:port
RemoteRemote address:port
StateConnection state (ESTABLISHED, TIME_WAIT, etc.)
ProcessProcess name
PIDProcess ID

Connection States

StateMeaning
LISTENWaiting for connections
ESTABLISHEDActive connection
TIME_WAITConnection closing
CLOSE_WAITRemote side closed

Use Cases

  • Security Audit - Check what ports are exposed
  • Debugging - Find which process is using a port
  • Monitoring - Track active connections to your services