SHOW STATISTICS





   SHOW STATISTICS (1:)@word


Description




The SHOW STATISTICS command displays statistical summaries of the intervals contained in the schedules currently known to the program.

A report similar to the one shown below is generated for each schedule.

   Statistical summary of schedule: GECL
 
      Number of Intervals     :      5
      Total time              : 432000.0 Seconds
      Average Interval Length :  86400.0 Seconds
      Interval Length Std. Dev:      0.0 Seconds
      Shedule Lower Bound     : 1988 MAY 02 23:58:03.182 TDB
      Shedule Upper Bound     : 1989 APR 26 11:20:26.182 TDB
      Time from Lower to Upper: 3.09E+07 Seconds
 
   The longest Interval is Interval Number 1
 
      Begins  : 1989 APR 26 08:38:13.182 TDB
      Ends    : 1989 APR 26 11:20:26.182 TDB
      Duration:  9733.0 Seconds
 
   The shortest Interval is Interval Number 1
 
      Begins  : 1988 JUL 20 20:08:27.182 TDB
      Ends    : 1988 JUL 20 22:34:53.182 TDB
      Duration:  8786.0 Seconds
 
 
Summaries are often useful for schedules with too many intervals to be conveniently examined with the SHOW SCHEDULE command.

You may specify more than one schedule to be shown at a time by simply listing them in the order you want them to be displayed. For example:

   SHOW STATISTICS GECL GOCC
will display the two schedules GECL and GOCC (provided both exist).

In addition to listing explicitly the schedules you want to see, you can use "wild cards" in the SHOW STATISTICS command. The command

   SHOW STATISTICS G*
will cause Percy to display all schedules that match the template ``G*''.

The following formatting commands are available for assisting in the display of schedules:

   SET SCHEDULE TIME FORMAT @format
 
   SET DURATION FORMAT @format
 
   SET DURATION UNITS @units
You can determine which schedules exist by using the command

   SHOW LIST OF SCHEDULES


Related Topics




  1. Show Schedule
  2. About Schedules
  3. The Percy Help System