Project

stripchart

0.0
No commit activity in last 3 years
No release in over 3 years
Stripchart anything
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Show a live chart of your process's memory usage.

example

Installation

To use stripchart in an existing application, add it to your Gemfile

gem 'stripchart'

To use stripchart standalone, install it.

gem install stripchart

Usage

Start it up like this:

$ while true; do sleep 0.5 ; echo n $RANDOM; done | stripchart

To view the chart, open http://localhost:9999/