@cryptotaxi247 / netdata / commits / 67d219561

Regenerate integrations docs (#22607)

Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>

Netdata bot committed Jun 3, 2026 at 12:13 UTC 67d2195619ced76405945376c33e87126f6796c2
1 file changed +38 -1
src/collectors/network-viewer.plugin/integrations/windows_network_protocols.md
+38 -1
@@ -88,9 +88,46 @@ There are no alerts configured by default for this integration.
88
89 ## Live Data
90
91 -This collector exposes a real-time function for viewing Windows TCP and UDP stack statistics.
91 +This collector exposes real-time functions for viewing Windows network connections and TCP/UDP stack statistics.
92
93
94 +### Network Connections
95 +
96 +Shows active network connections on Windows with protocol details, states, addresses,
97 +ports, and process information.
98 +
99 +Each row represents one TCP connection or UDP endpoint and includes the socket direction
100 +(listen/inbound/outbound), protocol (tcp4/tcp6/udp4/udp6), TCP state, owning process
101 +(PID and name), username, server port name, local and remote addresses and ports,
102 +address space classification (loopback/private/public/multicast/zero), and server port number.
103 +
104 +Data is collected using the Windows IP Helper API (GetExtendedTcpTable,
105 +GetExtendedUdpTable) with process and user resolution via standard Windows APIs.
106 +
107 +
108 +| Aspect | Description |
109 +|:-------|:------------|
110 +| Name | `Perflibnetworkprotocols:network-connections` |
111 +| Require Cloud | no |
112 +| Performance | |
113 +| Security | |
114 +| Availability | |
115 +
116 +#### Prerequisites
117 +
118 +No additional configuration is required.
119 +
120 +#### Parameters
121 +
122 +This function has no parameters.
123 +
124 +#### Returns
125 +
126 +
127 +
128 +| Column | Type | Unit | Visibility | Description |
129 +|:-------|:-----|:-----|:-----------|:------------|
130 +
131 ### Network Protocols
132
133 Shows Windows TCP and UDP stack counters grouped by transport protocol (TCP/UDP)