INET Framework for OMNeT++/OMNEST
|
Measures and records network thruput. More...
#include <ThruputMeter.h>
Protected Member Functions | |
virtual void | updateStats (simtime_t now, unsigned long bits) |
virtual void | beginNewInterval (simtime_t now) |
virtual void | initialize () override |
virtual void | handleMessage (cMessage *msg) override |
virtual void | finish () override |
Protected Attributes | |
simtime_t | startTime |
unsigned int | batchSize |
simtime_t | maxInterval |
unsigned long | numPackets |
unsigned long | numBits |
simtime_t | intvlStartTime |
simtime_t | intvlLastPkTime |
unsigned long | intvlNumPackets |
unsigned long | intvlNumBits |
cOutVector | bitpersecVector |
cOutVector | pkpersecVector |
Measures and records network thruput.
|
protectedvirtual |
Referenced by updateStats().
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
protectedvirtual |
Referenced by handleMessage().
|
protected |
Referenced by initialize(), and updateStats().
|
protected |
Referenced by beginNewInterval(), and initialize().
|
protected |
Referenced by initialize(), and updateStats().
|
protected |
Referenced by beginNewInterval(), initialize(), and updateStats().
|
protected |
Referenced by beginNewInterval(), initialize(), and updateStats().
|
protected |
Referenced by beginNewInterval(), initialize(), and updateStats().
|
protected |
Referenced by initialize(), and updateStats().
|
protected |
Referenced by finish(), initialize(), and updateStats().
|
protected |
Referenced by finish(), initialize(), and updateStats().
|
protected |
Referenced by beginNewInterval(), and initialize().
|
protected |
Referenced by finish(), and initialize().