David Blasingame
2007-May-11 14:21 UTC
[dtrace-discuss] what files are being used from a NFS server perspective
I''m curious to know what files are being used from a NFS server perspective. I''m unable to trace the client because it is in the boot phase. Looking at the io provider, I believe it does not allow you to look at what files are being requested. That would lead me to the fbt provider. Does anyone know what fbt provides the file handle for NFS client request on the NFS server. Thanks Dave
Roch - PAE
2007-May-11 16:58 UTC
[dtrace-discuss] what files are being used from a NFS server perspective
Hi David, Check out /usr/demo/dtrace/iosnoop.d -r David Blasingame writes: > I''m curious to know what files are being used from a NFS server > perspective. I''m unable to trace the client because it is in the boot > phase. Looking at the io provider, I believe it does not allow you to > look at what files are being requested. That would lead me to the fbt > provider. Does anyone know what fbt provides the file handle for NFS > client request on the NFS server. > > Thanks > Dave > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss at opensolaris.org
James Dickens
2007-May-11 17:01 UTC
[dtrace-discuss] what files are being used from a NFS server perspective
On 5/11/07, David Blasingame <David.Blasingame at sun.com> wrote:> > I''m curious to know what files are being used from a NFS server > perspective. I''m unable to trace the client because it is in the boot > phase. Looking at the io provider, I believe it does not allow you to > look at what files are being requested. That would lead me to the fbt > provider. Does anyone know what fbt provides the file handle for NFS > client request on the NFS server.Hi this may be just what you are looking for, not sure what version of Solaris you are using. http://blogs.sun.com/samf/entry/a_dtrace_provider_for_nfs James Dickens uadmin.blogspot.com Thanks> Dave > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss at opensolaris.org >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20070511/fa240371/attachment.html>
David Blasingame
2007-May-11 19:32 UTC
[dtrace-discuss] what files are being used from a NFS server perspective
From some of my testing iosnoop.d does not provide all the file names the client may touch when you run iosnoop.d on the nfs server but only some very small subset. I assume this is because the IO provider may not handle requests for metadata. So I''m still trying to investigate maybe a fbt that shows the files being passed via file handle. Thanks Dave Roch - PAE wrote:> Hi David, > Check out /usr/demo/dtrace/iosnoop.d > > -r > > > David Blasingame writes: > > I''m curious to know what files are being used from a NFS server > > perspective. I''m unable to trace the client because it is in the boot > > phase. Looking at the io provider, I believe it does not allow you to > > look at what files are being requested. That would lead me to the fbt > > provider. Does anyone know what fbt provides the file handle for NFS > > client request on the NFS server. > > > > Thanks > > Dave > > _______________________________________________ > > dtrace-discuss mailing list > > dtrace-discuss at opensolaris.org > > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss at opensolaris.org >