HierarchyLogEntry.h
Go to the documentation of this file.
Definition: HierarchyLogEntry.h:23
struct timeval peer_select_start
Definition: HierarchyLogEntry.h:65
void clearPeerNotes()
forget previous notePeerRead() and notePeerWrite() calls (if any)
Definition: access_log.cc:221
struct timeval peer_last_write_
time of the last write to the last peer
Definition: HierarchyLogEntry.h:78
bool totalResponseTime(struct timeval &responseTime)
Definition: access_log.cc:292
struct timeval store_complete_stop
Definition: HierarchyLogEntry.h:67
int64_t bodyBytesRead
number of body bytes received from the next hop or -1
Definition: HierarchyLogEntry.h:71
Comm::ConnectionPointer tcpServer
TCP/IP level details of the last peer/server connection.
Definition: HierarchyLogEntry.h:70
bool peerResponseTime(struct timeval &responseTime)
Definition: access_log.cc:265
struct timeval peer_last_read_
time of the last read from the last peer
Definition: HierarchyLogEntry.h:77
void startPeerClock()
Start recording total time spent communicating with peers.
Definition: access_log.cc:245
void resetPeerNotes(const Comm::ConnectionPointer &server, const char *requestedHost)
Definition: access_log.cc:199