Пакет gem-sigdump: Информация
Исходный пакет: gem-sigdump
Версия: 0.2.5-alt1
Собран: 9 февраля 2025 г. 8:19 в задании #361947
Категория: Разработка/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)
gem-sigdump (noarch)
gem-sigdump-devel (noarch)
gem-sigdump-doc (noarch)
Сопровождающий: Ruby Maintainers Team
Последнее изменение
7 ноября 2024 г. Pavel Skrylev 0.2.5-alt1
- ^ 0.2.4p6 -> 0.2.5
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