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

#include <cache_stream.h>

Collaboration diagram for StreamingCacheManager::Counters:

Public Member Functions

 Counters (perf::Statistics *statistics)
 

Public Attributes

perf::Countersz_transferred_bytes
 
perf::Countersz_transfer_ms
 
perf::Countern_downloads
 
perf::Countern_buffer_hits
 
perf::Countern_buffer_evicts
 
perf::Countern_buffer_objects
 
perf::Countern_buffer_obstacles
 

Detailed Description

Definition at line 35 of file cache_stream.h.

Constructor & Destructor Documentation

StreamingCacheManager::Counters::Counters ( perf::Statistics statistics)
explicit

Definition at line 108 of file cache_stream.cc.

Here is the call graph for this function:

Member Data Documentation

perf::Counter* StreamingCacheManager::Counters::n_buffer_evicts

Definition at line 40 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::n_buffer_hits

Definition at line 39 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::n_buffer_objects

Definition at line 41 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::n_buffer_obstacles

Definition at line 42 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::n_downloads

Definition at line 38 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::sz_transfer_ms

Definition at line 37 of file cache_stream.h.

Referenced by Counters().

perf::Counter* StreamingCacheManager::Counters::sz_transferred_bytes

Definition at line 36 of file cache_stream.h.

Referenced by Counters().


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