nextupprevious
Next:TFREE time that the Up:FUNCTIONSPrevious:MSTL mean waiting time

DMSTL deviation of mean waiting time in a list

Syntax:
    DMSTL(<list name>);
Returns the value (REAL) of the standard deviation of the mean of the waiting time of the messages that left the list (EL or IL) indicated in <list name>.

 Example:

    IF DMSTL(EL_Door_A) > DMSTL(Door_B) THEN Ch := 'A'
                                        ELSE Ch := 'B';
    WRITELN('Queue in door ',Ch,' had greater fluctuation');

domingo c

Mon Mar 20 17:39:21 PST 2000