1 #ifndef __XRDPFC_STATS_HH__
2 #define __XRDPFC_STATS_HH__
DirStats(const DirStats &s)=default
int m_NDirectoriesRemoved
void DeltaToReference(const DirStats &ref)
void AddUp(const DirStats &s)
DirStats & operator=(const DirStats &)=default
DirStats(const DirStats &a, const DirStats &b)
int m_NDirectoriesCreated
long long m_StBlocksRemoved
Statistics of cache utilisation by a File object.
long long m_BytesMissed
number of bytes served from remote and cached
void AddReadStats(const Stats &s)
Stats & operator=(const Stats &)=default
long long m_StBlocksAdded
number of 512-byte blocks the file has grown by
long long m_BytesBypassed
number of bytes served directly through XrdCl
void AddUp(const Stats &s)
void AddWriteStats(long long bytes_written, int n_cks_errs)
int m_NCksumErrors
number of checksum errors while getting data from remote
long long BytesReadAndWritten() const
int m_Duration
total duration of all IOs attached
void AddBytesHit(long long bh)
long long BytesRead() const
int m_NumIos
number of IO objects attached during this access
long long m_BytesHit
number of bytes served from disk
long long m_BytesWritten
number of bytes written to disk
void IoDetach(int duration)
void DeltaToReference(const Stats &ref)
Stats(const Stats &s)=default
Stats(const Stats &a, const Stats &b)