Package gem-sigdump: Information

    Source package: gem-sigdump
    Version: 0.2.4.6-alt0.1
    Latest version according to Repology
    Build time:  Feb 24, 2023, 09:10 AM in the task #313736
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Use signal to show stacktrace of a Ruby process without restarting it
    Description: 
    In short: SIGQUIT of Java VM for Ruby.
    
    Server applications (like Rails apps) cause performance problems, deadlock or
    memory swapping from time to time. But it's difficult to reproduce such kind of
    problems. sigdump makes it possible to get information from a running process
    without restarting. Just sending SIGCONT signal will dump backtrace and memory
    profile to /tmp/sigdump-<pid>.log file.
    
    sigdump dumps following information (see also Sample output):
    
    * Backtrace of all threads
    * Number of allocated objects per class
    * GC profiler reports if GC profiler is enabled (GC::Profiler.enable is
    called)
    * Stacktrace of Java threads for each Ruby threads if the runtime is JRuby

    List of rpms provided by this srpm:
    gem-sigdump (noarch)
    gem-sigdump-devel (noarch)
    gem-sigdump-doc (noarch)


    List of contributors:
    Pavel Skrylev
    Mikhail Gordeev

    ACL:
    Pavel Skrylev
    @ruby
    @everybody

      1. rpm-build-ruby

    Last changed


    Jan. 29, 2023 Pavel Skrylev 0.2.4.6-alt0.1
    - ^ 0.2.4 -> 0.2.4p6
    Sept. 30, 2018 Mikhail Gordeev 0.2.4-alt1
    - Initial build for Sisyphus