On Fri, Apr 9, 2010 at 7:21 AM, Aaron Lewis <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > Is there any dtrace or strace like tools in OpenBSD ? > > Thanks in advance ! > - -- > Best Regards, > Aaron Lewis - PGP: 0x4A6D32A0 > FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 > irc: A4r0n on freenode > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAku/DZ4ACgkQvf41sEptMqCWgwCfQf16xOvKCwsIuRo6vtbb24bU > HKoAn1XanS91TbbyCeif6eJDYBO0Jw64 > =4gVg > -----END PGP SIGNATURE----- > >
There's ktrace. When run, it (by default) writes its output to a ktrace.out and then you can use kdump to output that file in a human-readable format. man 1 ktrace for more information. -- -Will Orr

