Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*RFC\:\s+per\-socket\s+statistics\s+on\s+received\/dropped\s+packets\s*$/: 90 ]

Total 90 documents matching your query.

1. RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 06 Jun 2002 15:37:28 -0400
For a while I've been wanting a way for a program to find out if any of its socket buffers were overflowing due to too much incoming traffic. Finally, I decided to code it up and try it out. As it tu
/archives/netdev/2002-06/msg00008.html (13,814 bytes)

2. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 06 Jun 2002 20:21:08 -0700 (PDT)
Your idea is totally useless for non-datagram sockets. Only datagram sockets use the interfaces where you bump the counters. I don't like the patch, nor the idea behind it, at all.
/archives/netdev/2002-06/msg00011.html (8,885 bytes)

3. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Fri, 07 Jun 2002 11:34:35 -0400
Thanks for the feedback. I buy the point about it only making sense for datagram sockets in its current form. Thus it would maybe make more sense to use udp_ioctl() rather than in the generic socket
/archives/netdev/2002-06/msg00012.html (10,100 bytes)

4. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Fri, 07 Jun 2002 15:15:24 -0700
Datagram sockets are the ones that drop data though (tcp will deal with it via re-transmits). I have not looked at his patch in detail, but I would welcome anything that gets us closer to being able
/archives/netdev/2002-06/msg00013.html (10,601 bytes)

5. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Mark Mielke <mark@xxxxxxxxxxxxxx>
Date: Sat, 8 Jun 2002 17:05:11 -0400
Outside of the specific changes suggested by Chris, I can see a requirement to be able to detect poor connections. While TCP/IP may not drop packets from the perspective of user space applications, T
/archives/netdev/2002-06/msg00014.html (11,442 bytes)

6. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Sat, 08 Jun 2002 16:04:07 -0700 (PDT)
You guys we have SNMP statistics for these events, there is no reason to have them per-socket. You cannot convince me that when you are diagnosing a problem the SNMP stats are not enough to show you
/archives/netdev/2002-06/msg00015.html (9,975 bytes)

7. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Sat, 08 Jun 2002 17:13:35 -0700
David S. Miller wrote: You guys we have SNMP statistics for these events, there is no reason to have them per-socket. You cannot convince me that when you are diagnosing a problem the SNMP stats are
/archives/netdev/2002-06/msg00016.html (12,177 bytes)

8. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Sat, 08 Jun 2002 17:51:08 -0700 (PDT)
Why not? If you know where the drops are occurring, what else do you need to know? I'm not talking about per-socket SNMP counters, that would be rediclious.
/archives/netdev/2002-06/msg00017.html (10,337 bytes)

9. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Pekka Pietikäinen <Pekka.Pietikainen@xxxxxxxx
Date: Sun, 9 Jun 2002 17:47:40 +0300
Have you guys checked out if the TCP_INFO getsockopt() would work for your needs? (obviously, it'll only work for TCP connections ). It gives you quite a bit of detail about what's happening in your
/archives/netdev/2002-06/msg00018.html (10,913 bytes)

10. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Sun, 09 Jun 2002 11:23:30 -0700
David S. Miller wrote: From: Ben Greear <greearb@xxxxxxxxxxxxxxx> Date: Sat, 08 Jun 2002 17:13:35 -0700 If you're talking per-socket SNMP counters, then that could work. General protocol-wide counter
/archives/netdev/2002-06/msg00023.html (11,736 bytes)

11. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Sun, 09 Jun 2002 21:34:40 -0700 (PDT)
From: Ben Greear <greearb@xxxxxxxxxxxxxxx> Date: Sun, 09 Jun 2002 11:23:30 -0700 I need to account for packets on a per-session basis, where a session endpoint is a UDP port. So, knowing global proto
/archives/netdev/2002-06/msg00026.html (10,884 bytes)

12. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Mark Mielke <mark@xxxxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 01:55:42 -0400
If the application only had 10 or fewer, non-critical UDP ports sending data, this conclusion might apply. However, even then, this suggestions seems a little silly. "Why don't you call for a full st
/archives/netdev/2002-06/msg00029.html (13,269 bytes)

13. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Sun, 09 Jun 2002 23:08:09 -0700
David S. Miller wrote: From: Ben Greear <greearb@xxxxxxxxxxxxxxx> Date: Sun, 09 Jun 2002 11:23:30 -0700 I need to account for packets on a per-session basis, where a session endpoint is a UDP port. S
/archives/netdev/2002-06/msg00030.html (12,461 bytes)

14. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Lincoln Dale <ltd@xxxxxxxxx>
Date: Mon, 10 Jun 2002 22:03:25 +1000
At 09:34 PM 9/06/2002 -0700, David S. Miller wrote: Every argument I hear is one out of lazyness. And that is not a reason to add something. Simply put, I don't want to add all of this per-socket cou
/archives/netdev/2002-06/msg00033.html (11,898 bytes)

15. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Mon, 10 Jun 2002 05:18:57 -0700 (PDT)
What is the point? If all the dists will enable it then everybody eats the overhead. If the dists don't enable it, how useful is it and what's so wrong with it being an external patch people just app
/archives/netdev/2002-06/msg00034.html (11,009 bytes)

16. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Mon, 10 Jun 2002 08:24:44 -0400 (EDT)
I think i would agree with Dave for it to be an external patch. You really only need this during debugging. I had a similar patch when debugging NAPI about a year ago. I didnt find it that useful aft
/archives/netdev/2002-06/msg00035.html (11,157 bytes)

17. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Mark Mielke <mark@xxxxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 09:57:02 -0400
In your case you found that you could solve it once by debugging the application. This doesn't mean that other applications would not be better at determining the code path to use at execution time.
/archives/netdev/2002-06/msg00036.html (13,188 bytes)

18. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Mon, 10 Jun 2002 10:45:31 -0400 (EDT)
I am confused as to which application needs this, do you have one in mind? AFAIK, UDP/RTP type apps already know how to determine packet loss on a per flow basis. You may be confusing technical merit
/archives/netdev/2002-06/msg00039.html (13,010 bytes)

19. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Mon, 10 Jun 2002 10:56:36 -0400 (EDT)
Sorry meant the former. cheers, jamal
/archives/netdev/2002-06/msg00040.html (10,482 bytes)

20. Re: RFC: per-socket statistics on received/dropped packets (score: 1)
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 15:28:14 -0400
The purpose of this patch is to make it reallly easy to nail down exactly how many packets were dropped *per socket*, and for what reason. For me, the information is then used to tune the application
/archives/netdev/2002-06/msg00041.html (11,676 bytes)


This search system is powered by Namazu