![]() |
XRootD
|
Describe a server logout event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
DisconnectInfo () | |
Public Attributes | |
time_t | cTime |
Seconds connected to the server. More... | |
uint64_t | rBytes |
Number of bytes received. More... | |
uint64_t | sBytes |
Number of bytes sent. More... | |
std::string | server |
"user@host:port" More... | |
Status | status |
Disconnection status. More... | |
Describe a server logout event.
Definition at line 88 of file XrdClMonitor.hh.
|
inline |
Definition at line 90 of file XrdClMonitor.hh.
time_t XrdCl::Monitor::DisconnectInfo::cTime |
Seconds connected to the server.
Definition at line 95 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::DisconnectInfo::rBytes |
Number of bytes received.
Definition at line 93 of file XrdClMonitor.hh.
uint64_t XrdCl::Monitor::DisconnectInfo::sBytes |
Number of bytes sent.
Definition at line 94 of file XrdClMonitor.hh.
std::string XrdCl::Monitor::DisconnectInfo::server |
"user@host:port"
Definition at line 92 of file XrdClMonitor.hh.
Status XrdCl::Monitor::DisconnectInfo::status |
Disconnection status.
Definition at line 96 of file XrdClMonitor.hh.