FILES
Section: User Commands (1)Updated: Feb 11, 1992Return to Library's README
NAME
files -- list file names most frequently accessed in a trace
SYNOPSIS
files [ -a ] [ -i ] [ -v ] [ -d ] [ -n num ] [ -f filterfile ] file
DESCRIPTION
files reads a trace and prints the list of path names (and
optionally vnodes) found in the trace, by frequency of access.
OPTIONS
-
-a
Print absolute path names only.
-
-d
Prints library debugging information. Lots of it.
-
-f filterfile
Apply the filter in filterfile to the trace.
-
-i
Print the inode number (fid) associated with each name.
-
-n num
Prints the num most frequently accessed names.
-
-v
Verbose mode. Prints information on what the library is doing.
DIAGNOSTICS
The following are frequently encountered errors:
can't process file file -- the file wasn't there or
if a filter file was specified, it couldn't be applied.
SEE ALSO
replay, tstat
BUGS
This program tallies counts by path name, not fid. References to the
same object under different names are listed separately. In a system
where users accessed a shared, distributed file system exclusively,
the fid of an object should be used instead of the path name.
AUTHOR
Lily B. Mummert
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- DIAGNOSTICS
-
- SEE ALSO
-
- BUGS
-
- AUTHOR
-
This document was created on
Time: 05:25:52 GMT, October 10, 1998