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

#include <upload_facility.h>

Collaboration diagram for upload::UploadCounters:

Public Member Functions

 UploadCounters (perf::StatisticsTemplate statistics)
 

Public Attributes

perf::Countern_chunks_added
 
perf::Countern_chunks_duplicated
 
perf::Countern_catalogs_added
 
perf::Countersz_uploaded_bytes
 
perf::Countersz_uploaded_catalog_bytes
 

Detailed Description

Definition at line 25 of file upload_facility.h.

Constructor & Destructor Documentation

upload::UploadCounters::UploadCounters ( perf::StatisticsTemplate  statistics)
inlineexplicit

Definition at line 32 of file upload_facility.h.

Here is the call graph for this function:

Member Data Documentation

perf::Counter* upload::UploadCounters::n_catalogs_added

Definition at line 28 of file upload_facility.h.

Referenced by receiver::Reactor::ExtractStatsFromReq(), and UploadCounters().

perf::Counter* upload::UploadCounters::n_chunks_added

Definition at line 26 of file upload_facility.h.

Referenced by receiver::Reactor::ExtractStatsFromReq(), and UploadCounters().

perf::Counter* upload::UploadCounters::n_chunks_duplicated

Definition at line 27 of file upload_facility.h.

Referenced by receiver::Reactor::ExtractStatsFromReq(), and UploadCounters().

perf::Counter* upload::UploadCounters::sz_uploaded_bytes

Definition at line 29 of file upload_facility.h.

Referenced by receiver::Reactor::ExtractStatsFromReq(), and UploadCounters().

perf::Counter* upload::UploadCounters::sz_uploaded_catalog_bytes

Definition at line 30 of file upload_facility.h.

Referenced by receiver::Reactor::ExtractStatsFromReq(), and UploadCounters().


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