Sha256: fb0cee73082c074898b7acf5f0ca0bfbe0f639fdabbce2d8053b21ba2952eb08
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
Show a live chart of your process's memory usage.  ## 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/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stripchart-0.0.3 | README.md |