Sha256: e723f2e9e3b85781508bed89fdde3f100e5250e678611c9f60eb1181a7a87cce

Contents?: true

Size: 627 Bytes

Versions: 3

Compression:

Stored size: 627 Bytes

Contents

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

![example](https://f.cloud.github.com/assets/20158/812189/e4b87038-eeeb-11e2-9ead-f4c4e6b5b589.png)

## Installation

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

    gem 'stripmem'

To use stripmem standalone, install it.

    gem install stripmem

## Usage

You can run this as a monitor of a new process and all processes spawned from it.

    $ stripmem tar cfv /dev/null ~

If you installed it in your Gemfile, you can monitor your rails server process, too:

    $ bundle exec stripmem rails server

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stripmem-0.0.3 README.md
stripmem-0.0.2 README.md
stripmem-0.0.1 README.md