Project

stripmem

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

Development

Runtime

 Project Readme

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

example

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/