CernVM-FS
2.12.0
|
#include <upload_facility.h>
Public Member Functions | |
UploadCounters (perf::StatisticsTemplate statistics) | |
Public Attributes | |
perf::Counter * | n_chunks_added |
perf::Counter * | n_chunks_duplicated |
perf::Counter * | n_catalogs_added |
perf::Counter * | sz_uploaded_bytes |
perf::Counter * | sz_uploaded_catalog_bytes |
Definition at line 25 of file upload_facility.h.
|
inlineexplicit |
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().