XrdFileCache::Stats Class Reference

Statistics of disk cache utilisation. More...

#include <XrdFileCacheStats.hh>

Inheritance diagram for XrdFileCache::Stats:
Inheritance graph
[legend]
Collaboration diagram for XrdFileCache::Stats:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Statistics of disk cache utilisation.


Constructor & Destructor Documentation

XrdFileCache::Stats::Stats (  )  [inline]

Constructor.

References m_BytesDisk, m_BytesMissed, and m_BytesRam.


Member Function Documentation

void XrdFileCache::Stats::AddStat ( Stats Src  )  [inline]

Member Data Documentation

number of bytes served from disk cache

Referenced by AddStat(), and Stats().

number of bytes served directly from XrdCl

Referenced by AddStat(), and Stats().

number of bytes served from RAM cache

Referenced by AddStat(), and Stats().

Referenced by AddStat().


The documentation for this class was generated from the following file:

Generated on 3 Oct 2016 for xrootd by  doxygen 1.6.1