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 | |
long long | BytesHit |
read from cache | |
long long | BytesMissed |
read from remote and cached | |
long long | BytesBypassed |
read from remote and dropped |
Access statistics.
XrdPfc::Info::AStat::AStat | ( | ) | [inline] |
void XrdPfc::Info::AStat::MergeWith | ( | const AStat & | a | ) |
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
close time
total duration of all IOs attached
number of IO objects attached during this access
number of times the record has been merged