gp_utl
Purpose:
-
Generate a utilization report for a specified test cell based on selected time intervals.
Enter:
-
gp_utl <cell=cell> [interval=interval] [n=periods] [month=month] [day=day] [year=year] [+reverse]
Where:
-
cell=cell
Specify the test cell number.
interval=interval
Optional. Specify one of the following time interval report options:
- day => daily [default]
- week => weekly
- month => monthly
- year => yearly
n=periods
Optional. Specify the number of periods to display. The default is 9999.
month=month
Optional. Specify the display month. Valid entries are 1 to 12 or Jan. to Dec. The default is month 1.
day=day
Optional. Specify the display day of month. Valid entries are 1 to 31. The default is day 1.
year=year
Optional. Specify the display year since 2000. The default is 00.
+reverse
Optional. Specify this flag to display results in reverse chronological order.
Example:
-
gp_utl cell=100
The above displays all utilization data for cell 100 by day.gp_utl cell=100 +r
The above displays all utilization data for cell 100 by day in reverse chronological order.gp_utl cell=100 month=Mar n=7
The above displays all utilization data for cell 100 for first 7 days of March.gp_utl cell=100 month=Mar interval=week
The above displays utilization data for cell 100 by week for March.
Notes:
-
The specified month, day, and year indicate the starting point for the report.
Use the n option to limit the number of periods.
The report displays in a tabular format with columns for start-date, interval, hours, percent utilization, start hours, and end hours, retrieved from meter data files.