sigdump
Use signal to show stacktrace of a Ruby process without restarting it
File Explorer
Download Latest Version (.zip)- setup.rb
- sigdump.rb
- .gitignore
- ChangeLog
- Gemfile
- LICENSE
- Rakefile
- README.md
- sigdump.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/fluent/sigdump
Downloads the entire project code from GitHub to your computer.
cd sigdump
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:32:in `dump_backtrace'
Type this command into your terminal and run it.
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:19:in `block in dump_all_thread_backtrace'
Type this command into your terminal and run it.
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:18:in `each'
Type this command into your terminal and run it.
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:18:in `dump_all_thread_backtrace'
Type this command into your terminal and run it.
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:9:in `block (2 levels) in install_thread_dump_handler'
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
