Skip to content

a gcore-like tool, generate core file without blocking target process

Notifications You must be signed in to change notification settings

nixnixchen/ngcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description: ngcore try to get rid of the blocking perioid of gcore. ngcore use clone to create a copy of the target process, then trigger a signal to create the dump file. The whole work is done by attaching to the target. Users do not need to modify executables.

Usage: ./bin/ngcore -p [pid]

TODO:

  1. get rid of zombie processes produced by killing puppet process

References: [Google Coredumper] https://github.com/anatol/google-coredumper

About

a gcore-like tool, generate core file without blocking target process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published