Пакет gem-sigdump: Информация

    Исходный пакет: gem-sigdump
    Версия: 0.2.4.6-alt0.1
    Собран:  14 августа 2023 г. 13:17
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/frsyuki/sigdump/

    Лицензия: MIT
    О пакете: Use signal to show stacktrace of a Ruby process without restarting it
    Описание: 
    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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-sigdump (noarch)
    gem-sigdump-devel (noarch)
    gem-sigdump-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Mikhail Gordeev

      1. rpm-build-ruby

    Последнее изменение


    29 января 2023 г. Pavel Skrylev 0.2.4.6-alt0.1
    - ^ 0.2.4 -> 0.2.4p6
    30 сентября 2018 г. Mikhail Gordeev 0.2.4-alt1
    - Initial build for Sisyphus