in reply to Re^3: How to count the number of pending clients in socket queue?
in thread How to count the number of pending clients in socket queue?
Let me preface the following, by letting you know, I'm not trying to be argumentative. :)
I should also note; that I'm speaking from a *BSD box. So this might explain differences.
'nuff said.
So my experiences seem to be a bit different. For example. My last log entry (somewhat abreviated):
Is fairly informative. I can also get pretty detailed information from netstat, and lsof: WAIT, LISTEN, ...:8090 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port
I cant speak for Linux, or OSX, for that matter (altho OSX uses BSD). But at least on BSD, it seems like I could get that sort of information. I'll look a bit deeper, and see if I can get the kind of output the OP's looking for.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to count the number of pending clients in socket queue?
by kschwab (Vicar) on Nov 18, 2013 at 13:55 UTC | |
by taint (Chaplain) on Nov 18, 2013 at 14:25 UTC | |
by kschwab (Vicar) on Nov 18, 2013 at 14:55 UTC |