檢視電腦埠使用情況

2021-05-22 14:16:53 字數 3223 閱讀 5911

埠檢視方法如下:

檢視計算機埠用什麼命令 用:netstat -a 在2000以上的操作

displays protocol statistics and current tcp/ip network connections.

顯示統計正在使用tcp/ip協議的網路聯接

netstat [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

-a displays all connections and listening ports.

顯示所有的聯接和正在偵聽的埠

-e displays ethernet statistics. this may be combined with the -s

option.

顯示統計乙太網資訊。此引數可以與-s一起使用。

-n displays addresses and port numbers in numerical form.

用**形式顯示位址和埠號

-p proto shows connections for the protocol specified by proto; proto

may be tcp or udp. if used with the -s option to display

per-protocol statistics, proto may be tcp, udp, or ip.

可以顯示tcp or udp 協議的聯接;如果,你使用 -s引數則可以分另統計顯示

tcp,udp,or ip 的情況。

-r displays the routing table.

顯示所有的路由表

-s displays per-protocol statistics. by default, statistics are

shown for tcp, udp and ip; the -p option may be used to specify

a subset of the default.

顯示每種協議的統計情況。預設情況為統計tcp,udp,ip協議的情況。-p

引數可以使用預設的子網。

interval redisplays selected statistics, pausing interval seconds

between each display. press ctrl+c to stop redisplaying

statistics. if omitted, netstat will print the current

configuration information once.

當一屏不能顯示完的時候,加上此引數為每屏所介隔的時間。按ctrl+c

中止。如果,省略則netstat 一次性的顯示出所有的資訊。

有錯誤的地方請指出!

xp中:

netstat [-a] [-e] [-n] [-o] [-p protocol] [-r] [-s] [interval]

引數 -a

顯示所有活動的 tcp 連線以及計算機偵聽的 tcp 和 udp 埠。

-e 顯示乙太網統計資訊,如傳送和接收的位元組數、資料報數。該引數可以與 -s 結合使用。

-n 顯示活動的 tcp 連線,不過,只以數字形式表現位址和埠號,卻不嘗試確定名稱。

-o 顯示活動的 tcp 連線幷包括每個連線的程序 id (pid)。可以在 windows 任務管理器中的「程序」選項卡上找到基於 pid 的應用程式。該引數可以與 -a、-n 和 -p 結合使用。

-p protocol

顯示 protocol 所指定的協議的連線。在這種情況下,protocol 可以是 tcp、udp、tcpv6 或 udpv6。如果該引數與 -s 一起使用按協議顯示統計資訊,則 protocol 可以是 tcp、udp、icmp、ip、tcpv6、udpv6、icmpv6 或 ipv6。

-s 按協議顯示統計資訊。預設情況下,顯示 tcp、udp、icmp 和 ip 協議的統計資訊。如果安裝了 windows xp 的 ipv6 協議,就會顯示有關 ipv6 上的 tcp、ipv6 上的 udp、icmpv6 和 ipv6 協議的統計資訊。可以使用 -p 引數指定協議集。

-r 顯示 ip 路由表的內容。該引數與 route print 命令等價。

interval

每隔 interval 秒重新顯示一次選定的資訊。按 ctrl+c 停止重新顯示統計資訊。如果省略該引數,netstat 將只列印一次選定的資訊。

/? 在命令提示符顯示幫助。

注釋 與該命令一起使用的引數必須以連字元 (-) 而不是以短斜線 (/) 作為字首。

netstat 提供下列統計資訊:

proto

協議的名稱(tcp 或 udp)。

local address

本地計算機的 ip 位址和正在使用的埠號。如果不指定 -n 引數,就顯示與 ip 位址和埠的名稱對應的本地計算機名稱。如果埠尚未建立,埠以星號(*)顯示。

foreign address

連線該插槽的遠端計算機的 ip 位址和埠號碼。如果不指定 -n 引數,就顯示與 ip 位址和埠對應的名稱。如果埠尚未建立,埠以星號(*)顯示。

(state)

表明 tcp 連線的狀態。可能的狀態如下:

close_wait

closed

established

fin_wait_1

fin_wait_2

last_ack

listen

syn_received

syn_send

timed_wait

有關 tcp 連線狀態的資訊,請參閱 rfc 793。

只有當網際協議 (tcp/ip) 協議在 網路連線中安裝為網路介面卡屬性的元件時,該命令才可用。

範例 要想顯示乙太網統計資訊和所有協議的統計資訊,請鍵入下列命令:

netstat -e -s

要想僅顯示 tcp 和 udp 協議的統計資訊,請鍵入下列命令:

netstat -s -p tcp udp

要想每 5 秒鐘顯示一次活動的 tcp 連線和程序 id,請鍵入下列命令:

nbtstat -o 5

要想以數字形式顯示活動的 tcp 連線和程序 id,請鍵入下列命令:

nbtstat -n -o

windows檢視埠使用情況

c documents and settings administrator netstat an active connections proto local address foreign address state tcp 0.0.0.0 80 0.0.0.0 0 listening tcp ...

linux 檢視埠使用情況

bash 3.00 netstat tln netstat tln 命令是用來檢視linux的埠使用情況 etc init.d vsftp start 是用來啟動ftp埠 看檔案 etc services netstat 檢視已經連線的服務埠 established netstat a 檢視所有的服...

檢視埠的使用情況

開始 執行 cmd 進入命令提示符 輸入netstat ano 即可看到所有連線的pid 之後在任務管理器中找到這個pid所對應的程式如果任務管理器中沒有pid這一項,可以在任務管理器中選 檢視 選擇列 經常,我們在啟動應用的時候發現系統需要的埠被別的程式占用,如何知道誰占有了我們需要的埠,很多人都...