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 -i /tmp/outfile -tw -NFS
B.
snoop -i /tmp/outfile -t a | grep NFS
C.
snoop -i /tmp/outfile -time -V
D.
snoop -d hme0 -v | grep NFS