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

Store statistics related to low-level I/O. More...

#include <StoreStats.h>

Public Member Functions

 StoreIoStats ()
 

Public Attributes

struct { 
 
   int   calls 
 
   int   select_fail 
 
   int   create_fail 
 
   int   success 
 
create 
 cache_dir selection and disk entry creation stats
 

Detailed Description

Definition at line 57 of file StoreStats.h.

Constructor & Destructor Documentation

◆ StoreIoStats()

StoreIoStats::StoreIoStats ( )

Definition at line 39 of file StoreStats.cc.

Member Data Documentation

◆ calls

int StoreIoStats::calls

Definition at line 63 of file StoreStats.h.

Referenced by Mgr::StoreIoAction::collect(), and storeCreate().

◆ [struct]

struct { ... } StoreIoStats::create

◆ create_fail

int StoreIoStats::create_fail

Definition at line 65 of file StoreStats.h.

Referenced by Mgr::StoreIoAction::collect(), and storeCreate().

◆ select_fail

int StoreIoStats::select_fail

Definition at line 64 of file StoreStats.h.

Referenced by Mgr::StoreIoAction::collect(), and storeCreate().

◆ success

int StoreIoStats::success

Definition at line 66 of file StoreStats.h.

Referenced by Mgr::StoreIoAction::collect(), and storeCreate().


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