[dtrace-discuss] unmapped pages problem

Jonathan Adams jonathan.adams at sun.com
Fri May 1 11:54:45 PDT 2009


On Fri, May 01, 2009 at 11:52:22AM -0700, Jonathan Adams wrote:
> proc:::start
> /!progenyof($pid)/
> {
> 	stop();
> 	system("pargs %d | grep argv.0.: ; prun %d", pid, pid);
> }

Nota Bene:  You *MUST* have the "!progenyof($pid)" line, or things will go
pear-shaped *very* quickly.

Cheers,
- jonathan




More information about the dtrace-discuss mailing list