Skip to main content

All Questions

Tagged with
55 votes
17 answers
136k views

How do I kill a process that is dead but listening?

I'm developing an app that listens on port 3000. Apparently there's an instance of it still listening to the port because whenever I start it, it can't create a listener (C#, TcpListener, but that's ...
Srekel's user avatar
  • 671
11 votes
2 answers
10k views

What is the difference between :::: and 0.0.0.0 from the netstat -an output?

I just want to understand the difference between :::: and 0.0.0.0. I believe both are same which let connection from outside if any processor is listening to that port. udp 0 0 127.0.0.1:...
user1595858's user avatar
6 votes
1 answer
7k views

What's up with port 8080 on my OSX box?

I thought a web server process I brought up was listening on localhost:8080, and tried to connect to it, but kept getting connection reset errors. As it turns out, I was mistaken and my process was ...
BeeOnRope's user avatar
  • 1,069
5 votes
1 answer
4k views

find the process which is listening on a specific port

I want to find some processes which are running on a specified port for example 80 I ran fuser 80/tcp and got nothing and then netstat -tulpn|grep "80\|PID" and got Proto Recv-Q Send-Q Local ...
misteryes's user avatar
  • 3,055
2 votes
3 answers
7k views

Is the same port acting as both client and server?

i find something strange in this netstat output. the output is taken using netstat -a -n -o -p TCP command on win 7. Proto Local Address Foreign Address State PID TCP ...
inquisitive's user avatar
2 votes
3 answers
4k views

Meaning of netstat output?

When I type "sudo netstat -an", this is part of the output I get: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 192.99.202.17:39922 ...
Henley Wing's user avatar
2 votes
1 answer
5k views

How to see all the TCP connections opened by Google Chrome browser on Mac?

I am currently browsing using the Google Chrome browser. I know that for every tab I open and type a URL in, a TCP connection is opened. I also know that a maximum of 6 concurrent TCP connections are ...
africandrogba's user avatar
2 votes
1 answer
1k views

How to check which process is flooding TCP SYN connections on Linux?

My Server is running Fedora Core 13. One day I found there were a lot of abnormal traffic that tried to initiate TCP connections with outside hosts. I tried to remove the default route and the DNS ...
James K's user avatar
  • 21
1 vote
2 answers
2k views

What is "armtech daemon"?

I ran a netstap -p tcp on my machine (A macbook) and noticed a number of entries for something called localhost.armtechdaemo. Searching the web doesn't really give me anything useful. Does anyone ...
troelskn's user avatar
  • 411
1 vote
1 answer
2k views

How can the same TCP port show in netstat as BOUND and ESTABLISHED in Windows?

I'm investigating an issue of port exhaustion in Windows, and the output of netstat shows many ports both as BOUND and ESTABLISHED ... TCP 10.0.1.9:64318 10.0.1.9:8400 ESTABLISHED ...
zentrunix's user avatar
  • 382
1 vote
2 answers
3k views

Count exchanged bytes per TCP connection

I need to get a table updated with the exchanged bytes (Rx and/or Tx) for each ESTABLISHED TCP connection on a linux machine (well, at least, a list of connections (port ranges), thus not actually all)...
blietaer's user avatar
1 vote
1 answer
824 views

windows netstat shows mysql server state time wait

What does it mean when windows netstat -ano shows this, and why there are four (more than 1).
Tiina's user avatar
  • 3,207
1 vote
1 answer
3k views

What does netstat mean by "acknowledgments not containing data received"?

Netstat reports some TCP packets in the following category acknowledgments not containing data received. However, I'm not clear what this phrase means. Goggling and the netstat documentation don't ...
Matthew Churcher's user avatar
1 vote
0 answers
3k views

netstat Foreign Address shows my hostname, TCP sockets refuse connections

I am attempting to establish a TCP connection to a Windows machine running some third party software, unfortunately, I can not make the connection succeed. Running: netstat -an Shows my service is ...
Matt Clark's user avatar
  • 2,084
1 vote
1 answer
1k views

sudo netstat -antp not showing PID

i am testing stuff with sockets and i encountered that strange case : i coded i very simple tcp server in c, i made it block after accept(), just to see what happen when accepting multiple connection ...
joseph M'Bimbi-Bene's user avatar

15 30 50 per page