🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

stackprof-webnav

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackprof-webnav

1.0.4
Rubygems
Version published
Maintainers
1
Created
Source

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//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

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts