Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [netstat]

netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics. It is available on Unix, Unix-like, and Windows NT-based operating systems.

0 votes
1 answer
26 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. ...
Davuud Qudratie's user avatar
0 votes
0 answers
26 views

Troubleshooting Connection Refused Errors Across Nodes in Cluster Setup

I have three nodes bound to a virtual IP, with each node connecting using port 2892. I initiate connections from node1 to node2 and from node2 to node3, both using port 2892. Below are the relevant ...
manasa's user avatar
  • 1
1 vote
1 answer
57 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 ...
q0987's user avatar
  • 35.7k
1 vote
0 answers
46 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: ...
Kauã Miguel's user avatar
0 votes
0 answers
47 views

what is mean by " connection reset by peer"? [duplicate]

I am connecting multiple clients to single MQTT server Using MQTT Generic protocol. Suddenly at random time connection is getting disconnected and server goes into Disconnected status. This problem ...
Devesh Kachhia's user avatar
2 votes
1 answer
66 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/...
Andreas Frangos's user avatar
0 votes
0 answers
80 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() ...
ruddnisrus's user avatar
0 votes
0 answers
39 views

Can't use rsDriver function in R

I can't run the rsDriver function in the RSelenium package when I run this: rd <- rsDriver(browser = 'chrome', chromever = '114.0.5735.16', verbose = FALSE, port= free_port(), iedrver = NULL) I ...
D-Whiz's user avatar
  • 1
0 votes
0 answers
184 views

How can I access information from /proc/net/tcp from code running in a k8s pod?

I'm currently trying to export prometheus metrics for TCP-related stats - that which can be found by polling /proc/net/tcp - and I'm finding that the sockets returned within the context of my main ...
averydl's user avatar
0 votes
0 answers
142 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 ...
Suresh Ganesan's user avatar
0 votes
0 answers
162 views

Why are the PID results in Task manager and netstat different?

This is more of a question for the difference in the results more than debugging an issue. It seems that the PID displayed from the netstat command is different from the task manager as shown below ...
Kentaro T. Vadney's user avatar
1 vote
0 answers
49 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 ...
Vlad Iordache's user avatar
0 votes
0 answers
46 views

Client error in RSelenium ( R programming)

Hello I hope you are well I was programming doing data scrapping, using the R package (RSelenium) Currently, I am programming in the version of R 4.2.3 library(RSelenium) library(netstat) library(...
Miguelangel Palma Rojas's user avatar
0 votes
0 answers
36 views

Trying to run AdonisJS webpack on port 8080 but its already in use

I am trying to get a web app running on port 8080 but was having problems connecting to it. Then I noticed that port 8080 on localhost was returning a 404 even when the app was not running suggesting ...
PrestonDocks's user avatar
  • 5,250
0 votes
1 answer
691 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 ...
Suraj Chettri's user avatar

15 30 50 per page
1
2 3 4 5
37