Network interface statistics.
--- a/net.rst Thu Jun 09 09:30:38 2022 +0300
+++ b/net.rst Fri Jun 17 21:48:15 2022 +0300
@@ -117,6 +117,27 @@
$ sudo netstat -tulpn
$ sudo lsof -i
+Network interface statistics
+============================
+
+On Windows:
+
+* Overall stats::
+
+ netstat.exe -e
+
+* List stats per protocol::
+
+ netstat.exe -s
+
+* List stats per interface::
+
+ powershell Get-NetAdapterStatistics
+
+* To reset stats (destroys network interfaces so required reboot)::
+
+ netcfg -d
+
Network connection troubleshooting
==================================