> Thanks. I got confused between threads and dynamic modules. It
> actually turns out that if I put the "-Z' in the script as
> 
> #!/usr/sbin/dtrace -Z -s
> 
> There is no output. On the other hand, if I set it up as
> 
> #!/usr/sbin/dtrace -s

Remember that shell scripts can provide at most one option after the #!
syntax. Also note that -Z should only be used if its known that the probes
specified will show up at some later time -- otherwise you'll never see
any output.

Adam

--
Adam Leventhal, Fishworks                        http://blogs.sun.com/ahl

_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to