net.rst
changeset 2537 a222347b6993
parent 2228 837f1337c59b
equal deleted inserted replaced
2536:4b67faf58c4b 2537:a222347b6993
   115 Linux::
   115 Linux::
   116 
   116 
   117   $ sudo netstat -tulpn
   117   $ sudo netstat -tulpn
   118   $ sudo lsof -i
   118   $ sudo lsof -i
   119 
   119 
       
   120 Network interface statistics
       
   121 ============================
       
   122 
       
   123 On Windows:
       
   124 
       
   125 * Overall stats::
       
   126 
       
   127     netstat.exe -e
       
   128 
       
   129 * List stats per protocol::
       
   130 
       
   131     netstat.exe -s
       
   132 
       
   133 * List stats per interface::
       
   134 
       
   135     powershell Get-NetAdapterStatistics
       
   136 
       
   137 * To reset stats (destroys network interfaces so required reboot)::
       
   138 
       
   139     netcfg -d
       
   140 
   120 Network connection troubleshooting
   141 Network connection troubleshooting
   121 ==================================
   142 ==================================
   122 
   143 
   123 On Linux::
   144 On Linux::
   124 
   145