On Tue, Sep 02, 2008 at 04:31:18PM -0700, Susan Scheufele wrote:
> Hi Jonathan,
> 
> I am running snapshot 96. The boot drive is using the mpt driver.
> And the same thing happens -- no output, although the driver has been 
> modloaded via running the dtrace command (and I did wait a bit before 
> typing <ctrl><c>).
> 
> dell690pr# modinfo | grep mpt
>  46 fffffffff7883000  3c768 169   1  mpt (MPT HBA Driver v1.144)
> dell690pr# modinfo | grep mega
> dell690pr# dtrace -n fbt:mega_sas:megasas_attach:entry'{ 
> @[probefunc]=count(); }'
> dtrace: description 'fbt:mega_sas:megasas_attach:entry' matched 1 probe
> ^C
> 
> dell690pr# modinfo | grep mega
> 241 fffffffff8379000   7c10 211   1  mega_sas (LSIv1.26)
> dell690pr#

Hrm;  what about:

# dtrace -Fn '
    fbt:mega_sas::entry{}
    fbt:mega_sas::entry/count++ >= 60/{exit(0);}
'

Cheers,
- jonathan

_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to