Squid Web Cache master
Loading...
Searching...
No Matches
IoStats Class Reference

IO statistics. Currently a POD. More...

#include <IoStats.h>

Public Attributes

struct { 
 
   int   reads 
 
   int   reads_deferred 
 
   int   read_hist [histSize
 
   int   writes 
 
   int   write_hist [histSize
 
Http 
 
struct { 
 
   int   reads 
 
   int   reads_deferred 
 
   int   read_hist [histSize
 
   int   writes 
 
   int   write_hist [histSize
 
Ftp 
 

Static Public Attributes

static const int histSize =16
 

Detailed Description

Definition at line 13 of file IoStats.h.

Member Data Documentation

◆ [struct]

struct { ... } IoStats::Ftp

◆ histSize

const int IoStats::histSize =16
static

Definition at line 16 of file IoStats.h.

Referenced by DumpIoStats(), GetIoStats(), and Mgr::IoActionData::operator+=().

◆ [struct]

struct { ... } IoStats::Http

◆ read_hist

int IoStats::read_hist[histSize]

Definition at line 21 of file IoStats.h.

Referenced by Ftp::Client::dataRead(), GetIoStats(), and HttpStateData::readReply().

◆ reads

int IoStats::reads

◆ reads_deferred

int IoStats::reads_deferred

Definition at line 20 of file IoStats.h.

◆ write_hist

int IoStats::write_hist[histSize]

Definition at line 23 of file IoStats.h.

◆ writes

int IoStats::writes

Definition at line 22 of file IoStats.h.


The documentation for this class was generated from the following file: