aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-07-14 13:39:02 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-07-14 13:39:02 +0000
commita7fac381ca74a9f21308f4a8db8cefade6470101 (patch)
tree3229d9a1eee907fa852e1e3782293e611052c54a /doc/tshark.pod
parentc04911c06a7d638621ff9b828a420f410216cdbd (diff)
downloadwireshark-a7fac381ca74a9f21308f4a8db8cefade6470101.tar.gz
wireshark-a7fac381ca74a9f21308f4a8db8cefade6470101.tar.bz2
wireshark-a7fac381ca74a9f21308f4a8db8cefade6470101.zip
Add LTE MAC statistics to tshark.
svn path=/trunk/; revision=38016
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 8ef18ba781..7c03a190c1 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1204,6 +1204,21 @@ on those calls that match that filter.
Example: B<-z "sip,stat,ip.addr==1.2.3.4"> will only collect stats for
SIP packets exchanged by the host at IP address 1.2.3.4 .
+=item B<-z> mac-lte,stat[I<,filter>]
+
+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>.
+
+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 "mac-lte,stat,mac-lte.rnti>3000"> will only collect stats for
+UEs with an assigned RNTI whose value is more than 3000.
+
=back
=back