CIS 307: Suggested Format for Logfile used in Homework 1

The log file contains in order three kinds of information which are separated by blank lines:

  1. Parameters of the Simulation : Here we have one per line, the name of an attribute (SEED, INITTIME, FINTIME, AMIN ..) followed by the correspondent value.

  2. Sequence of Events : Each event has a time stamp, the sequential number of a job starting from 1, and the kind of event (arrival to the system, departure from SERVERk, termination of simulation). Remember to log also when a job starts service at a server.

  3. Results : Here we have, one per line, the name of the result (MAXQUEUE1, AVGQUEUE1, MAXQUEUE2, AVGQUEUE2, ..) followed by the corresponding value.