0.07
Low commit activity in last 3 years
A long-lived project that still receives updates
Provides the ability to analyze StackProf dumps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.1
~> 3.9.0
>= 1.1.0, < 3.0.0
~> 2.2

Runtime

~> 5.1.2
>= 0.2.13
>= 1.0.0, < 3.0.0
>= 2.1.0, < 5.0.0
>= 2.1.0, < 5.0.0
~> 1.7
 Project Readme

StackProf Web navigator

Provides a web ui to inspect stackprof dumps.

Screenshots

Usage

Install the gem

$ gem install stackprof-webnav

Run the server

$ stackprof-webnav

By default it will list all files in the current directory. You can click in the web interface to try to open any file as a dump.

Additionally, you can list another directory by passing the -d flag:

$ stackprof-webnav -d /my/folder/with/dumps

Or launch it with a dump preselected:

$ stackprof-webnav -f /path/to/stackprof.dump

See stackprof gem homepage to learn how to create dumps.

Profit

Open the browser at localhost:9292

Contributing

  1. Fork it ( http://github.com//stackprof-webnav/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request