CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
download::Counters Struct Reference

#include <download.h>

Collaboration diagram for download::Counters:

Public Member Functions

 Counters (perf::StatisticsTemplate statistics)
 

Public Attributes

perf::Countersz_transferred_bytes
 
perf::Countersz_transfer_time
 
perf::Countern_requests
 
perf::Countern_retries
 
perf::Countern_proxy_failover
 
perf::Countern_host_failover
 

Detailed Description

Definition at line 42 of file download.h.

Constructor & Destructor Documentation

download::Counters::Counters ( perf::StatisticsTemplate  statistics)
inlineexplicit

Definition at line 50 of file download.h.

Here is the call graph for this function:

Member Data Documentation

perf::Counter* download::Counters::n_host_failover

Definition at line 48 of file download.h.

Referenced by Counters(), and download::DownloadManager::SwitchHost().

perf::Counter* download::Counters::n_proxy_failover

Definition at line 47 of file download.h.

Referenced by Counters(), and download::DownloadManager::SwitchProxy().

perf::Counter* download::Counters::n_requests
perf::Counter* download::Counters::n_retries

Definition at line 46 of file download.h.

Referenced by Counters().

perf::Counter* download::Counters::sz_transfer_time
perf::Counter* download::Counters::sz_transferred_bytes

Definition at line 43 of file download.h.

Referenced by Counters().


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