4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    9 results tagged drop x
    • Un nouveau logiciel libre : Lufi - LinuxFr.org
      7 octobre 2015 à 10:33:09 UTC+2 - permalink - archive.org - http://linuxfr.org/news/un-nouveau-logiciel-libre-lufi
      auto drop fichier file framasoft
    • Brubeck, a statsd-compatible metrics aggregator - GitHub Engineering

      github releases Brubeck, a statsd compatible metric aggregator!!

      A quick look at the /proc/net/dev-generated graphs on the machine made the situation very obvious: slowly but steadily over time, the percentage of UDP packets that were being dropped in our monitoring server was increasing. From 3% upwards to 40%. We were dropping almost half of our metrics!

      :-)

      16 juin 2015 à 10:11:06 UTC+2 - permalink - archive.org - http://githubengineering.com/brubeck/
      drop github statsd udp
    • UDP Buffers | Documentation Project | Assembla
      10 juin 2015 à 10:52:34 UTC+2 - permalink - archive.org - https://www.assembla.com/spaces/LogZillaWiki/wiki/UDP_Buffers
      drop udp
    • UDP Drops on Linux - Question | Splunk Answers
      10 juin 2015 à 10:52:26 UTC+2 - permalink - archive.org - http://answers.splunk.com/answers/7001/udp-drops-on-linux.html
      drop udp
    • thumbnail
      udp stats gone missing? · Issue #318 · etsy/statsd
      10 juin 2015 à 10:52:18 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/issues/318
      drop statsd udp
    • InfoSec Handlers Diary Blog - Are you losing system logging information (and don't know it)?

      Pour voir si on drop des messages rsyslog :

      grep -c 'imuxsock lost' /var/log/messages

      Pour custo le rate limiting :

      $SystemLogRateLimitInterval 10
      $SystemLogRateLimitBurst 500

      16 avril 2015 à 15:42:24 UTC+2 - permalink - archive.org - https://isc.sans.edu/diary/Are+you+losing+system+logging+information+(and+don%27t+know+it)%3F/15106
      drop messages syslog
    • Un peu de réseau et de debug udp
      Prenons une application ouvre une socket UDP : pour chaque paquet qui arrive, elle va le traiter et passer au suivant. Si le traitement est plus cours que la cadence de reception, tout va bien, on peut travailler en "flux tendu". Pour éviter de perdre des paquets si l'application est trop lente, le kernel entretien des buffers qui ont une taille par defaut et une taille max.

      Pour consulter :
      # sysctl net.core.rmem_default
      # sysctl net.core.rmem_max
      # sysctl net.ipv4.udp_mem
      # net.core.netdev_max_backlog


      En cas de probleme, on peut augmenter la taille de ce buffer. (temporairement avec commande ou /proc/... et définitivement avec /etc/systcl.d/
      sysctl -w net.core.rmem_default=20000000
      sysctl -w net.core.rmem_max=30000000
      sysctl -w net.ipv4.udp_mem='262144 327680 393216'
      sysctl -w net.core.netdev_max_backlog=2000



      Comment savoir qu'on a des drop udp ?

      netstat -su

      Sinon il y a /proc/net/udp qui contient une ligne par socket udp avec le port (attention en hexadecimal), la taille du buffer utilisé, (s'inquiéter si rxqueue est différent de zéro) et enfin la dernière colonne, les drops !

      alors si vous avez des drops, il faut revoir l'application,.
      Augmenter la taille du buffer est utile seulement si ces drops sont du à des "burst" (des pics d'activité qui n'arrivent pas souvent), un plus grand buffer permettra d'absorber ces pics !


      En encore plus interactif : netstat -c --udp -an

      todo : trouver les commandes équivalentes avec ss

      https://github.com/etsy/statsd/issues/318
      https://www.assembla.com/spaces/LogZillaWiki/wiki/UDP_Buffers
      http://answers.splunk.com/answers/7001/udp-drops-on-linux.html
      10 décembre 2014 à 15:51:28 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?AyHsGA
      drop kernel linux network networking reseau udp
    • Persist JQueryUI Sortable position - CodeProject
      18 septembre 2013 à 08:35:33 UTC+2 - permalink - archive.org - http://www.codeproject.com/Tips/283694/Persist-JQueryUI-Sortable-position
      drag drop jquery persist
    • Sortable | jQuery UI
      18 septembre 2013 à 08:34:14 UTC+2 - permalink - archive.org - http://jqueryui.com/sortable/#connect-lists
      drag drop jquery
    Links per page: 20 50 100
    page 1 / 1
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation