CMS 3D CMS Logo

stor::SMOnlyStats Struct Reference

#include <EventFilter/StorageManager/interface/SMPerformanceMeter.h>

List of all members.

Public Member Functions

 SMOnlyStats ()

Public Attributes

double duration2_
double duration_
double instantBandwidth2_
double instantBandwidth_
double instantLatency2_
double instantLatency_
double instantRate2_
double instantRate_
double maxBandwidth2_
double maxBandwidth_
double meanBandwidth2_
double meanBandwidth_
double meanLatency2_
double meanLatency_
double meanRate2_
double meanRate_
double minBandwidth2_
double minBandwidth_
unsigned long period4samples_
double receivedVolume_
unsigned long samples_
double totalSamples2_
double totalSamples_


Detailed Description

Definition at line 41 of file SMPerformanceMeter.h.


Constructor & Destructor Documentation

stor::SMOnlyStats::SMOnlyStats (  ) 

Definition at line 44 of file SMPerformanceMeter.cc.

00044                             :
00045   instantBandwidth_(0.0),
00046   instantRate_(0.0),
00047   instantLatency_(0.0),
00048   totalSamples_(0.0),
00049   duration_(0.0),
00050   meanBandwidth_(0.0),
00051   meanRate_(0.0),
00052   meanLatency_(0.0),
00053   maxBandwidth_(0.0),
00054   minBandwidth_(999999.0),
00055   instantBandwidth2_(0.0),
00056   instantRate2_(0.0),
00057   instantLatency2_(0.0),
00058   totalSamples2_(0.0),
00059   duration2_(0.0),
00060   meanBandwidth2_(0.0),
00061   meanRate2_(0.0),
00062   meanLatency2_(0.0),
00063   maxBandwidth2_(0.0),
00064   minBandwidth2_(999999.0),
00065   receivedVolume_(0.0)
00066 {
00067 }


Member Data Documentation

double stor::SMOnlyStats::duration2_

Definition at line 64 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::duration_

Definition at line 52 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantBandwidth2_

Definition at line 60 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantBandwidth_

Definition at line 48 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantLatency2_

Definition at line 62 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantLatency_

Definition at line 50 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantRate2_

Definition at line 61 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::instantRate_

Definition at line 49 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::maxBandwidth2_

Definition at line 68 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::maxBandwidth_

Definition at line 56 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanBandwidth2_

Definition at line 65 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanBandwidth_

Definition at line 53 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanLatency2_

Definition at line 67 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanLatency_

Definition at line 55 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanRate2_

Definition at line 66 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::meanRate_

Definition at line 54 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::minBandwidth2_

Definition at line 69 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::minBandwidth_

Definition at line 57 of file SMPerformanceMeter.h.

unsigned long stor::SMOnlyStats::period4samples_

Definition at line 46 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::receivedVolume_

Definition at line 71 of file SMPerformanceMeter.h.

unsigned long stor::SMOnlyStats::samples_

Definition at line 45 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::totalSamples2_

Definition at line 63 of file SMPerformanceMeter.h.

double stor::SMOnlyStats::totalSamples_

Definition at line 51 of file SMPerformanceMeter.h.


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:52:54 2009 for CMSSW by  doxygen 1.5.4