xrootd
|
Statistics of disk cache utilisation. More...
#include <XrdFileCacheStats.hh>
Public Member Functions | |
Stats () | |
Constructor. More... | |
void | AddStat (Stats &Src) |
![]() | |
void | Get (XrdOucCacheStats &Dst) |
void | Add (XrdOucCacheStats &Src) |
void | Add (long long &Dest, int &Val) |
void | Lock () |
void | UnLock () |
XrdOucCacheStats () | |
~XrdOucCacheStats () | |
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... | |
![]() | |
long long | BytesPead |
long long | BytesRead |
long long | BytesGet |
long long | BytesPass |
long long | BytesWrite |
long long | BytesPut |
int | Hits |
int | Miss |
int | HitsPR |
int | MissPR |
Private Attributes | |
XrdSysMutex | m_MutexXfc |
Statistics of disk cache utilisation.
|
inline |
Constructor.
References m_BytesDisk, m_BytesMissed, and m_BytesRam.
|
inline |
References XrdOucCacheStats::Add(), XrdSysMutex::Lock(), m_BytesDisk, m_BytesMissed, m_BytesRam, m_MutexXfc, and XrdSysMutex::UnLock().
long long XrdFileCache::Stats::m_BytesDisk |
long long XrdFileCache::Stats::m_BytesMissed |
long long XrdFileCache::Stats::m_BytesRam |
|
private |
Referenced by AddStat().