Efficient Approximation for Response-Time Tails in Fork-join Queues

Versione 1.0.0.0 (16,1 KB) da Zhan Qiu
Efficient Approximation Method for Response-Time Tails in Fork-join Queues
151 download
Aggiornato 26 giu 2015

Visualizza la licenza

This set of scripts implements the approximation method proposed in the paper 'Beyond the Mean in Fork-Join Queues: Efficient Approximation for Response-Time Tails', by Z. Qiu, J.F. Pérez, and P. Harrison, accepted in IFIP Performance 2015.
An example of how to use the scripts is provided in the file main_example.m, where the model parameters are set and the main method (mainFJ.m) is executed. This method returns the approximated values of the response- time percentiles for a K-node FJ queue according to Section 6 of the paper. The approximation is based on the computation of the response-time percentiles for a 1-node and a 2-node FJ queue. The response-time percentiles for the 1-node queue are exact, while the results for a 2-node FJ queue are based on the approximation proposed in Section 4 of the paper.
If you use the scripts available here in your work, please cite our paper.
Copyright 2015 Imperial College London

Cita come

Zhan Qiu (2025). Efficient Approximation for Response-Time Tails in Fork-join Queues (https://it.mathworks.com/matlabcentral/fileexchange/51273-efficient-approximation-for-response-time-tails-in-fork-join-queues), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Neuroimaging in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Some comments added.
Updated the link to Q-MAM toolbox.

Clean codes.