Editing Netstat

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{lc}}<code>netstat</code>is a command to displays [[network]] statistics. <code>Netstat</code> is at least available in [[AIX]], [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]]  
+
<code>Netstat</code>is a command to displays [[network]] statistics. <code>Netstat</code> is at least available in [[AIX]], [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]]  
  
 
* Package: <code>[[net-tools]]</code>
 
* Package: <code>[[net-tools]]</code>
Line 5: Line 5:
 
== Linux Examples ==
 
== Linux Examples ==
 
* <code>[[netstat -vatunp]]</code> or <code>netstat -lnpt</code><ref>https://unix.stackexchange.com/a/9254</ref>. See also: <code>[[ss]] -ap</code><ref>https://unix.stackexchange.com/a/9254</ref>, <code>ss -ta</code> and <code>[[lsof]]</code>
 
* <code>[[netstat -vatunp]]</code> or <code>netstat -lnpt</code><ref>https://unix.stackexchange.com/a/9254</ref>. See also: <code>[[ss]] -ap</code><ref>https://unix.stackexchange.com/a/9254</ref>, <code>ss -ta</code> and <code>[[lsof]]</code>
  -l show only [[listening]] sockets
+
  -l show only listening sockets
 
  -p --program Show the PID and name (PID/name) of the program to which each socket belong
 
  -p --program Show the PID and name (PID/name) of the program to which each socket belong
 
  -t --tcp
 
  -t --tcp
Line 19: Line 19:
  
 
== [[macOS]] examples ==
 
== [[macOS]] examples ==
* <code>[[netstat -anp tcp]]</code>
+
* <code>netstat -ap tcp</code>
** <code>[[netstat -anp tcp ]]| grep [[LISTEN]]</code>
+
** <code>netstat -ap tcp | grep LISTEN</code>
 
 
* <code>[[netstat -atp tcp]]</code>
 
** <code>[[netstat -atp tcp]] | grep [[rfb]]</code>
 
  
 
== Windows examples ==
 
== Windows examples ==
* <code>[[netstat -an]]</code>
+
* <code>netstat -an</code>
 
** <code>netstat -an | [[findstr]] PORT_NUMBER</code>
 
** <code>netstat -an | [[findstr]] PORT_NUMBER</code>
 
* <code>netstat -ab</code> or <code>[[Get-Process]] -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess</code>
 
* <code>netstat -ab</code> or <code>[[Get-Process]] -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess</code>
 
: <code>-b</code> displays the executable involved in creating each connection or listening port.
 
: <code>-b</code> displays the executable involved in creating each connection or listening port.
  
== Related ==
+
== Related commands ==
* <code>[[nethogs]]</code> command for checking [[network bandwidth]] used by individual processes
+
* <code>[[nethogs]]</code>
 
* [[PAN-OS]]: <code>[[show session all]]</code>, <code>[[show netstat statistics yes]]</code>
 
* [[PAN-OS]]: <code>[[show session all]]</code>, <code>[[show netstat statistics yes]]</code>
* <code>[[command not found]]</code>
 
* <code>[[/proc/net/netstat]]</code>
 
* [[IP forwarding]]
 
  
 
== See also ==
 
== See also ==
* {{netstat}}
 
 
* [[Script to use if netstat not available]]
 
* [[Script to use if netstat not available]]
 
* {{lsof}}
 
* {{lsof}}

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: