Low-cost generation of performance percentiles (p50, p90, p99, p99.9, etc.), for Ruby
p99 is a lightweight, low-overhead library designed for generating real-time performance percentiles in high-frequency or latency-sensitive environments.
p99.Ruby is the Ruby implementation.
Install via gem as in:
gem install p99-ruby
or add it to your Gemfile.
Use via require, as in:
require 'p99'T.B.C.
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/p99.Ruby.
- <none>
p99.Ruby is released under the 3-clause BSD license. See LICENSE for details.