RSSAmplifier

Posts on Christian Rebischke · Sep 26, 2019

How to trace Linux signals

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Did you ever run into the problem, that a random process on your hosts is running amok and killing other processes? If so, you know how painful it is to find the process. But there is a solution for it: systemtap. Just install systemtap on your system, write a small stap script for it and run it, and it will show you the evil process: #!/usr/bin/stap # sigkill.stp # Copyright (C) 2007 Red Hat,…

Read on shibumi.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.