Project

p99-ruby

0.0
The project is in a healthy, maintained state
Low-cost generation of performance percentiles (p50, p90, p99, p99.9, etc.), for Ruby. p99.Ruby is the Ruby implementation of the p99 family of libraries.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0.39, >= 0.39.4
 Project Readme

p99.Ruby

Low-cost generation of performance percentiles (p50, p90, p99, p99.9, etc.), for Ruby

Language License GitHub release Last Commit Gem Version 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

GitHub Page

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.