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(INITTIME, FINTIME, AMIN ..) followed by the correspondent value.

2. Sequence of Events : Each event has a time stamp, the sequential number of a patient starting from 1, its kind, and the kind of event (arrival to the system, arrival1 to the nurse, departure1 from the nurse, arrival2 to the nurse, departure2 to nurse etc.)

3. Results : Here we have one line, the name of the result (MAXQUEUE1, AVGQUEUE1, MAXQUEUE2, AVGQUEUE2, UTILIZATION1, UTILIZATION2, AVGRES1, MAXRES1, AVGRES2, MAXRES2, AVGRES3, MAXRES3, AVGRES4, MAXRES4, AVGRES5, MAXRES5) followed by the corresponding value.

Pradeep M. Pappachan