Wireshark-bugs: [Wireshark-bugs] [Bug 8626] New: "tshart -z rpc, srt, $program, $version" should
Date: Fri, 03 May 2013 10:47:17 +0000
Bug ID 8626
Summary "tshart -z rpc,srt,$program,$version" should display the total time as well
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component TShark
Assignee bugzilla-admin@wireshark.org
Reporter ndevos@redhat.com
Attachment #10710 Flags review_for_checkin?

Created attachment 10710 [details]
Show total time with tshark -z rpc,srt,$program,$version

Build Information:

--
It is useful to see not only the minimal, maximum and average service time for
RPC procedures, but also the total time these took.

Example:

$ ./tshark -q -r
/srv/src/wireshark/captures/glusterfs-3.4dev/gfid-endianness.pcap.gz -z
rpc,srt,1298437,330

==================================================================
GlusterFS Version 330 SRT Statistics:
Filter: 
Procedure        Calls    Min SRT    Max SRT    Avg SRT    Total
MKDIR                2   0.383794   0.529602   0.456698   0.913396
UNLINK               2   0.075294   0.119853   0.097574   0.195147
RMDIR                2   0.000177   0.000380   0.000279   0.000557
WRITE                2   0.012029   0.048761   0.030395   0.060790
STATFS               6   0.000084   0.005884   0.001190   0.007138
FLUSH                4   0.000167   0.014770   0.003892   0.015567
SETXATTR             2   0.006233   0.009585   0.007909   0.015818
OPENDIR             10   0.000067   0.071241   0.012192   0.121924
CREATE               2   0.036861   0.038143   0.037502   0.075004
LOOKUP              44   0.000079   0.285284   0.017015   0.748665
READDIR              4   0.000154   0.016783   0.004423   0.017691
INODELK             10   0.000084   0.021531   0.002356   0.023557
FINODELK             4   0.000151   0.009066   0.002437   0.009748
ENTRYLK             20   0.000084   0.032581   0.004763   0.095259
FXATTROP             4   0.004930   0.032844   0.020121   0.080483
SETATTR              2   0.000218   0.118975   0.059597   0.119193
READDIRP             9   0.000075   0.045147   0.005179   0.046614
RELEASE              2   0.000162   0.005592   0.002877   0.005754
RELEASEDIR          10   0.000053   0.000502   0.000262   0.002617
==================================================================


Vs the unpatched version:

$ tshark -q -r
/srv/src/wireshark/captures/glusterfs-3.4dev/gfid-endianness.pcap.gz -z
rpc,srt,1298437,330

=======================================================
GlusterFS Version 330 SRT Statistics:
Filter: 
Procedure        Calls    Min SRT    Max SRT    Avg SRT
MKDIR                2   0.383794   0.529602   0.456698
UNLINK               2   0.075294   0.119853   0.097574
RMDIR                2   0.000177   0.000380   0.000279
WRITE                2   0.012029   0.048761   0.030395
STATFS               6   0.000084   0.005884   0.001190
FLUSH                4   0.000167   0.014770   0.003892
SETXATTR             2   0.006233   0.009585   0.007909
OPENDIR             10   0.000067   0.071241   0.012192
CREATE               2   0.036861   0.038143   0.037502
LOOKUP              44   0.000079   0.285284   0.017015
READDIR              4   0.000154   0.016783   0.004423
INODELK             10   0.000084   0.021531   0.002356
FINODELK             4   0.000151   0.009066   0.002437
ENTRYLK             20   0.000084   0.032581   0.004763
FXATTROP             4   0.004930   0.032844   0.020121
SETATTR              2   0.000218   0.118975   0.059597
READDIRP             9   0.000075   0.045147   0.005179
RELEASE              2   0.000162   0.005592   0.002877
RELEASEDIR          10   0.000053   0.000502   0.000262
=======================================================


You are receiving this mail because:
  • You are watching all bug changes.