Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37568045
en ru br
ALT Linux repositórios
S:0.2.4.6-alt0.1

Group :: Desenvolvimento/Ruby
RPM: gem-sigdump

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.2.4.6-alt0.1
Data da compilação: 30 janeiro 2023, 09:22 ( 64.8 weeks ago )
Tamanho:: 12.03 Kb

Home page:   https://github.com/frsyuki/sigdump/

Licença: MIT
Sumário: Use signal to show stacktrace of a Ruby process without restarting it
Descrição:

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

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • gem-sigdump
  • gem-sigdump-devel
  • gem-sigdump-doc
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009