diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2011-07-14 17:07:41 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2011-07-14 17:07:41 +0000 |
commit | 092b161d042f402f1fa8e15f278d965f332e142c (patch) | |
tree | e3a87b750f7dbfde4b1bf489fb22d05e076e0712 /doc/tshark.pod | |
parent | e791424ab6f97c4ee40b050f927bcd2c312f8e56 (diff) | |
download | wireshark-092b161d042f402f1fa8e15f278d965f332e142c.tar.gz wireshark-092b161d042f402f1fa8e15f278d965f332e142c.tar.bz2 wireshark-092b161d042f402f1fa8e15f278d965f332e142c.zip |
Add LTE RLC stats tap to tshark.
svn path=/trunk/; revision=38019
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r-- | doc/tshark.pod | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod index 7c03a190c1..45efe12319 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -1210,7 +1210,7 @@ This option will activate a counter for LTE MAC messages. You will get information about the maximum number of UEs/TTI, common messages and various counters for each UE that appears in the log. -Example: B<-z mac=;te,stat>. +Example: B<-z mac-lte,stat>. This option can be used multiple times on the command line. @@ -1219,6 +1219,21 @@ for those frames that match that filter. Example: B<-z "mac-lte,stat,mac-lte.rnti>3000"> will only collect stats for UEs with an assigned RNTI whose value is more than 3000. +=item B<-z> rlc-lte,stat[I<,filter>] + +This option will activate a counter for LTE RLC messages. You will get +information about common messages and various counters for each UE that appears +in the log. + +Example: B<-z rlc-lte,stat>. + +This option can be used multiple times on the command line. + +If the optional I<filter> is provided, the stats will only be calculated +for those frames that match that filter. +Example: B<-z "rlc-lte,stat,rlc-lte.ueid>3000"> will only collect stats for +UEs with a UEId of more than 3000. + =back =back |