Package jline.api.qsys
Class Qsys_mg1_setfKt
-
- All Implemented Interfaces:
public final class Qsys_mg1_setfKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.qsys_prioqsys_mg1_setf(Matrix lambda, Matrix mu, Matrix cs)Analyzes an M/G/1 queueing system with SETF (non-preemptive FB) scheduling. -
-
Method Detail
-
qsys_mg1_setf
final static Ret.qsys_prio qsys_mg1_setf(Matrix lambda, Matrix mu, Matrix cs)
Analyzes an M/G/1 queueing system with SETF (non-preemptive FB) scheduling.
SETF is the non-preemptive variant of FB/LAS. Priority is based on attained service, but once a job starts it runs to completion.
- Parameters:
lambda- Matrix (column vector) of arrival rates per class.mu- Matrix (column vector) of service rates per class.cs- Matrix (column vector) of coefficients of variation per class.- Returns:
qsys_prio containing:
W (Matrix): Vector of mean response times per class
rho (Double): Overall system utilization
-
-
-
-