stat.rst
changeset 983 018e63c076ca
parent 976 dea985d1eed6
parent 982 028a99668263
child 988 5ff9385b41aa
equal deleted inserted replaced
981:a4c29b57be8b 983:018e63c076ca
   172 
   172 
   173 Windows.
   173 Windows.
   174 --------
   174 --------
   175 ::
   175 ::
   176 
   176 
   177   cmd> netstat -o
   177 '-o' show PID, '-a' show all connection::
       
   178 
       
   179   cmd> netstat -o -a
   178   Type Local addr   Remote addr        State         PID
   180   Type Local addr   Remote addr        State         PID
   179   TCP  user:1154    localhost:1153     ESTABLISHED   1512
   181   TCP  user:1154    localhost:1153     ESTABLISHED   1512
   180   TCP  user:5152    localhost:1052     CLOSE_WAIT    1524
   182   TCP  user:5152    localhost:1052     CLOSE_WAIT    1524
   181   TCP  user:1036    services.int:5222  ESTABLISHED   1188
   183   TCP  user:1036    services.int:5222  ESTABLISHED   1188
   182 
   184