On Wed, Dec 10, 2008 at 9:38 AM, Jason8 <[EMAIL PROTECTED]> wrote: > > > > On Dec 10, 8:39 am, "ted bonkenburg" <[EMAIL PROTECTED]> wrote: >> On Wed, Dec 10, 2008 at 8:18 AM, Jason8 <[EMAIL PROTECTED]> wrote: >> >> > Hi: >> >> > Hi: Did I miss something in my implementation of a read-write file > [SNIP] >> >> I used the LoopbackFS reference file system and the new dtrace support > [SNIP] > > Thanks Ted. Good idea to use dtrace. I think I'll write or adapt some > script to help get at the nuts and bolts of my app.
If you use the new project templates in MacFUSE 2.0 to create your project then it includes a customized dtrace script for your project as well. Of course, it is basically the same as the loop.d that I mentioned so it should be simple to adapt that one for your existing project. Keep in mind that on a multi-core system the dtrace output can be re-ordered, so you need to timestamp and "sort -n" as I've described above. ted > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
