p99.Ruby
Low-cost generation of performance percentiles (p50, p90, p99, p99.9, etc.), for Ruby
Table of Contents
- Introduction
- Installation
- Components
- Project Information
- Where to get help
- Contribution guidelines
- Dependencies
- Development Dependencies
- Related projects
- License
Introduction
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.
Installation
Install via gem as in:
gem install p99-ruby
or add it to your Gemfile.
Use via require, as in:
require 'p99'Components
T.B.C.
Project Information
Where to get help
Contribution guidelines
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/p99.Ruby.
Dependencies
- <none>
Development Dependencies
Related projects
License
p99.Ruby is released under the 3-clause BSD license. See LICENSE for details.