DESMO-J at Work

The Plain Variant

The Report

   
 

Starting the plain DESMO-J version from the shell yields this message:


ResExampleExperiment starts at simulation time 0.0
 ...please wait...

After a period that depends on model complexitiy, simulation terminates:


ResExampleExperiment stopped at simulation time 1500.0

Now we can have a look at the output files produced by tis experiment run produced!

Let's start with the simulation report. This file contains all the collected simulation results. It starts with a short description of the model (provided by its description() method), followed by a detailed report of all statistical data collectors, queues and queue-based constructs, and distributions.

For example the Res object reports its

  • name (Title)
  • number of accesses to it (Users)
  • capacity (Limit)
  • minimal number of resources it contained during the simulation run (Min)
  • number of resources it contains at the end of the simulation run (Now)
  • average utilisation of the resources (Usage[%])
  • average time processes had to wait to obtain the resources they requested (avg.Wait) and
  • maximum length of the internal queue where processes have to wait until their request can be met (QMaxL).

Open the report!



   
  http://desmoj.sourceforge.net/tutorial/at_work/plain0.html