Difference between revisions of "SET PERFDIAL"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Description)
Line 21: Line 21:
 
The SET PERFDIAL command controls the display of a performance dial within the performance meter.  The PERFMETER command controls the display of the performance meter.  The performance meter charts your progress through commands that would normally count on the screen.  The performance dial spins according to the speed at which I/O operations are being performed.  When PERFMETER and PERFDIAL are set ON, a box is displayed on the screen containing information on which command is executing and what percentage of the operation is complete.  The performance dial displays in the upper left corner of the performance meter.  The performance meter displays for the following commands:
 
The SET PERFDIAL command controls the display of a performance dial within the performance meter.  The PERFMETER command controls the display of the performance meter.  The performance meter charts your progress through commands that would normally count on the screen.  The performance dial spins according to the speed at which I/O operations are being performed.  When PERFMETER and PERFDIAL are set ON, a box is displayed on the screen containing information on which command is executing and what percentage of the operation is complete.  The performance dial displays in the upper left corner of the performance meter.  The performance meter displays for the following commands:
  
# AVERAGE
+
* AVERAGE
# COUNT
+
* COUNT
# COMPILE
+
* COMPILE
# COPY
+
* COPY
# INDEX
+
* INDEX
# PACK
+
* PACK
# REINDEX
+
* REINDEX
# SET COMPILE ON
+
* SET COMPILE ON
# SUM
+
* SUM
# TOTAL
+
* TOTAL
  
 
If SET TALK is ON and SET PERFMETER is OFF progress for these commands is displayed as a record counter.
 
If SET TALK is ON and SET PERFMETER is OFF progress for these commands is displayed as a record counter.
 
  
 
==Example==
 
==Example==

Revision as of 14:02, 10 March 2009

SET PERFDIAL

Class

Recital Terminal Developer Environment


Purpose

Control performance dial display


Syntax

SET PERFDIAL ON | OFF | (<expL>)


See Also

SET TALK ON, SET ODOMETER, SET PERFMETER


Description

The SET PERFDIAL command controls the display of a performance dial within the performance meter. The PERFMETER command controls the display of the performance meter. The performance meter charts your progress through commands that would normally count on the screen. The performance dial spins according to the speed at which I/O operations are being performed. When PERFMETER and PERFDIAL are set ON, a box is displayed on the screen containing information on which command is executing and what percentage of the operation is complete. The performance dial displays in the upper left corner of the performance meter. The performance meter displays for the following commands:

  • AVERAGE
  • COUNT
  • COMPILE
  • COPY
  • INDEX
  • PACK
  • REINDEX
  • SET COMPILE ON
  • SUM
  • TOTAL

If SET TALK is ON and SET PERFMETER is OFF progress for these commands is displayed as a record counter.

Example

set perfmeter on
set perfdial on
reindex all


Products

Recital Terminal Developer