NetworkSim.simulation.tools.performance_analysis.get_queueing_delay

NetworkSim.simulation.tools.performance_analysis.get_queueing_delay(simulator)[source]

Function to compute the queueing delay latency of the defined network.

The queueing delay is defined from the source traffic generation, when the generated data packets arrive at the transmittor buffer queue, to the moment when the data packets reach the head of the queue.

Parameters

simulator (BaseSimulator) – The simulator used to create the network.

Returns

queueing_delay – The estimated average queueing delay latency of the network.

Return type

float