FROM and TO subcommand options

The simplest filter is the start and end date and time of the data to be reported. Specify the start and end dates and times by using the FROM and TO subcommand options.

For example, to monitor the performance of your system only during peak hours and to produce the default version of a report, specify:
 
GLOBAL
   FROM (09/25/13,08:30)
   TO   (09/25/13,17:00)
ACCOUNTING
 

The report shows information from 8:30 a.m. to 5:00 p.m. for the specified day.

Presuming that the input data set contains data for more than one day, for example a week, you can generate a report that shows the performance of your system during peak hours for the whole week by specifying:
 
GLOBAL
   FROM (,08:30)
   TO   (,17:00)
ACCOUNTING
 

The report shows information from 8:30 a.m. to 5:00 p.m. for every day of the week.