Tagged Questions
3
votes
7answers
5k views
How do I interpret 'netstat -a' output
Some things look strange to me:
What is the distinction between 0.0.0.0, 127.0.0.1, and [::]?
How should each part of the foreign address be read (part1:part2)?
What does a state TimeWait, CloseWait ...
2
votes
2answers
321 views
Netstat for a single connection?
On Linux, is there any way to programmatically get stats for single TCP connection? The stats I am looking for are the sort that are printed out by netstat -s, but for a single connection rather than ...
1
vote
1answer
251 views
tool:udp debugging tool on solaris
I am looking for UDP debugger tool, for the following requirement
1) netstat -s, shows udpInOverflows=23000 and this counter is increasing continuously.
how can I check udp packets which are ...
1
vote
1answer
296 views
Java Connections netstat -ano
I am new to java and I have been testing my application all day long.
I just did
netstat -ano
and it gave me a huge listing of active connections (listening, established) does this mean when i ...
1
vote
0answers
298 views
How to find the other point of a Unix domain socket on Mac OS X to write/read it?
I listed open file for a process (a daemon) on my box which runs Mac OS X 10.5 :
>lsof -p 89
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
...
xxxxx 89 xxxxxxxx 9u unix ...
0
votes
1answer
114 views
what is the command in linux to kill tcp connection or session? [closed]
Possible Duplicate:
How do I break an arbitrary TCP/IP connection on Linux?
I want to close the socket connection cretead for some clients in server machine
i want to do this using command ...
0
votes
2answers
381 views
netstat command on a server (winform application)
I'm looking for how to recorgnize some server (windows in my case) network configuration (information we obtain using netstat dos command).
I have the login and password of the target (server), ...