WARNING: early version, no tests, may have bugs.
Provides a web ui to inspect stackprof dumps.
$ gem install stackprof-webnav
$ stackprof-webnav -d /path/to/directory-with-dump-files
See stackprof gem homepage to learn how to create dumps. See amazon s3 API docs to see the URI format for S3 bucket listings.
Open the browser at localhost:9292. you'll see a listing of the dumps in the directory -- click on one that is a dump to browse through it.
- no tests, this gem was created for my personal usage in a hack stream, bugs may occur
- Fork it ( http://github.com//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