nextupprevious
Next:STOPSCAN stops the scanning Up:PROCEDURESPrevious:SORT sorts a list

STAT displays the statistics

Syntax:
    STAT;
It is used to display the standard statistics during the simulation run.

 This procedure can be used in nodes of any type.

 Examples:

     WriteStat (a) :: IT := 100;
Statistics are display each 100 units of time. The node WriteStat must be activated from outside the first time.
    Rep (G) :: IF Reports and (EL_Memory > 20) then STAT; Sendto(DEC);
Each time a message with the field Reports equal to TRUE arrive and the queue in node Memory is greater than 20, the statistics are shown.
 


domingo c

Mon Mar 20 17:37:52 PST 2000