Home | History | Annotate | Line # | Download | only in Examples
      1  1.1  christos The following is a demonstration of the sigdist.d script.
      2  1.1  christos 
      3  1.1  christos 
      4  1.1  christos Here we run sigdist.d, and in another window we kill -9 a sleep process,
      5  1.1  christos 
      6  1.1  christos    # ./sigdist.d
      7  1.1  christos    Tracing... Hit Ctrl-C to end.
      8  1.1  christos    ^C
      9  1.1  christos              SENDER        RECIPIENT    SIG  COUNT
     10  1.1  christos               sched           dtrace      2      1
     11  1.1  christos               sched             bash     18      1
     12  1.1  christos                bash            sleep      9      1
     13  1.1  christos               sched             Xorg     14     55
     14  1.1  christos 
     15  1.1  christos We can see the signal sent from bash to sleep. We can also see that Xorg
     16  1.1  christos has recieved 55 signal 14s. a "man -s3head signal" may help explain what
     17  1.1  christos signal 14 is (alarm clock). 
     18  1.1  christos 
     19