Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 2
2 answers
677 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 ...
Score of -1
1 answer
154 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. ...
Score of 1
1 answer
249 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 ...
Score of 1
0 answers
150 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: ...
Score of 2
1 answer
102 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/...
Score of 0
0 answers
164 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() ...
Score of 0
0 answers
262 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 ...
Score of 1
0 answers
164 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 ...
Score of 0
1 answer
1313 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 ...
Score of 0
0 answers
449 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 ...
Score of 1
0 answers
158 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 ...
Score of 0
1 answer
1293 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 ...
Score of 0
2 answers
8176 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 ...
Score of 2
1 answer
577 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 ...
Score of -2
1 answer
23369 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."

15 30 50 per page
1
2 3 4 5
36