Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
446 views

I am looking for equivalent to netstat -b written in Powershell. Microsoft writes: Displays the executable involved in creating each connection or listening port. In some cases well-known executables ...
MiGro's user avatar
  • 531
-1 votes
1 answer
128 views

I want to create a batch file to terminate processes which exceed 'a certain amount of internet'. I just want a command to show the internet usage, send/receive (bytes), of each application/process. ...
Davuud Qudratie's user avatar
1 vote
1 answer
215 views

I have access to an internal tool which can be used to join a multicast IP:PORT and capture packets as a pcap file but the tool doesn't come with implementation. When I run the tool, both netstat and ...
q0987's user avatar
  • 36.2k
1 vote
0 answers
135 views

I recently ran netstat on my system and noticed some connections from an old Laravel project that I had previously deleted. Despite removing the project entirely, these connections are still present: ...
Kauã Miguel's user avatar
2 votes
1 answer
92 views

I want to override the read function of netstat -tunap, when am running the strace for netstat -tunap the part that i am interested on overriding is this part right here, openat(AT_FDCWD, "/proc/...
Andreas Frangos's user avatar
0 votes
0 answers
133 views

I'm trying to recreate common scenario when creating new instances of httpClient will create leave TIME_WAIT connections. [HttpGet] public async Task<IActionResult> TestOne() ...
ruddnisrus's user avatar
0 votes
0 answers
245 views

CLOSE_WAIT persists forever in kubernetes container [Linux] Even though my APP running in Java uses less heap space; My container memory is high always. On checking CLOSE_WAIT around 50 connections ...
Suresh Ganesan's user avatar
1 vote
0 answers
146 views

I tried to run netstat on Android (specifically LineageOS) and I saw that it has only these options: -r Routing table -a All sockets (not just connected) -l Listening server sockets -t ...
Vlad Iordache's user avatar
0 votes
1 answer
1k views

How can get ip address of a facebook messenger user by using android emulator? I got message from an unknown user tring to blackmail in a sense (may not be financial) but i dont want him, but he had ...
Suraj Chettri's user avatar
0 votes
0 answers
432 views

If I to the browser on my Laptop and go to 192.168.X.X:80 (ip of raspberry pi), then i receive the error 404 page not found If I go to 192.168.X.X:81 which is also unused I receive the chrome error ...
FabioKaelin's user avatar
1 vote
0 answers
118 views

On my dev machine I have some Ivanti application service running at 'TCP 0.0.0.0:3000' according to netstat. Running npm run dev works and netstat then shows two entries for 'TCP 0.0.0.0:3000'. When ...
MStodd's user avatar
  • 4,747
0 votes
1 answer
1k views

Problem Description/Context I have a nodeJS-based application using Axios to make HTTP requests (Outbound REST API calls) against a web service (say https://any.example.restapis.com). And these HTTP ...
NNP's user avatar
  • 3,461
0 votes
2 answers
7k views

netstat lists all the connections (incoming and outgoing) how do I filter out just the incoming connections I have tried the netstat command but it lists all the connections but j need only the ...
codehelp's user avatar
2 votes
1 answer
570 views

Seeking help on how to resolve the subject line error. The many previous posts and solutions referenced here have already been reviewed/tried. In the past this same error has been resolved by updating ...
IMB's user avatar
  • 41
-2 votes
1 answer
21k views

I need to see port:8080 is running or not. And I tried: netstat -a -b and it returned error message "The requested operation requires elevation."
Lama's user avatar
  • 5

15 30 50 per page
1
2 3 4 5
36