|
XRootD
|
#include <XrdPfcStats.hh>
Inheritance diagram for XrdPfc::DirStats:
Collaboration diagram for XrdPfc::DirStats:Public Member Functions | |
| DirStats ()=default | |
| DirStats (const DirStats &a, const DirStats &b) | |
| DirStats (const DirStats &s)=default | |
| void | AddUp (const DirStats &s) |
| void | AddUp (const Stats &s) |
| void | DeltaToReference (const DirStats &ref) |
| void | DeltaToReference (const Stats &ref) |
| DirStats & | operator= (const DirStats &)=default |
| void | Reset () |
| void | Reset () |
Public Member Functions inherited from XrdPfc::Stats | |
| Stats ()=default | |
| Stats (const Stats &a, const Stats &b) | |
| Stats (const Stats &s)=default | |
| void | AddBytesHit (long long bh) |
| void | AddReadStats (const Stats &s) |
| void | AddUp (const Stats &s) |
| void | AddWriteStats (long long bytes_written, int n_cks_errs) |
| long long | BytesRead () const |
| long long | BytesReadAndWritten () const |
| void | DeltaToReference (const Stats &ref) |
| void | IoAttach () |
| void | IoDetach (int duration) |
| Stats & | operator= (const Stats &)=default |
| void | Reset () |
Public Attributes | |
| int | m_NDirectoriesCreated = 0 |
| int | m_NDirectoriesRemoved = 0 |
| int | m_NFilesClosed = 0 |
| int | m_NFilesCreated = 0 |
| int | m_NFilesOpened = 0 |
| int | m_NFilesRemoved = 0 |
| long long | m_StBlocksRemoved = 0 |
Public Attributes inherited from XrdPfc::Stats | |
| long long | m_BytesBypassed = 0 |
| number of bytes served directly through XrdCl More... | |
| long long | m_BytesHit = 0 |
| number of bytes served from disk More... | |
| long long | m_BytesMissed = 0 |
| number of bytes served from remote and cached More... | |
| long long | m_BytesWritten = 0 |
| number of bytes written to disk More... | |
| int | m_Duration = 0 |
| total duration of all IOs attached More... | |
| int | m_NCksumErrors = 0 |
| number of checksum errors while getting data from remote More... | |
| int | m_NumIos = 0 |
| number of IO objects attached during this access More... | |
| long long | m_StBlocksAdded = 0 |
| number of 512-byte blocks the file has grown by More... | |
Definition at line 146 of file XrdPfcStats.hh.
|
default |
|
default |
Definition at line 165 of file XrdPfcStats.hh.
|
inline |
Definition at line 192 of file XrdPfcStats.hh.
References XrdPfc::Stats::AddUp(), m_NDirectoriesCreated, m_NDirectoriesRemoved, m_NFilesClosed, m_NFilesCreated, m_NFilesOpened, m_NFilesRemoved, and m_StBlocksRemoved.
Referenced by XrdPfc::ResourceMonitor::process_queues(), and XrdPfc::DirState::update_stats_and_usages().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 119 of file XrdPfcStats.hh.
|
inline |
Definition at line 179 of file XrdPfcStats.hh.
References XrdPfc::Stats::DeltaToReference(), m_NDirectoriesCreated, m_NDirectoriesRemoved, m_NFilesClosed, m_NFilesCreated, m_NFilesOpened, m_NFilesRemoved, and m_StBlocksRemoved.
Here is the call graph for this function:
|
inline |
Definition at line 107 of file XrdPfcStats.hh.
|
inline |
Definition at line 131 of file XrdPfcStats.hh.
|
inline |
Definition at line 205 of file XrdPfcStats.hh.
References m_NDirectoriesCreated, m_NDirectoriesRemoved, m_NFilesClosed, m_NFilesCreated, m_NFilesOpened, m_NFilesRemoved, m_StBlocksRemoved, and XrdPfc::Stats::Reset().
Referenced by XrdPfc::DirState::reset_sshot_stats(), and XrdPfc::DirState::reset_stats().
Here is the call graph for this function:
Here is the caller graph for this function:| int XrdPfc::DirStats::m_NDirectoriesCreated = 0 |
Definition at line 154 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().
| int XrdPfc::DirStats::m_NDirectoriesRemoved = 0 |
Definition at line 155 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), Reset(), XrdPfc::DirUsage::update_from_stats(), and XrdPfc::DirState::update_stats_and_usages().
| int XrdPfc::DirStats::m_NFilesClosed = 0 |
Definition at line 151 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().
| int XrdPfc::DirStats::m_NFilesCreated = 0 |
Definition at line 152 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().
| int XrdPfc::DirStats::m_NFilesOpened = 0 |
Definition at line 150 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().
| int XrdPfc::DirStats::m_NFilesRemoved = 0 |
Definition at line 153 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().
| long long XrdPfc::DirStats::m_StBlocksRemoved = 0 |
Definition at line 149 of file XrdPfcStats.hh.
Referenced by AddUp(), DeltaToReference(), XrdPfc::ResourceMonitor::process_queues(), Reset(), and XrdPfc::DirUsage::update_from_stats().