[dtrace-discuss] appcrash.d

Chip Bennett cbennett at laurustech.com
Tue Jul 10 11:43:43 PDT 2007


I went looking for app_crash, and the one I found has a predicate which 
matches certain signals, but not restricted by zone ID, so as long as 
the D script is running with full priv (i.e. root), and in the global 
zone, it will see all processes in all zones.

The only thing is, it doesn't look like app_crash displays zone ID, so 
you could theoretically display two apps with the same PID in different 
zones, PLUS, you'd probably want zone info anyway, so you may need to 
modify the script to display the zone ID (zonename).

Chip

Asif Iqbal wrote:
> Will appcrash catch a crash of a non-global zone app?



More information about the dtrace-discuss mailing list