aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-25 01:08:49 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-25 01:08:49 +0000
commit35c1970720a4ba8332174dc5e72d4a6bb94c62b1 (patch)
tree30cd9aa591a7fbd887e846e479d34f4d06eb03df /doc
parent75c2155cadc5385ea0c105f8e8113750402838a6 (diff)
From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
svn path=/trunk/; revision=6499
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template28
1 files changed, 25 insertions, 3 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 1db146213f..054d2f48ca 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -272,6 +272,20 @@ Get B<Ethereal> to collect various types of statistics and display the result
in a window that updates in semi-real time.
Currently implemented statistics are:
+B<-z> dcerpc,rtt,I<uuid>,I<major>.I<minor>[,I<filter>]
+
+Collect call/reply RTT data for DCERPC interface I<uuid>,
+version I<major>.I<minor>.
+Data collected is number of calls for each procedure, MinRTT, MaxRTT
+and AvgRTT.
+Example: use B<-z dcerpc,rtt,12345778-1234-abcd-ef00-0123456789ac,1.0> to collect data for CIFS SAMR Interface.
+This option can be used multiple times on the command line.
+
+If the optional filterstring is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: use B<-z dcerpc,rtt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4> to collect SAMR
+RTT statistics for a specific host.
+
B<-z> rpc,rtt,I<program>,I<version>[,<filter>]
Collect call/reply RTT data for I<program>/I<version>. Data collected
@@ -551,14 +565,22 @@ If an optional filter string is used only such ONC-RPC request/response pairs
that match that filter will be used to calculate the statistics. If no filter
string is specified all request/response pairs will be used.
-Before the statistics are recalculated you must reread the capture file or start a new capture. You can also regenerate the statistics by just applying an empty display filter causing ethereal to reread the packet list.
-
=item Tools:Statistics:ONC-RPC:Programs
This dialog will open a window showing aggregated RTT statistics for all
ONC-RPC Programs/versions that exist in the capture file.
-Before the statistics are recalculated you must reread the capture file or start a new capture. You can also regenerate the statistics by just applying an empty display filter causing ethereal to reread the packet list.
+=item Tools:Statistics:DCE-RPC:RTT
+
+Open a window to display statistics for an arbitrary DCE-RPC program interface
+and display B<Procedure>, B<Number of Calls>, B<Minimum RTT>, B<Maximum RTT> and B<Average RTT> for all procedures for that program/version.
+These windows opened will update in semi-real time to reflect changes when
+doing live captures or when reading new capture files into B<Ethereal>.
+
+This dialog will also allow an optional filter string to be used.
+If an optional filter string is used only such DCE-RPC request/response pairs
+that match that filter will be used to calculate the statistics. If no filter
+string is specified all request/response pairs will be used.
=head2 WINDOWS