0.07
Low commit activity in last 3 years
No release in over a year
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
 Dependencies

Development

~> 1.1.0
~> 10.1
~> 3.9.0
~> 2.2

Runtime

~> 5.1.2
~> 2.1.0
>= 0.2.13
~> 1.7.0
 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