From: Tom Haynes <thomas@netapp.com>
To: linux-nfs@vger.kernel.org
Subject: Difference in tshark displays
Date: Wed, 2 May 2012 20:41:01 -0700 [thread overview]
Message-ID: <20120503034101.GA24583@netapp.com> (raw)
On my Arch client, tshark (version 1.6.7) displays a single procedure out of the compound.
[thomas@psyklo tmp]$ sudo tshark "host 192.168.2.102 && host 192.168.2.105" -R nfs
tshark: Lua: Error during loading:
[string "/usr/share/wireshark/init.lua"]:45: dofile has been disabled
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0
0.000000 192.168.2.102 -> 192.168.2.105 NFS 306 V4 Call OPEN DH:0x7d7d8f5e/.gitconfig
0.000232 192.168.2.105 -> 192.168.2.102 NFS 522 V4 Reply (Call In 1) OPEN StateID:0x219c
0.000331 192.168.2.102 -> 192.168.2.105 NFS 206 V4 Call GETATTR FH:0xa109f3ab
0.000481 192.168.2.105 -> 192.168.2.102 NFS 302 V4 Reply (Call In 4) GETATTR
0.000586 192.168.2.102 -> 192.168.2.105 NFS 222 V4 Call READ StateID:0x0451 Offset:0 Len:142
0.000812 192.168.2.105 -> 192.168.2.102 NFS 274 V4 Reply (Call In 6) READ
0.000874 192.168.2.102 -> 192.168.2.105 NFS 230 V4 Call CLOSE StateID:0x219c
0.001103 192.168.2.105 -> 192.168.2.102 NFS 202 V4 Reply (Call In 8) CLOSE
[thomas@psyklo thomas]$ tshark -v
TShark 1.6.7 (SVN Rev Unknown from unknown)
On my Fedora 15 server, tshark (version 1.4.12) displays all of the procedures in the compound:
[thomas@wont ~]$ sudo tshark "host 192.168.2.102 && host 192.168.2.105" -R nfs
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0
0.000258 192.168.2.102 -> 192.168.2.105 NFS V4 COMP Call PUTFH GETATTR
0.000610 192.168.2.105 -> 192.168.2.102 NFS V4 COMP Reply (Call In 6) PUTFH GETATTR
0.000940 192.168.2.102 -> 192.168.2.105 NFS V4 COMP Call PUTFH ACCESS GETATTR
0.000973 192.168.2.105 -> 192.168.2.102 NFS V4 COMP Reply (Call In 10) PUTFH ACCESS GETATTR
0.001169 192.168.2.102 -> 192.168.2.105 NFS V4 COMP Call PUTFH GETATTR
0.001203 192.168.2.105 -> 192.168.2.102 NFS V4 COMP Reply (Call In 12) PUTFH GETATTR
0.001425 192.168.2.102 -> 192.168.2.105 NFS V4 COMP Call PUTFH ACCESS GETATTR
0.001459 192.168.2.105 -> 192.168.2.102 NFS V4 COMP Reply (Call In 14) PUTFH ACCESS GETATTR
[thomas@wont ~]$ tshark -v
TShark 1.4.12
Is there anyway to have the output display all of the procedures on one line like with the old format?
I.e., sometimes it is nice to have the new way, a quick summary, but other times I'd like to be able
to see the summary of the whole compound.
--
thomas@netapp.com, ex-cfb
next reply other threads:[~2012-05-03 3:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-03 3:41 Tom Haynes [this message]
2012-05-03 6:13 ` Difference in tshark displays tao.peng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120503034101.GA24583@netapp.com \
--to=thomas@netapp.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.