Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

sudo netstat -antp not showing PID

i am testing stuff with sockets and i encountered that strange case : i coded i very simple tcp server in c, i made it block after accept(), just to see what happen when accepting multiple connection ...
joseph M'Bimbi-Bene's user avatar
2 votes
1 answer
4k views

How to find attached processes via unix domain socket?

I used netstat to acquire RefCnt column. And there are 2 attached processes via /var/run/mysqld/mysqld.sock. How to find their PIDs? # netstat -a -p -A unix Proto RefCnt Flags Type State ...
tengreencolors's user avatar
3 votes
0 answers
1k views

How to monitor the unix socket statistics in OSX per-seconds

I can monitor a net-device in the OSX, like below $ netstat -I eth0 -b 1 1000 input (Total) output packets errs bytes packets errs bytes colls ...
Romain Xie's user avatar
3 votes
0 answers
920 views

netstat -o timer value "probe"

A bit of background on the scenario. I have a distributed application running on RH6.5 that uses JMS (OpenMQ 4.5.2) to send messages between hosts. One host (Host A) receives information from network ...
Nuno Perpetua's user avatar
4 votes
5 answers
27k views

How to determine why port 443 is already in use?

I'm running Apache 2.4.10 on a Windows 7 machine and am trying to add SSL connections. Port 80 connections work fine, and I'm trying to add port 443. When the httpd.conf gets Listen 443 added it ...
WilliamKF's user avatar
  • 7,968