NFS dtrace scripts on Solaris 11
edited Mar 18, 2013 11:49AM in Oracle Solaris Performance, Panics, Hangs, and Dtrace (MOSC) 4 commentsAnswered
I just started trying out some of the sample NFS dtrace scripts from the dtrace book on recent Solaris 11.1 X86 and find that several don't run. For example:
dtrace: failed to compile script ./nfsv3ops.d: line 12: args[ ] may not be referenced because probe description nfsv3:::op-*-start matches an unstable set of probes
dtrace: failed to compile script ./nfsv3fileio.d: line 12: data is not a member of struct READ3resok
Are there a newer set of nfs scripts around?
0