#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/flow-monitor-helper.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/traffic-control-module.h"
Go to the source code of this file.
Functions | |
void | BuildAppsTest (uint32_t test) |
Setup the apps. More... | |
void | CheckQueueDiscSize (Ptr< QueueDisc > queue) |
Check the queue disc size and write its stats to the output files. More... | |
Variables | |
double | avgQueueDiscSize |
Average QueueDisc size. More... | |
uint32_t | checkTimes |
Number of times the queues have been checked. More... | |
double | client_start_time |
Client start time. More... | |
double | client_stop_time |
Client stop time. More... | |
std::stringstream | filePlotQueueDisc |
Output file name for queue disc size. More... | |
std::stringstream | filePlotQueueDiscAvg |
Output file name for queue disc average. More... | |
double | global_start_time |
Global start time. More... | |
double | global_stop_time |
Global stop time. More... | |
Ipv4InterfaceContainer | i0i2 |
IPv4 interface container i0 + i2. More... | |
Ipv4InterfaceContainer | i1i2 |
IPv4 interface container i1 + i2. More... | |
Ipv4InterfaceContainer | i2i3 |
IPv4 interface container i2 + i3. More... | |
Ipv4InterfaceContainer | i3i4 |
IPv4 interface container i3 + i4. More... | |
Ipv4InterfaceContainer | i3i5 |
IPv4 interface container i3 + i5. More... | |
NodeContainer | n0n2 |
Nodecontainer n0 + n2. More... | |
NodeContainer | n1n2 |
Nodecontainer n1 + n2. More... | |
NodeContainer | n2n3 |
Nodecontainer n2 + n3. More... | |
NodeContainer | n3n4 |
Nodecontainer n3 + n4. More... | |
NodeContainer | n3n5 |
Nodecontainer n3 + n5. More... | |
double | sink_start_time |
Sink start time. More... | |
double | sink_stop_time |
Sink stop time. More... | |
void BuildAppsTest | ( | uint32_t | test | ) |
Setup the apps.
test | The test number. |
Definition at line 136 of file adaptive-red-tests.cc.
Check the queue disc size and write its stats to the output files.
queue | The queue to check. |
Definition at line 110 of file adaptive-red-tests.cc.
References openflow-switch::app, avgQueueDiscSize, checkTimes, filePlotQueueDisc, filePlotQueueDiscAvg, ns3::QueueDisc::GetCurrentSize(), ns3::Time::GetSeconds(), ns3::QueueSize::GetValue(), ns3::Simulator::Now(), ns3::Simulator::Schedule(), and ns3::Seconds().
double avgQueueDiscSize |
Average QueueDisc size.
Definition at line 79 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
uint32_t checkTimes |
Number of times the queues have been checked.
Definition at line 78 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double client_start_time |
Client start time.
Definition at line 86 of file adaptive-red-tests.cc.
double client_stop_time |
Client stop time.
Definition at line 87 of file adaptive-red-tests.cc.
std::stringstream filePlotQueueDisc |
Output file name for queue disc size.
Definition at line 101 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
std::stringstream filePlotQueueDiscAvg |
Output file name for queue disc average.
Definition at line 102 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double global_start_time |
Global start time.
Definition at line 82 of file adaptive-red-tests.cc.
double global_stop_time |
Global stop time.
Definition at line 83 of file adaptive-red-tests.cc.
IPv4 interface container i0 + i2.
Definition at line 95 of file adaptive-red-tests.cc.
IPv4 interface container i1 + i2.
Definition at line 96 of file adaptive-red-tests.cc.
Referenced by Ns3TcpCubicTestCase::DoRun().
IPv4 interface container i2 + i3.
Definition at line 97 of file adaptive-red-tests.cc.
IPv4 interface container i3 + i4.
Definition at line 98 of file adaptive-red-tests.cc.
IPv4 interface container i3 + i5.
Definition at line 99 of file adaptive-red-tests.cc.
NodeContainer n0n2 |
Nodecontainer n0 + n2.
Definition at line 89 of file adaptive-red-tests.cc.
Referenced by Ipv4DynamicGlobalRoutingTestCase::DoRun().
NodeContainer n1n2 |
Nodecontainer n1 + n2.
Definition at line 90 of file adaptive-red-tests.cc.
Referenced by IcmpTimeExceedTestCase::DoRun(), IcmpV6TimeExceedTestCase::DoRun(), Ipv4DynamicGlobalRoutingTestCase::DoRun(), and Ns3TcpStateTestCase::DoRun().
NodeContainer n2n3 |
Nodecontainer n2 + n3.
Definition at line 91 of file adaptive-red-tests.cc.
NodeContainer n3n4 |
Nodecontainer n3 + n4.
Definition at line 92 of file adaptive-red-tests.cc.
NodeContainer n3n5 |
Nodecontainer n3 + n5.
Definition at line 93 of file adaptive-red-tests.cc.
double sink_start_time |
Sink start time.
Definition at line 84 of file adaptive-red-tests.cc.
double sink_stop_time |
Sink stop time.
Definition at line 85 of file adaptive-red-tests.cc.