xrootd
Public Member Functions | Public Attributes | List of all members
XrdPfc::Info::AStat Struct Reference

Access statistics. More...

#include <XrdPfcInfo.hh>

Public Member Functions

 AStat ()
 
void MergeWith (const AStat &a)
 

Public Attributes

time_t AttachTime
 open time More...
 
time_t DetachTime
 close time More...
 
int NumIos
 number of IO objects attached during this access More...
 
int Duration
 total duration of all IOs attached More...
 
int NumMerged
 number of times the record has been merged More...
 
int Reserved
 reserved / alignment More...
 
long long BytesHit
 read from cache More...
 
long long BytesMissed
 read from remote and cached More...
 
long long BytesBypassed
 read from remote and dropped More...
 

Detailed Description

Access statistics.

Constructor & Destructor Documentation

◆ AStat()

XrdPfc::Info::AStat::AStat ( )
inline

Member Function Documentation

◆ MergeWith()

void XrdPfc::Info::AStat::MergeWith ( const AStat a)

Member Data Documentation

◆ AttachTime

time_t XrdPfc::Info::AStat::AttachTime

open time

◆ BytesBypassed

long long XrdPfc::Info::AStat::BytesBypassed

read from remote and dropped

◆ BytesHit

long long XrdPfc::Info::AStat::BytesHit

read from cache

◆ BytesMissed

long long XrdPfc::Info::AStat::BytesMissed

read from remote and cached

◆ DetachTime

time_t XrdPfc::Info::AStat::DetachTime

close time

◆ Duration

int XrdPfc::Info::AStat::Duration

total duration of all IOs attached

◆ NumIos

int XrdPfc::Info::AStat::NumIos

number of IO objects attached during this access

◆ NumMerged

int XrdPfc::Info::AStat::NumMerged

number of times the record has been merged

◆ Reserved

int XrdPfc::Info::AStat::Reserved

reserved / alignment


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