Skip to main content

Bone-simple tool for generating basic numerical stats from stdin

Project description

zstat

A bone-simple stats tool for displaying percentiles from stdin to stdout. Example:

::

cat nums.txt 456 366 695 773 617 826 56 78 338 326

::

cat nums.txt | zstat p0 = 56 p50 = 366 p90 = 773 p95 = 773 p99 = 826 p99.9 = 826 p100 = 826

Installation

Clone this repository locally, then:

pip3 install -e .

Building

make

Testing

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zstat-cli-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page