Statistics of disk cache utilisation. More...
#include <XrdFileCacheStats.hh>


Public Member Functions | |
| Stats () | |
| Constructor. | |
| void | AddStat (Stats &Src) |
Public Attributes | |
| long long | m_BytesDisk |
| number of bytes served from disk cache | |
| long long | m_BytesRam |
| number of bytes served from RAM cache | |
| long long | m_BytesMissed |
| number of bytes served directly from XrdCl | |
Private Attributes | |
| XrdSysMutex | m_MutexXfc |
Statistics of disk cache utilisation.
| XrdFileCache::Stats::Stats | ( | ) | [inline] |
Constructor.
References m_BytesDisk, m_BytesMissed, and m_BytesRam.
| void XrdFileCache::Stats::AddStat | ( | Stats & | Src | ) | [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 |
XrdSysMutex XrdFileCache::Stats::m_MutexXfc [private] |
Referenced by AddStat().
1.6.1