Tagged Questions

2
votes
6answers
749 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 …
1
vote
0answers
100 views

How to find the other point of a Unix domain socket on Mac OS X to write/read it?

Hello everyone, 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 NAM …
0
votes
1answer
60 views

Abandoned Apache process, how long will it go on?

So lets say there's a server process that takes way too long. The client complains that it "times out." Correct me if I'm wrong, but this particular timeout could have to do with …
0
votes
2answers
29 views

How to convert netstat -in output on Sunos

On Sunos netstat -in gives me below output. Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue lo0 832 127.0.0.0 127.0.0.1 20026 0 2002 …
0
votes
1answer
22 views

How can I force a refresh of what ports have listeners

I'm trying to re-launch a WCF service that I killed earlier, but I'm getting an AddressAlreadyInUseException. The port it's attempting to use is 1819. I ran netstat -nao from the …
0
votes
2answers
23 views

Viewing incoming ping on windows server

I'm trying to see the results of an incoming ping on a target windows machine. This is needed to verify that the ping, which is running in a background thread, is being sent from t …
0
votes
1answer
63 views

java: bind exception address in use error when it isn’t in use (as shown by netstat)

Hi all, My app makes an outbound connection to a server using a specific source port (in anticipation of firewall problems - a hardened system will probably require ports to be sp …
0
votes
7answers
453 views

Port 80 is being used by SYSTEM (PID 4), what is that?

I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 When I look up the process in task manager, it …
0
votes
3answers
283 views

Why does my Perl server fail to bind to port 80?

I copied the following script and run it to have it listen on port 80. But netstat doesn't show port 80. Why does netstat not sow it, or the Perl script is not correct? #!/usr/bi …
0
votes
3answers
399 views

What is the state of a TCP socket after remote closed?

Hello, Say I have accepted() a connection to my server (that runs on a Solaris) and the client has closed the connection. What is the state of the socket (in netstat categories) o …
-1
votes
4answers
220 views

Network Socket command

Unix.....>>netstat -al | grep 8787 (will see packets on port 8787)