Skip to main content

Questions tagged [netstat]

Netstat (network statistic) is a tool, common to Windows, Unix and Linux, used to obtain information about network connections (outbound and inbound), routing tables, and a range of information on the use of statistics the network interface. Netstat.exe command line that shows all open ports for Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

0 votes
1 answer
1k views

Save a continues netstat to a text file with time stamp

I want to make a continuous netstat to a specific port to show the establishment with date and time. the command I am using is the below: netstat -na | find "5002", but it shows the current ...
Hossam M's user avatar
0 votes
0 answers
551 views

Netstat -b shows open connections for an old (not used) project from totally unrelated apps

See screenshot below: In netstat -b output I always see open connections to an old project I developed 2 years ago. They also show when I open new applications (you see totally unrelated apps ...
user2078023's user avatar
0 votes
0 answers
110 views

What is adclick remote address?

netstat -a returns the information below. What is the "adclick" address? There is any benefit from disconnect it? How to shutdown that connection?
Zyncho's user avatar
  • 101
0 votes
1 answer
5k views

How do i find out what the foreign addresses are in cmd and where they come from?

Ran netstat -a and I was curious as to what yx-in-f95:https on the foreign address section is and how to find out myself in the future.
user avatar
1 vote
1 answer
1k views

Why doesn’t netstat display open websites?

I’m a beginner in networking and I’m checking the netstat command. So I opened a couple websites such as en.wikipedia.org Then I opened an admin CMD and typed netstat I can’t see this connection ...
Antonio23249's user avatar
  • 1,041
2 votes
0 answers
377 views

Force netstat to always return results in English language, irrespective of system language?

Is there a way to call netstat commands (e.g. netstat -an) but return the results in English irrespective of the system language? Background: the reason I wish to find a way is because some software ...
stevec's user avatar
  • 839
2 votes
2 answers
1k views

windows, run net stat to txt daily with date/time in filename

first time post. was unable to find similar solutions on this site or others. need a CMD batch file to run "netstat -an" output to a text file daily with a unique file name so the day before ...
noob_user's user avatar
0 votes
0 answers
782 views

After opening port 443 in windows firewall as inbound rule, I cannot see it when I run 'netstat -an'

As an inbound rule on Windows 10 firewall, I added port 443 as TCP connection allowing all types of connections. However, I cannot see it when I run 'netstat -an'. How can I get it so that I see my ...
KaneHarry729's user avatar
2 votes
0 answers
149 views

Netstate and process that are not there?

8080 port is occupied so I can not start glass fish server on it , so I use netstate and find the PID of program whom use that port , but problem start here there is no process or service with this ...
johnny is here's user avatar
1 vote
1 answer
448 views

Troubleshooting outbound internet traffic - Fedora Linux

Without any programs open except an empty terminal window and System Monitor, I'm seeing network traffic. Roughly every 1 second there's a small spike in outbound and a little inbound traffic. $ sudo ...
There's user avatar
  • 125
0 votes
1 answer
447 views

Meaning of Local TCP number after double colon when using netstat -a -b -n

Attempting to diagnose port/connection issues and ran into the following output. I know "::" means "any" (replaces consecutive 0's), but what does the 1 mean? It's on chrome, as ...
Jon F.'s user avatar
  • 1
1 vote
1 answer
422 views

Increased traffic - Server probed by bots?

Since December 24 my server experiences increased resource consumption. Additionally the Nginx server seems to be unstable which causes several errors. The CPU usage used to average at around 5%. But ...
Andy Sukowski-Bang's user avatar
0 votes
0 answers
997 views

java.exe opens up hundreds of ports on 127.0.0.1 on a windows 10 computer and listens to itself

After I ran netstat -ab with admin right on my win10 computer, which is not running anything "java" related on the desktop nor there is "java.exe" in taskmanager's "detailed ...
eliu's user avatar
  • 103
1 vote
1 answer
5k views

How do I output a netstat command every 2 seconds to a text file

I am trying to make the following happen, but having a hard time getting it to work as expected. Tried using the watch command, but the output is just a mess. I found the following, but haven't been ...
Trey's user avatar
  • 13
3 votes
1 answer
12k views

Reset Netstat statistics

Is there a method to clear the statistics of 'netstat -s' without rebooting the device? I'm trying to determine the number of errors within a nondeterministic period of time.
qz_99's user avatar
  • 53

15 30 50 per page
1
2
3 4 5
15