Metadata-Version: 1.0
Name: rpm-deathwatch
Version: 0.15
Summary: Python script and systemtap module to monitor for termination signals
Home-page: UNKNOWN
Author: Kyle Walker
Author-email: kwalker@gmail.com
License: GPLv2
Description: ##########################################################################
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 2 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <https://www.gnu.org/licenses/>.
        
        Author: Kyle Walker <kwalker@redhat.com>
        ##########################################################################
        
        Name:    rpm-deathwatch
        Author:  Kyle Walker <kwalker@redhat.com>
        License: GPLv2
        
        Captures process signal events for the purpose of determining what process
        may have issued a kill signal to another process that is accessing the RPM
        database. This can generally infer why the signal was sent based on the
        process parentage.
        
        The utility responds to the following arguments when called directly.
        
          --name NAME    The /<path>/<name> to prepend to each strace output file.
                         (default: None)
          --num NUM      The number of files to write prior to cleaning up the initial
                         file. (default: 5)
          --size SIZE    Size limit imposed to any individual strace file (In MiB).
                         (default: 100)
          --pid PID      PID killed where the trace should be stopped. (default: None)
        
        
Platform: UNKNOWN
