![]() |
XRootD
|
Describe a file close event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
CloseInfo () | |
Public Attributes | |
timeval | cTOD |
gettimeofday() when file was closed More... | |
const URL * | file |
The file in question. More... | |
timeval | oTOD |
gettimeofday() when file was opened More... | |
uint64_t | rBytes |
Total number of bytes read via read. More... | |
uint32_t | rCount |
Total count of reads. More... | |
const XRootDStatus * | status |
Close status. More... | |
uint32_t | vCount |
Total count of readv. More... | |
uint64_t | vrBytes |
Total number of bytes read via readv. More... | |
uint64_t | vSegs |
Total count of readv segments. More... | |
uint64_t | vwBytes |
Total number of bytes written vie writev. More... | |
uint64_t | wBytes |
Total number of bytes written. More... | |
uint32_t | wCount |
Total count of writes. More... | |
Describe a file close event.
Definition at line 114 of file XrdClMonitor.hh.
|
inline |
Definition at line 116 of file XrdClMonitor.hh.
timeval XrdCl::Monitor::CloseInfo::cTOD |
gettimeofday() when file was closed
Definition at line 125 of file XrdClMonitor.hh.
Referenced by CloseInfo().
const URL* XrdCl::Monitor::CloseInfo::file |
The file in question.
Definition at line 123 of file XrdClMonitor.hh.
timeval XrdCl::Monitor::CloseInfo::oTOD |
gettimeofday() when file was opened
Definition at line 124 of file XrdClMonitor.hh.
Referenced by CloseInfo().
uint64_t XrdCl::Monitor::CloseInfo::rBytes |
Total number of bytes read via read.
Definition at line 126 of file XrdClMonitor.hh.
uint32_t XrdCl::Monitor::CloseInfo::rCount |
Total count of reads.
Definition at line 131 of file XrdClMonitor.hh.
const XRootDStatus* XrdCl::Monitor::CloseInfo::status |
Close status.
Definition at line 134 of file XrdClMonitor.hh.
uint32_t XrdCl::Monitor::CloseInfo::vCount |
Total count of readv.
Definition at line 132 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::CloseInfo::vrBytes |
Total number of bytes read via readv.
Definition at line 127 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::CloseInfo::vSegs |
Total count of readv segments.
Definition at line 130 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::CloseInfo::vwBytes |
Total number of bytes written vie writev.
Definition at line 129 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::CloseInfo::wBytes |
Total number of bytes written.
Definition at line 128 of file XrdClMonitor.hh.
uint32_t XrdCl::Monitor::CloseInfo::wCount |
Total count of writes.
Definition at line 133 of file XrdClMonitor.hh.