WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A service that measures and records bandwidth usage on a set of links at regular time intervals. More...
#include <BandwidthMeterService.h>
Public Member Functions | |
BandwidthMeterService (std::string hostname, const std::map< std::string, double > &measurement_periods) | |
Constructor. More... | |
BandwidthMeterService (std::string hostname, const std::vector< std::string > &linknames, double period) | |
Constructor. More... | |
A service that measures and records bandwidth usage on a set of links at regular time intervals.
wrench::BandwidthMeterService::BandwidthMeterService | ( | std::string | hostname, |
const std::vector< std::string > & | linknames, | ||
double | measurement_period | ||
) |
Constructor.
hostname | the name of the host on which this service is running |
linknames | the list of metered links, as link ids |
measurement_period | the measurement period |
wrench::BandwidthMeterService::BandwidthMeterService | ( | std::string | hostname, |
const std::map< std::string, double > & | measurement_periods | ||
) |
Constructor.
hostname | the hostname on which the service should start |
measurement_periods | the measurement period for each monitored link |