Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
netstat results explained
Name: k_don Date: May 22, 2003 at 08:05:20 Pacific OS: solaris 6 CPU/Ram: 432/2g
Comment:
what exactly does the data represent when you do a netstat [w/o] arguments at the command line? example
ammaster.3002|hsc-xi1.35847|16060|0|8760|0| ESTABLISHED
The first column is the local host and port number[ammaster.3002] The second column is the transmitting host and port number[hsc-xi1.35847]. ESTABLISHED is easy enough to figure out, however 16060|0|8760|0 I am a little confused about. I think 16060 is the TCP receive buffer on the host and 8760 is the receive buffer on the remote node. The zeros??? Can anyone confirm of deny this.
Summary: Hi, I am new to solaris. I am using netstat -i to monitor the throughput of the network cards on our computer. Here is the output that I get: input bge0 output input (Total) o...
Summary: Greetings gurus! I have a development box that was operating for several years (SUNE450). Suddenly I encountered several problems 1. On system console I tried telnet to localhost. result is connected ...
Summary: Darkavich. Thanks for your valuable info. Since Im a begginer in solaris let me explain you my scenario: What Im triying to do is to make the solaris box a Internet proxy server for my windows 2K boxe...