Describe a file close event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
CloseInfo () |
Public Attributes | |
timeval | cTOD |
gettimeofday() when file was closed | |
const URL * | file |
The file in question. | |
timeval | oTOD |
gettimeofday() when file was opened | |
uint64_t | rBytes |
Total number of bytes read via read. | |
uint32_t | rCount |
Total count of reads. | |
const XRootDStatus * | status |
Close status. | |
uint32_t | vCount |
Total count of readv. | |
uint64_t | vrBytes |
Total number of bytes read via readv. | |
uint64_t | vSegs |
Total count of readv segments. | |
uint64_t | vwBytes |
Total number of bytes written vie writev. | |
uint64_t | wBytes |
Total number of bytes written. | |
uint32_t | wCount |
Total count of writes. |
Describe a file close event.
Definition at line 114 of file XrdClMonitor.hh.
|
inline |
Definition at line 116 of file XrdClMonitor.hh.
References cTOD, file, oTOD, rBytes, rCount, status, vCount, vrBytes, vSegs, vwBytes, wBytes, and wCount.
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 |
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.
Referenced by CloseInfo().
uint32_t XrdCl::Monitor::CloseInfo::rCount |
const XRootDStatus* XrdCl::Monitor::CloseInfo::status |
uint32_t XrdCl::Monitor::CloseInfo::vCount |
uint64_t XrdCl::Monitor::CloseInfo::vrBytes |
Total number of bytes read via readv.
Definition at line 127 of file XrdClMonitor.hh.
Referenced by CloseInfo().
uint64_t XrdCl::Monitor::CloseInfo::vSegs |
Total count of readv segments.
Definition at line 130 of file XrdClMonitor.hh.
Referenced by CloseInfo().
uint64_t XrdCl::Monitor::CloseInfo::vwBytes |
Total number of bytes written vie writev.
Definition at line 129 of file XrdClMonitor.hh.
Referenced by CloseInfo().
uint64_t XrdCl::Monitor::CloseInfo::wBytes |
Total number of bytes written.
Definition at line 128 of file XrdClMonitor.hh.
Referenced by CloseInfo().
uint32_t XrdCl::Monitor::CloseInfo::wCount |