Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk io_stat.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Wed, 15 Oct 2003 08:10:54 -0500 (CDT)
sahlberg    2003/10/15 08:10:54 CDT

  Modified files:
    gtk                  io_stat.c 
  Log:
  Client LOAD measurement for io-stat
  
  See manpage (hopefully manpage does not reformat my nice ascii graph)
  
  While Service Response Times   and the MIN/MAX/AVG thing in io-stat are measurements on the server load.   The new measurement type LOAD is a measurement of Client LOAD.
  
  Or rather, it is an attempt to measure client LOAD by measuring how much concurrency in its requests the client generates. It the client is slow in starting new i/o when a previous i/o has completed,  this willb e indicated by the concurrency being lowered.
  
  it is an experiment.  i am not aware of any other attempts in deducing client workload from looking at captures.
  
  Revision  Changes    Path
  1.45      +86 -28    ethereal/gtk/io_stat.c