|
Squid Web Cache master
|
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 | ||
Definition at line 57 of file StoreStats.h.
| StoreIoStats::StoreIoStats | ( | ) |
Definition at line 39 of file StoreStats.cc.
| int StoreIoStats::calls |
Definition at line 63 of file StoreStats.h.
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().
| struct { ... } StoreIoStats::create |
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().
| int StoreIoStats::create_fail |
Definition at line 65 of file StoreStats.h.
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().
| int StoreIoStats::select_fail |
Definition at line 64 of file StoreStats.h.
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().
| int StoreIoStats::success |
Definition at line 66 of file StoreStats.h.
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().