xrootd
|
Statistics of disk cache utilisation. More...
#include <XrdFileCacheStats.hh>
Public Member Functions | |
Stats () | |
Constructor. More... | |
void | AddStats (Stats &Src) |
Stats | Clone () |
Public Attributes | |
long long | m_BytesDisk |
number of bytes served from disk cache More... | |
long long | m_BytesRam |
number of bytes served from RAM cache More... | |
long long | m_BytesMissed |
number of bytes served directly from XrdCl More... | |
Private Attributes | |
XrdSysMutex | m_MutexXfc |
Statistics of disk cache utilisation.
|
inline |
Constructor.
References m_BytesDisk, m_BytesMissed, and m_BytesRam.
|
inline |
References XrdSysMutex::Lock(), m_BytesDisk, m_BytesMissed, m_BytesRam, m_MutexXfc, and XrdSysMutex::UnLock().
|
inline |
References XrdSysMutex::Lock(), m_MutexXfc, and XrdSysMutex::UnLock().
long long XrdFileCache::Stats::m_BytesDisk |
number of bytes served from disk cache
Referenced by AddStats(), and Stats().
long long XrdFileCache::Stats::m_BytesMissed |
number of bytes served directly from XrdCl
Referenced by AddStats(), and Stats().
long long XrdFileCache::Stats::m_BytesRam |
number of bytes served from RAM cache
Referenced by AddStats(), and Stats().
|
private |
Referenced by AddStats(), and Clone().