xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Member Function Documentation

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

Member Data Documentation

time_t XrdPfc::Info::AStat::AttachTime

open time

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

read from remote and dropped

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

read from cache

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

read from remote and cached

time_t XrdPfc::Info::AStat::DetachTime

close time

int XrdPfc::Info::AStat::Duration

total duration of all IOs attached

int XrdPfc::Info::AStat::NumIos

number of IO objects attached during this access

int XrdPfc::Info::AStat::NumMerged

number of times the record has been merged

int XrdPfc::Info::AStat::Reserved

reserved / alignment


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