aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-2/+30
Last Received LCP CONFREQ, Last Sent LCP CONFREQ, and correct some AVP names. svn path=/trunk/; revision=6789
2002-12-16Cosmetic fix for io_stat. make sure that the graph always starts with a ↵Ronnie Sahlberg1-1/+15
line at zero level even if there is no data seen at the beginning of the window. svn path=/trunk/; revision=6788
2002-12-16From Ronald Henderson: support for colored graphs in io_stat also for the ↵Ronnie Sahlberg1-3/+24
Gtk1 version. svn path=/trunk/; revision=6786
2002-12-05Fix two compiler warningsRonnie Sahlberg1-13/+3
svn path=/trunk/; revision=6748
2002-12-02From Jason House: MSVC++ doesn't like cases with no statements, so addGuy Harris1-1/+5
break statements. svn path=/trunk/; revision=6716
2002-11-29Updte for io-stat to make it more powerful.Ronnie Sahlberg1-57/+465
There is not a third option Advanced... in addition to frames/tick and bytes/tick. See ethereal man page for description and how one can use this to graph how NFS response time MAX/MIN/AVG changes over time. svn path=/trunk/; revision=6703
2002-11-19put nice io-stat title on the io-stat windowRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=6661
2002-11-17update for gui version of io-statRonnie Sahlberg1-13/+73
the graph now has a scrollbar one can use to scroll the graph window svn path=/trunk/; revision=6652
2002-11-16If you include "gtk/gtkglobals.h" before including <ctype.h>, at leastGuy Harris1-1/+4
on Windows in my build environment, the definition of "isprint" in "gtk/gtkglobals.h" causes problems when processing the definition of "isprint" in <ctype.h>, and, somehow, <ctype.h> appears to get included, at least in Windows in my build environment, after we include "gtk/gtkglobals.h" even though we don't include it explicitly. Include it explicitly, before we include "gtk/gtkglobals.h", so that it compiles. svn path=/trunk/; revision=6650
2002-11-16 io-stat. Previously io-stat was hardcoded to calculate the statistics ↵Ronnie Sahlberg1-26/+116
over 1 second intervals. Now there is a menu to control the length of ther measurement intervals from 10ms to 1 sec. svn path=/trunk/; revision=6646
2002-11-15In gtk2 code :Olivier Abad1-30/+54
gdk_font_from_description() may return NULL if no GdkFont matching a PangoFontDescription can be loaded. Replace primitives using GdkFonts (gdk_string_width, gdk_draw_string) with their pango equivalent (pango_layout_get_pixel_size, gdk_draw_layout). svn path=/trunk/; revision=6639
2002-11-15Gtk1 version of io-statRonnie Sahlberg1-32/+37
svn path=/trunk/; revision=6636
2002-11-14Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. ↵Ronnie Sahlberg1-0/+981
Looks "sub-optimal" with multiple graphs overwriting eachothers. We can just delete it later if it cant be improved visually. svn path=/trunk/; revision=6629