Squid Web Cache master
Loading...
Searching...
No Matches

#include <DiskdIOStrategy.h>

Public Attributes

int open_fail_queue_len
 
int block_queue_len
 
int max_away
 
int max_shmuse
 
int shmbuf_count
 
int sent_count
 
int recv_count
 
int sio_id
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
open 
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
create 
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
close 
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
unlink 
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
read 
 
struct { 
 
   int   ops 
 
   int   success 
 
   int   fail 
 
write 
 

Detailed Description

Definition at line 100 of file DiskdIOStrategy.h.

Member Data Documentation

◆ block_queue_len

int diskd_stats_t::block_queue_len

Definition at line 102 of file DiskdIOStrategy.h.

Referenced by DiskdIOStrategy::callback(), and DiskdAction::collect().

◆ [struct]

struct { ... } diskd_stats_t::close

◆ [struct]

struct { ... } diskd_stats_t::create

◆ fail

◆ max_away

int diskd_stats_t::max_away

Definition at line 103 of file DiskdIOStrategy.h.

Referenced by DiskdIOStrategy::callback(), and DiskdAction::collect().

◆ max_shmuse

int diskd_stats_t::max_shmuse

Definition at line 104 of file DiskdIOStrategy.h.

Referenced by DiskdAction::collect(), and SharedMemory::get().

◆ [struct]

struct { ... } diskd_stats_t::open

◆ open_fail_queue_len

int diskd_stats_t::open_fail_queue_len

Definition at line 101 of file DiskdIOStrategy.h.

Referenced by DiskdAction::collect(), and DiskdIOStrategy::openFailed().

◆ ops

◆ [struct]

struct { ... } diskd_stats_t::read

◆ recv_count

int diskd_stats_t::recv_count

Definition at line 107 of file DiskdIOStrategy.h.

Referenced by DiskdIOStrategy::callback(), and DiskdAction::collect().

◆ sent_count

int diskd_stats_t::sent_count

◆ shmbuf_count

int diskd_stats_t::shmbuf_count

Definition at line 105 of file DiskdIOStrategy.h.

Referenced by SharedMemory::get(), SharedMemory::init(), and SharedMemory::put().

◆ sio_id

int diskd_stats_t::sio_id

Definition at line 108 of file DiskdIOStrategy.h.

Referenced by DiskdFile::DiskdFile().

◆ success

◆ [struct]

struct { ... } diskd_stats_t::unlink

◆ [struct]

struct { ... } diskd_stats_t::write

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