search for: v_path

Displaying 5 results from an estimated 5 matches for "v_path".

Did you mean: _path
2008 Apr 20
1
dtrace script to monitor file access
A user has asked us to find out who is changing one of their files and how it is being changed. I came up with the script below: #!/usr/sbin/dtrace -s #pragma D option quiet BEGIN { printf("\n Timestamp gid uid pid ppid execname function current directory file name\n\n"); } syscall::open:entry,
2006 Oct 31
0
6331154 v_path contains old name after file is renamed
Author: jwahlig Repository: /hg/zfs-crypto/gate Revision: 9f34f2511765a6428f4c1a4469ab983330a1ecfc Log message: 6331154 v_path contains old name after file is renamed Files: update: usr/src/uts/common/fs/nfs/nfs3_srv.c update: usr/src/uts/common/fs/nfs/nfs4_srv.c update: usr/src/uts/common/fs/nfs/nfs_srv.c
2006 May 09
1
Dtrace Script to find instances of a file
hi, i need to find out no of times a file has been opened,but not yet closed. i mean if a file has been opened for 2 times ,one for reading and another for writing and the file has not been closed,the script should display the count of total opens and also to check wheather it has been closed r not. This message posted from opensolaris.org
2009 Jan 23
1
ZIL FOID
I need some clarification on the FOID handed to zil_commit. I wrote a dscript to watch entry and return of zil_commit_writer. Here is an example output: <pre> 2009 Jan 23 23:34:36: ZIL Commit : Seq 183211310 : FOID 129644 Completed in 0 ms 2009 Jan 23 23:34:36: ZIL Commit : Seq 183211324 : FOID 129644 Completed in 0 ms 2009 Jan 23 23:34:36: ZIL Commit : Seq 183211386
2006 Jan 02
16
DTrace provider for NFS
FYI, I posted a blog a few days ago about a DTrace provider for NFS that is currently in development: http://blogs.sun.com/roller/page/samf?entry=a_dtrace_provider_for_nfs Let''s discuss any questions, comments, etc. here. I also advertised this on nfs-discuss at opensolaris.org. Naturally, I would expect the discussion here to be more on the specifics of DTrace, and the