xrootd
Loading...
Searching...
No Matches
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
 
time_t DetachTime
 close time
 
int NumIos
 number of IO objects attached during this access
 
int Duration
 total duration of all IOs attached
 
int NumMerged
 number of times the record has been merged
 
int Reserved
 reserved / alignment
 
long long BytesHit
 read from cache
 
long long BytesMissed
 read from remote and cached
 
long long BytesBypassed
 read from remote and dropped
 

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: