Awesome
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
- Fork it ( http://github.com/<my-github-username>/stackprof-webnav/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request