Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41355: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

Date: Mon, 05 Mar 2012 12:06:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41355

User: etxrab
Date: 2012/03/05 04:06 AM

Log:
 From Cal Turney:
 Bugs in the tshark '-z io,stat' output:
 1: The LOAD stat in the last row of the output is inaccurate because rpc.time
 is divided by the full interval rather than limiting it to the capture
 duration.
 2: An The empty comma field (for outputting total frames and bytes) is ignored
 when it is the first field in the command.
 3: Intervals at the end of capture that contain no data are not displayed. Such
 intervals are as important to see as those (zero data intervals) that occur
 earlier in the capture. 
 4: Floating point numbers are not properly aligned under their column headers.
 
 Enhancements to '-z io,stat' output:
 1. Column widths are determined by the maximum magnitude of their values rather
 than set to a fixed width of 15 chars which allows for more stats to be
 displayed per row without wrapping. 
 2. To improve readability, filters wrap at 102 chars or the table width,
 whichever is greater, and wrap on the nearest space. An option can be added to
 alter the 102-char limit. 
 3. Column numbers begin at 1 instead of 0.     
 4. The columns and entire output are enclosed in a border for improved
 presentability in reports. The table can be imported into a spreadsheet by
 specifying the vertical bar as the data delimiter.
 
 "Fixed" compiling on Ubuntu
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6883

Directory: /trunk/ui/cli/
  Changes    Path            Action
  +801 -512  tap-iostat.c    Modified