Previous Topic: What You Need to Know

Next Topic: Plot the Variable Value for a Specified Resource

PLOT Command-Create a Simple PLOT Report

To create a simple plot report, use the PLOT command followed by a variable to plot.

The following commands produce a plot of average terminal response time, with each detail line representing an hour, for the morning of a single day:

PLOT TERM RESPONSETIME
  FROM 12/07/08 01:00:00
  TO   12/07/08 09:00:00
  EACH HOUR
END
RUN

A report like the following is generated:

SHIFT NONE EACH HOUR TERMINAL AVERAGE RESPONSE TIME PERIOD NONE 0 0.033 0.066 0.100 0.133 0.166 0.199 0.232 0.266 0.299 0.332 X - +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 12/07/08 01.00.00 .-------------------------------------------------------------- . . . . 0.206 02.00.00 .-------------------------------- . . . . . . . 0.106 03.00.00 .---------------------------------------. . . . . . . 0.128 04.00.00 .------------------------------------ . . . . . . . 0.120 05.00.00 .------------------------------------ . . . . . . . 0.120 06.00.00 .---------------------------------------------------------------------------------------------------- 0.332 07.00.00 .------------------------------------------------------------------------- . . . 0.242 08.00.00 .------------------------------------------------------------------------ . . . 0.240 SUMMARY: . . . . . . . . . . . SUMMARY: RANGE: .-------------------------------------------------------- . . . . . 0.186 +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 0 0.033 0.066 0.100 0.133 0.166 0.199 0.232 0.266 0.299 0.332 X - SYMBOLS: “X” = TERMINAL AVERAGE RESPONSE TIME “-” = GLOBAL TERMINAL AVERAGE RESPONSE TIME