]> git.saurik.com Git - apple/system_cmds.git/blobdiff - fs_usage.tproj/fs_usage.1
system_cmds-300.tar.gz
[apple/system_cmds.git] / fs_usage.tproj / fs_usage.1
index 7c1dd7be018f0786066fbdaee2260fdcb478d764..ba3b3afc52206feb43c5b6b4006c413cc3ee0578 100644 (file)
@@ -8,7 +8,7 @@
 .Nd report system calls and page faults related to filesystem activity in
 real-time
 .Sh SYNOPSIS
-.Nm fs_usage [-e] [-w] [-f mode] [ pid|cmd [pid|cmd] ...]
+.Nm fs_usage [-e] [-w] [-f mode [-f mode] ...] [ pid|cmd [pid|cmd] ...]
 .Sh DESCRIPTION
 The
 .Nm fs_usage
@@ -53,7 +53,8 @@ Specifying the
 option turns on output filtering based on the
 .Pa mode
 provided.
-By default no filtering occurs.
+Multiple filtering options can be specified.
+By default no output filtering occurs.
 The supported modes are:
 .Pp
 .Pa  network   
@@ -61,6 +62,9 @@ Only network related output is displayed.
 .Pp
 .Pa filesys    
 Only file system related output is displayed.
+.Pp
+.Pa cachehit   
+Exclude CACHE_HIT output from the displayed data.
 .It  pid | cmd
 The sampled data can be limited to a list of process ids or commands.
 When a command name is given, all processes with that name will be sampled.