Describe a file close event.
More...
#include <XrdClMonitor.hh>
Describe a file close event.
◆ CloseInfo()
XrdCl::Monitor::CloseInfo::CloseInfo |
( |
| ) |
|
|
inline |
◆ cTOD
timeval XrdCl::Monitor::CloseInfo::cTOD |
gettimeofday() when file was closed
◆ file
const URL* XrdCl::Monitor::CloseInfo::file |
◆ oTOD
timeval XrdCl::Monitor::CloseInfo::oTOD |
gettimeofday() when file was opened
◆ rBytes
uint64_t XrdCl::Monitor::CloseInfo::rBytes |
Total number of bytes read via read.
◆ rCount
uint32_t XrdCl::Monitor::CloseInfo::rCount |
◆ status
◆ vBytes
uint64_t XrdCl::Monitor::CloseInfo::vBytes |
Total number of bytes read via readv.
◆ vCount
uint32_t XrdCl::Monitor::CloseInfo::vCount |
◆ vSegs
uint64_t XrdCl::Monitor::CloseInfo::vSegs |
Total count of readv segments.
◆ wBytes
uint64_t XrdCl::Monitor::CloseInfo::wBytes |
Total number of bytes written.
◆ wCount
uint32_t XrdCl::Monitor::CloseInfo::wCount |
The documentation for this struct was generated from the following file: