Regenerate integrations docs (#22583)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jun 2, 2026 at 06:50 UTC
2767af30c66bd0e9cbbf8eb6817fb66ed0f80eab
3 files changed
+131
-4
src/collectors/COLLECTORS.md
+1
-2
@@ -306,13 +306,12 @@ Need a dedicated integration? [Submit a feature request](https://github.com/netd
306
| [Starlink (SpaceX)](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/prometheus/integrations/starlink_spacex.md) | Monitor SpaceX Starlink satellite internet metrics for efficient internet service management and performance. |
307
| [strongSwan](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/prometheus/integrations/strongswan.md) | Track strongSwan VPN and IPSec metrics using the vici interface for efficient virtual private network (VPN) management and performance. |
308
| [Synproxy](https://github.com/netdata/netdata/blob/master/src/collectors/proc.plugin/integrations/synproxy.md) | This integration provides statistics about the Synproxy netfilter module. |
309
-| TCP Stack | Monitor TCP stack counters and connection states on Windows systems. |
309
| [tc QoS classes](https://github.com/netdata/netdata/blob/master/src/collectors/tc.plugin/integrations/tc_qos_classes.md) | Examine tc metrics to gain insights into Linux traffic control operations. |
310
| [Timex](https://github.com/netdata/netdata/blob/master/src/collectors/timex.plugin/integrations/timex.md) | Examine Timex metrics to gain insights into system clock operations. |
311
| [Tor](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/tor/integrations/tor.md) | Tracks Tor's download and upload traffic, as well as its uptime. |
313
-| UDP Stack | Monitor UDP datagram counters on Windows systems. |
312
| [Ubiquiti UFiber OLT](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/prometheus/integrations/ubiquiti_ufiber_olt.md) | Track Ubiquiti UFiber GPON (Gigabit Passive Optical Network) device metrics for efficient fiber-optic network management and performance. |
313
| [Unbound](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/unbound/integrations/unbound.md) | This collector monitors Unbound servers. |
314
+| [Windows Network Protocols](https://github.com/netdata/netdata/blob/master/src/collectors/network-viewer.plugin/integrations/windows_network_protocols.md) | This collector exposes TCP and UDP stack statistics on Windows systems via a real-time table function. |
315
| [WireGuard](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/wireguard/integrations/wireguard.md) | This collector monitors WireGuard VPN devices and peers traffic. |
316
| [Wireless network interfaces](https://github.com/netdata/netdata/blob/master/src/collectors/proc.plugin/integrations/wireless_network_interfaces.md) | Monitor wireless devices with metrics about status, link quality, signal level, noise level and more. |
317
src/collectors/network-viewer.plugin/integrations/network_connections.md
+2
-2
@@ -1,5 +1,5 @@
1
<!--startmeta
2
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/network-viewer.plugin/README.md"
2
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/network-viewer.plugin/integrations/network_connections.md"
3
meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/network-viewer.plugin/metadata.yaml"
4
sidebar_label: "Network Connections"
5
learn_status: "Published"
@@ -95,7 +95,7 @@ This plugin exposes a real-time function for viewing active network connections.
95
Shows active network connections with protocol details, states, addresses, ports, and performance metrics.
96
97
Provides both aggregated and detailed views of TCP and UDP connections for IPv4 and IPv6,
98
-including connection direction (listen, inbound, outbound), process information,
98
+including connection direction (listen, inbound, outbound, local), process information,
99
and TCP performance metrics (RTT, retransmissions).
100
101
Connections are classified as system or container based on network namespace.
src/collectors/network-viewer.plugin/integrations/windows_network_protocols.md
new
+128
@@ -0,0 +1,128 @@
1
+<!--startmeta
2
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/network-viewer.plugin/integrations/windows_network_protocols.md"
3
+meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/network-viewer.plugin/metadata.yaml"
4
+sidebar_label: "Windows Network Protocols"
5
+learn_status: "Published"
6
+learn_rel_path: "Collecting Metrics/Collectors/Networking"
7
+keywords: ['network', 'tcp', 'udp', 'windows', 'perflib', 'segments', 'datagrams']
8
+message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
9
+endmeta-->
10
+
11
+# Windows Network Protocols
12
+
13
+
14
+<img src="https://netdata.cloud/img/windows.svg" width="150"/>
15
+
16
+
17
+Plugin: network-viewer.plugin
18
+Module: PerflibNetworkProtocols
19
+
20
+<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
21
+
22
+## Overview
23
+
24
+This collector exposes TCP and UDP stack statistics on Windows systems via a real-time table function.
25
+
26
+
27
+It queries the TCPv4, TCPv6, UDPv4, and UDPv6 objects from Windows Perflib,
28
+combining the results into a single table grouped by transport protocol and IP family.
29
+
30
+
31
+This collector is only supported on the following platforms:
32
+
33
+- windows
34
+
35
+This collector only supports collecting metrics from a single instance of this integration.
36
+
37
+
38
+### Default Behavior
39
+
40
+#### Auto-Detection
41
+
42
+The collector automatically detects all of the metrics, no further configuration is required.
43
+
44
+
45
+#### Limits
46
+
47
+The default configuration for this integration does not impose any limits on data collection.
48
+
49
+#### Performance Impact
50
+
51
+The default configuration for this integration is not expected to impose a significant performance impact on the system.
52
+
53
+## Setup
54
+
55
+
56
+### Prerequisites
57
+
58
+No action required.
59
+
60
+### Configuration
61
+
62
+#### Options
63
+
64
+
65
+
66
+There are no configuration options.
67
+
68
+
69
+
70
+#### via File
71
+
72
+There is no configuration file.
73
+
74
+##### Examples
75
+There are no configuration examples.
76
+
77
+
78
+
79
+## Alerts
80
+
81
+There are no alerts configured by default for this integration.
82
+
83
+
84
+## Metrics
85
+
86
+
87
+
88
+
89
+## Live Data
90
+
91
+This collector exposes a real-time function for viewing Windows TCP and UDP stack statistics.
92
+
93
+
94
+### Network Protocols
95
+
96
+Shows Windows TCP and UDP stack counters grouped by transport protocol (TCP/UDP)
97
+and IP family (IPv4/IPv6).
98
+
99
+Each row covers one transport+family combination (TCPv4, TCPv6, UDPv4, UDPv6) and includes
100
+traffic counters (received, sent, errors), TCP-specific connection counters
101
+(active opens, established, passive opens, resets, total segments, retransmitted segments),
102
+and the UDP-specific datagrams-with-no-port counter.
103
+
104
+
105
+| Aspect | Description |
106
+|:-------|:------------|
107
+| Name | `Perflibnetworkprotocols:network-protocols` |
108
+| Require Cloud | no |
109
+| Performance | |
110
+| Security | |
111
+| Availability | |
112
+
113
+#### Prerequisites
114
+
115
+No additional configuration is required.
116
+
117
+#### Parameters
118
+
119
+This function has no parameters.
120
+
121
+#### Returns
122
+
123
+
124
+
125
+| Column | Type | Unit | Visibility | Description |
126
+|:-------|:-----|:-----|:-----------|:------------|
127
+
128
+