Skip to content

spraints/stripchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Produce a stripchart of arbitrary data

Resources

License

Stars

Watchers

Forks

Packages

No packages published