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 More... | |
Detailed Description
Definition at line 57 of file StoreStats.h.
Constructor & Destructor Documentation
◆ StoreIoStats()
| StoreIoStats::StoreIoStats | ( | ) |
Definition at line 51 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 { ... } StoreIoStats::create |
Referenced by Mgr::StoreIoAction::collect(), and storeCreate().
◆ 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:
- src/StoreStats.h
- src/StoreStats.cc
