<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 21, 2017, at 3:54 PM, Richard Skelton <<a href="mailto:skeltonr@btconnect.com" class="">skeltonr@btconnect.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">



<div bgcolor="#ffffff" text="#000000" class="">
Hi,<br class="">
I am using the dtrace script nfsv3rwsnoop.d to find file that are
accessed from my OmniOS r151020 filer and some file names are listed as
unknown :-(<br class="">
I guess they are files that have been open for a long time and have
dropped out of some data structure.<br class=""></div></div></blockquote><div><br class=""></div><div>almost... they are files that were open prior to the dtrace script running or they are files</div><div>which have been deleted (!), such that there is no mapping between the nfs file handle and</div><div>the current file system</div><br class=""><blockquote type="cite" class=""><div class=""><div bgcolor="#ffffff" text="#000000" class="">
Is there any way to increase the persistence of the name stored.<br class="">
I have lots on memory in this system and would be happy to sacrifice
some if I could see more file name :-)<br class=""></div></div></blockquote><div><br class=""></div><div>depending on what you wish to accomplish, dtrace might be the wrong tool and you might</div><div>want auditing or NFS logging instead </div><div> — richard</div><br class=""><blockquote type="cite" class=""><div class=""><div bgcolor="#ffffff" text="#000000" class="">
<br class="">
root@filer:/scratch# /root/dtrace/nfsv3rwsnoop.d |more<br class=""><p class="MsoNormal"><o:p class=""></o:p>1189849649391    xxx.xx.xxx.59       W
10500    138879 <unknown><o:p class=""></o:p><br class="">
1189849649582    xxx.xx.xxx.59       W 10500    137788 <unknown><o:p class=""></o:p><br class="">
1189849740621    xxx.xx.xxx.118      W 0          2404 <unknown><o:p class=""></o:p><br class="">
1189849781136    xxx.xx.xxx.109      W 19832   
756675
/scratch/run.log<o:p class=""></o:p><br class="">
1189849849301    xxx.xx.xxx.102      W 1096     
57513
/scratch/avm_remote_job_f64ccf56-efa1-4605-8a48-874816779289_2.out<br class="">
</p><p class="MsoNormal">Cheers<br class="">
Richard<br class="">
<o:p class=""></o:p></p>
<br class="">
</div>

_______________________________________________<br class="">OmniOS-discuss mailing list<br class=""><a href="mailto:OmniOS-discuss@lists.omniti.com" class="">OmniOS-discuss@lists.omniti.com</a><br class="">http://lists.omniti.com/mailman/listinfo/omnios-discuss<br class=""></div></blockquote></div><br class=""></body></html>