タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

udpとcに関するyassのブックマーク (1)

  • Statsite by armon - A C implementation of statsd

    Statsite is a metrics aggregation server. Statsite is based heavily on Etsy's StatsD https://github.com/etsy/statsd, and is wire compatible. Features Multiple metric types Key / Value Gauges Counters Timers Sets Efficient summary metrics for timer data: Mean Min/Max Standard deviation Median, Percentile 95, Percentile 99 Histograms Dynamic set implementation: Exactly counts for small sets HyperLog

    yass
    yass 2014/07/30
    " Statsite is designed to be both highly performant, and very flexible. To achieve this, it implements the stats collection and aggregation in pure C, using libev to be extremely fast. This allows it to handle hundreds of connections, and millions of metrics. "
  • 1