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
16 results tagged statsd x
  • 25 graphite, grafana and statsd gotchas
    27 avril 2016 à 16:02:40 UTC+2 - permalink - archive.org - https://blog.raintank.io/25-graphite-grafana-and-statsd-gotchas/
    bestof grafana graphite statsd
  • Understanding Metrics in the Age of the TSDB

    La base de la métrologie avec les différents types de metric : gauge, rate, histogram.. Le rôle de statsd (buffer..)

    18 avril 2016 à 23:09:45 UTC+2 - permalink - archive.org - https://blog.filippo.io/understanding-metrics/
    graphite metrics statsd tsdb
  • Note: statsd debug

    Pas mal de drop udp du à des pics de metric applicatives.. On veut savoir quelles sont ces metrics sans se taper tous les graphs :

    touch debug

    while true; do ls -lh debug && sleep 2 && (date "+%F %R" && (echo counters | nc -q1 127.0.0.1 9226 | sort -r -n -k 2 | head -10)) >> debug; done

    On laisse tourner et on attend un pic. Ensuite : sort -r -n -k 2 debug pour voir les metrics en cause

    10 février 2016 à 11:03:01 UTC+1 - permalink - archive.org - https://links.infomee.fr/?3gJL7w
    debug statsd
  • Avoir un aperçu des noms de metriques les plus utilisés (reçues par statsd)

    ngrep -itq -W byline -d any '' port 8125|egrep -v '(^U|^$)'|logtop -s 500000

    14 octobre 2015 à 11:30:30 UTC+2 - permalink - archive.org - https://links.infomee.fr/?X5ZuZQ
    ngrep statsd
  • CPU utilization · Issue #249 · etsy/statsd

    une instance de statsd stuck entre 15 et 20k

    12 octobre 2015 à 14:20:01 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/issues/249
    perf statsd
  • 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
  • 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
  • PECL :: Package :: APM

    Une lib pour gérer l'envoi de metric depuis php

    2 juin 2015 à 10:14:30 UTC+2 - permalink - archive.org - https://pecl.php.net/package/APM
    php statsd
  • Configuration graphite pour être utilisé avec statsd

    Aide à comprendre pas mal de chose concernant graphite/statsd

    1 août 2014 à 10:47:44 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/blob/master/docs/graphite.md
    graphite statsd
  • https://github.com/graphite-project/whisper

    Suite d'outils bien pratique pour tester/vérifier/debug ses whisper files, en particulier whisper-dump et whisper-fetch

    1 août 2014 à 10:35:57 UTC+2 - permalink - archive.org - https://github.com/graphite-project/whisper
    carbon graphite statsd
  • thumbnail
    Debian package statsd

    apt-get install debhelper devscripts
    git clone https://github.com/etsy/statsd.git
    cd statsd
    dpkg-buildpackage
    dpkg -i ../<deb file>

    24 juillet 2014 à 16:01:09 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/issues/161
    deb debian package statsd
  • Understanding StatsD and Graphite - pkhamre.blog

    bon article

    22 juillet 2014 à 14:10:32 UTC+2 - permalink - archive.org - http://blog.pkhamre.com/2012/07/24/understanding-statsd-and-graphite/
    graphite statsd
  • How we use StatsD – TechM6Web
    11 février 2014 à 14:05:41 UTC+1 - permalink - archive.org - http://tech.m6web.fr/how-we-use-statsd/
    graphite statsd
  • Counting & Timing | code.flickr.com

    Un article du tech blog de flickr sur la metrologie (qui a servi d'inspiration à l'écriture de statsd)

    Le combo statsd/graphite a l'air vraiment puissant

    31 janvier 2014 à 10:27:48 UTC+1 - permalink - archive.org - http://code.flickr.net/2008/10/27/counting-timing/
    graphite statsd
  • github.com/etsy/statsd/

    Repo github de statsd

    31 janvier 2014 à 10:26:18 UTC+1 - permalink - archive.org - https://github.com/etsy/statsd/
    graphite statsd
  • Measure Anything, Measure Everything « Code as Craft

    statsd + graphite
    Mais statsd en nodejs..

    11 janvier 2014 à 17:23:48 UTC+1 - permalink - archive.org - http://codeascraft.com/2011/02/15/measure-anything-measure-everything/
    graphite monitoring statsd
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