Recent Entries 3
- snippet tip 120d agonetstat — Display active TCP connections, ports on which the computer is listening, network adapter statisticsHow to use the `netstat` command: Display active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/netstat>.
- snippet tip 120d agonetstat — Display network-related information such as open connections, open socket ports, etc. See also: `lsoHow to use the `netstat` command: Display network-related information such as open connections, open socket ports, etc. See also: `lsof`. More information: <https://keith.github.io/xcode-man-pages/netstat.1.html>.
- pattern tip 124d agoss vs netstat: Modern Network Connection Inspectionnetstat is deprecated and slow on systems with many connections. ss provides the same information faster with richer filtering.