netstat
美
英 
- 網(wǎng)絡(luò)網(wǎng)絡(luò)狀態(tài);提供下列統(tǒng)計(jì)信息;查看正在進(jìn)行的工作
例句
If you see an overflow counter (through the use of netstat -s), setting a maximum length of this queue can help fix the overflow.
如果您看到一個(gè)溢出計(jì)數(shù)器(通過(guò)使用netstat-s),那么設(shè)置這個(gè)隊(duì)列的最大長(zhǎng)度可以幫助修復(fù)這種溢出情況。
The netstat options used show all (-a) TCP (-t) connections in a numeric (-n) format along with the name of the process (-p) responsible.
使用的netstat選項(xiàng)以數(shù)字格式(-n)顯示所有(-a)TCP(-t)連接,以及所負(fù)責(zé)進(jìn)程(-p)的名稱。
Run netstat -Aan, where -A shows the address of any protocol control blocks associated with the sockets.
運(yùn)行netstat-Aan,其中的-A顯示與套接字相關(guān)聯(lián)的任何協(xié)議控制塊的地址。
To display all the ports on which a Windows-based server is listening, use the netstat command-prompt utility.
若要顯示基于Windows服務(wù)器正在偵聽(tīng)的所有端口,請(qǐng)使用netstat命令提示實(shí)用工具。
Use the netstat command to determine whether or not a port is being used by another process.
使用netstat命令檢查端口是否正在由另一個(gè)進(jìn)程使用。
You can use netstat to display existing connections from your host to other hosts and the current state of each.
可以使用netstat顯示從您的主機(jī)到其他主機(jī)的現(xiàn)有連接及其當(dāng)前狀態(tài)。
The netstat command provides many options and shows various information about the network interfaces on the system.
netstat命令提供了很多選項(xiàng),可顯示關(guān)于系統(tǒng)上的網(wǎng)絡(luò)接口的各種信息。
The -a switch instructs netstat to display the TCP and UPD ports on which the computer is listening.
a開(kāi)關(guān)指示netstat顯示計(jì)算機(jī)正在偵聽(tīng)的TCP和UPD端口。
Listing 2 contains a script that uses lsof and netstat to show the system's current port usage in an easily readable format.
清單2包含了一個(gè)使用lsof和netstat的腳本,用來(lái)以一種更容易閱讀的格式顯示系統(tǒng)的當(dāng)前端口使用情況。
Another way is to go back to the Terminal program and type netstat -r; you should see an entry similar to that in Listing 14.
另一種方法是返回Terminal程序并輸入netstat-r;您應(yīng)當(dāng)會(huì)看到類似清單14所示的條目。
netstat is really not a monitoring tool in the sense of vmstat and iostat.
netstat的確不是vmstat和iostat意義上的監(jiān)控工具。
ifconfig, hostname, netstat, and ps have been optimized to run in the global environment and within WPARs.
對(duì)ifconfig、hostname、netstat和ps進(jìn)行了優(yōu)化,以便在全局環(huán)境和WPAR中運(yùn)行。
The -n switch instructs netstat to numerically display the address and port number of active TCP connections.
n開(kāi)關(guān)指示netstat以數(shù)字方式顯示活動(dòng)TCP連接的地址和端口號(hào)。
The syntax for netstat depends on the version of the Windows operating system.
netstat語(yǔ)法取決于Windows操作系統(tǒng)的版本。
Let's get back to the old standby, netstat, which displays overall network statistics.
我們返回原來(lái)的備用命令netstat,該命令用于顯示總體網(wǎng)絡(luò)統(tǒng)計(jì)數(shù)據(jù)。
Part 1 of this series addressed some of the very basic flags, such as -in, that you typically use with netstat.
本系列的第1部分介紹了一些非常基本的標(biāo)志,比如-in,這是netstat的一個(gè)常用標(biāo)志。
Executing any console commands (like ping, netstat, ipconfig) is available.
執(zhí)行任何控制臺(tái)命令(如ping,netstat,桌)面世。
The most reliable way to confirm open ports on the external interface of the ISA Server is to use the Netstat. Exe command.
確認(rèn)是ISAServer外部接口上打開(kāi)端口最可靠方法是要使用Netstat.exe命令。
In addition to displaying active TCP connections, the netstat utility also displays a variety of IP statistics and information.
除了顯示活動(dòng)TCP連接以外,netstat實(shí)用工具還將顯示多種IP統(tǒng)計(jì)信息和信息。
Alternatively, you can use netstat -v, which provides similar information.
另外,您可以使用netstat-v,它可以提供類似的信息。
You can look for signs of buffer congestion with netstat -s, which prints a list of network counters.
可以用netstat-s尋找緩存區(qū)擁擠的跡象,這個(gè)命令輸出網(wǎng)絡(luò)計(jì)數(shù)器的列表。
Netstat is a command that you issue from a command prompt.
Netstat是從命令提示符發(fā)出的命令。
This will include a more detailed discussion of netstat.
其中將包括對(duì)netstat的更加詳細(xì)的介紹。
Listing 4 shows some of the options that netstat provides and the features they enable.
清單4顯示了netstat提供的一些選項(xiàng)和它們啟用的特性。
Nmap, netstat, and lsof are the most helpful tools.
netstat和lsof都是非常有用的工具。
Part 1 addressed some of the very basic flags, such as -in, that you typically use with netstat.
第1部分介紹了一些非常基本的標(biāo)志,如-in,這是netstat的一個(gè)常用標(biāo)志。
Netstat shows the network information about the local system.
Netstat給出了有關(guān)本地系統(tǒng)的網(wǎng)絡(luò)信息。
Besides looking for nmbd instead of smbd, the command in Listing 3 looks for UDP ports instead of TCP ports with netstat's -u option.
除了查找nmbd而非smbd之外,清單3中的命令使用netstat的-u選項(xiàng)查找UDP端口而非TCP端口。
Errors reported by netstat can also indicate DNS configuration issues.
netstat報(bào)告的錯(cuò)誤還能表明DNS配置問(wèn)題。
Using netstat, you can also monitor more detailed information about the packets themselves.
使用netstat,您還可以監(jiān)視有關(guān)數(shù)據(jù)包本身的、更為詳細(xì)的信息。
netstat -m is used to detect shortages of failures of network memory requests (see Listing 10).
netstat-m用于檢測(cè)失敗的網(wǎng)絡(luò)內(nèi)存請(qǐng)求(請(qǐng)參見(jiàn)清單10)。
Figure 1 illustrates that there is more to network monitoring than running netstat and looking for collisions.
圖1展示,除了運(yùn)行netstat并尋找沖突外,還有更多的網(wǎng)絡(luò)監(jiān)控。
Use commands such as netstat on UNIX to monitor the traffic volumes on your connections.
在UNIX上使用諸如netstat這樣的命令可以監(jiān)控連接上的流量。
You can clearly see there is more to network monitoring than running netstat and looking for collisions.
您可以清楚地看到,還有更多的內(nèi)容需要進(jìn)行網(wǎng)絡(luò)監(jiān)視,而不僅僅只是運(yùn)行netstat并查找沖突的情況。
You can verify this from the output of netstat.
可以從netstat的輸出中驗(yàn)證這一點(diǎn)。
Let's look at the IP addresses, which are configured using netstat (see Listing 3).
現(xiàn)在看看IP地址,這使用netstat配置(見(jiàn)清單3)。
Confirm open ports by using the Netstat. Exe utility.
通過(guò)使用Netstat.exe實(shí)用程序確認(rèn)打開(kāi)端口。
You can look at the statistics using netstat (see Listing 17).
您可以使用netstat來(lái)查看相關(guān)的統(tǒng)計(jì)信息(請(qǐng)參見(jiàn)清單17)。
You used netstat and drilled down to the packet level using tracing tools, such as iptrace and tcpdump.
在本文中,您使用了netstat,并且使用iptrace和tcpdump等跟蹤工具深入到了數(shù)據(jù)包級(jí)別。
You can also get extended statistic information on all platforms by using the netstat tool.
在所有平臺(tái)上,還可以使用netstat工具獲得更詳細(xì)的統(tǒng)計(jì)信息。