.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
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
.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.