XrdCl::Monitor::CloseInfo Struct Reference

Describe a file close event. More...

#include <XrdClMonitor.hh>

Collaboration diagram for XrdCl::Monitor::CloseInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CloseInfo ()

Public Attributes

const URLfile
 The file in question.
timeval oTOD
 gettimeofday() when file was opened
timeval cTOD
 gettimeofday() when file was closed
uint64_t rBytes
 Total number of bytes read via read.
uint64_t vBytes
 Total number of bytes read via readv.
uint64_t wBytes
 Total number of bytes written.
uint64_t vSegs
 Total count of readv segments.
uint32_t rCount
 Total count of reads.
uint32_t vCount
 Total count of readv.
uint32_t wCount
 Total count of writes.
const XRootDStatusstatus
 Close status.

Detailed Description

Describe a file close event.


Constructor & Destructor Documentation

XrdCl::Monitor::CloseInfo::CloseInfo (  )  [inline]

References cTOD, and oTOD.


Member Data Documentation

gettimeofday() when file was closed

Referenced by CloseInfo().

The file in question.

gettimeofday() when file was opened

Referenced by CloseInfo().

Total number of bytes read via read.

Total count of reads.

Close status.

Total number of bytes read via readv.

Total count of readv.

Total count of readv segments.

Total number of bytes written.

Total count of writes.


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

Generated on 14 Nov 2018 for xrootd by  doxygen 1.6.1