529 questions
2
votes
2
answers
446
views
netstat -b equivalent with Powershell
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 ...
-1
votes
1
answer
128
views
Command to retrieve send/receive internet traffiic, (in bytes), per process
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.
...
1
vote
1
answer
215
views
How to enable ss(another utility to investigate sockets) to see the joined multicast group IP address on a Linux host?
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 ...
1
vote
0
answers
135
views
Weird active connections in NetStat
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:
...
2
votes
1
answer
92
views
Override read function, but i have problems when the file descripot is 3 or 4
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/...
0
votes
0
answers
133
views
HttpClient does not create new connections in netstat
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()
...
0
votes
0
answers
245
views
CLOSE_WAIT persists forever in kubernetes container [Linux]
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 ...
1
vote
0
answers
146
views
Netstat continous mode on Android
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 ...
0
votes
1
answer
1k
views
How to solve netstat permission denied problem?
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 ...
0
votes
0
answers
432
views
Port 80 and 443 is used but i can not modify it
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
...
1
vote
0
answers
118
views
Why does NextJS allow the development server to run, but not the production server?
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 ...
0
votes
1
answer
1k
views
How to find number of http(s) connections (TCP) opened by my node JS micro-service (using axios KeepAlive for http) config, in GKE k8s environment?
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 ...
0
votes
2
answers
7k
views
how to get all the incoming connections in linux
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 ...
2
votes
1
answer
570
views
Failed to connect to localhost port 3918: Connection refused(R Rselenium)
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 ...
-2
votes
1
answer
21k
views
How can I see running ports on Windows 11? [closed]
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."