4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
9 results tagged drop x
  • Un nouveau logiciel libre : Lufi - LinuxFr.org
    October 7, 2015 at 10:33:09 AM GMT+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!

    :-)

    June 16, 2015 at 10:11:06 AM GMT+2 - permalink - archive.org - http://githubengineering.com/brubeck/
    drop github statsd udp
  • UDP Buffers | Documentation Project | Assembla
    June 10, 2015 at 10:52:34 AM GMT+2 - permalink - archive.org - https://www.assembla.com/spaces/LogZillaWiki/wiki/UDP_Buffers
    drop udp
  • UDP Drops on Linux - Question | Splunk Answers
    June 10, 2015 at 10:52:26 AM GMT+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
    June 10, 2015 at 10:52:18 AM GMT+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

    April 16, 2015 at 3:42:24 PM GMT+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
    December 10, 2014 at 3:51:28 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?AyHsGA
    drop kernel linux network networking reseau udp
  • Persist JQueryUI Sortable position - CodeProject
    September 18, 2013 at 8:35:33 AM GMT+2 - permalink - archive.org - http://www.codeproject.com/Tips/283694/Persist-JQueryUI-Sortable-position
    drag drop jquery persist
  • Sortable | jQuery UI
    September 18, 2013 at 8:34:14 AM GMT+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