JAVA/Sun Exam Questions

Which subsequent command should be executed to view the time nfs packets were received as captured i

A system administrator troubleshooting nfs client to nfs server network latency issues has executed the following command:

snoop -d hme0 -o /tmp/outfile

Which subsequent command should be executed to view the time nfs packets were received as captured in /tmp/outfile?

A.
snoop -d hme0 -v | grep NFS

B.
snoop -i /tmp/outfile -tw -NFS

C.
snoop -i /tmp/outfile -time -V

D.
snoop -i /tmp/outfile -t a | grep NFS