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

Version 1.0.0.0 (16.1 KB) by Zhan Qiu
Efficient Approximation Method for Response-Time Tails in Fork-join Queues
152 Downloads
Updated 26 Jun 2015

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Neuroimaging in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

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

Clean codes.