Difference between revisions of "CLEAR PROFILE"

From Lianjapedia
Jump to: navigation, search
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Reset all profile statistics
 
Reset all profile statistics
 
  
 
==Syntax==
 
==Syntax==
 
CLEAR PROFILE
 
CLEAR PROFILE
 
  
 
==See Also==
 
==See Also==
[[DEBUG]], [[DISPLAY PROFILE]], [[DO]], [[LIST PROFILE]], [[PROFILE]], [[SET COMPILE]], [[SET DCACHE]], [[SET DEVELOPMENT]], [[SET ICACHE]], [[SET IOLOGGING]], [[SET IOSTATS]], [[SET LOCKTYPE]], [[SET NETWORK]], [[SET PROFILE]], [[SET REPLICATION]], [[SET SYSLOGGING]]
+
[[DISPLAY PROFILE]], [[DO]], [[LIST PROFILE]], [[PROFILE]], [[SET COMPILE]], [[SET DCACHE]], [[SET ICACHE]], [[SET IOLOGGING]], [[SET IOSTATS]], [[SET PROFILE]]
 
+
  
 
==Description==
 
==Description==
 
The CLEAR PROFILE command resets all profile statistics.  Profile statistics are logged on the issue of the PROFILE or SET PROFILE commands and comprise input/output, locking and procedure call statistics for a particular application or part of an application. This information can be used for analysis to enable application optimization and general performance tuning.  
 
The CLEAR PROFILE command resets all profile statistics.  Profile statistics are logged on the issue of the PROFILE or SET PROFILE commands and comprise input/output, locking and procedure call statistics for a particular application or part of an application. This information can be used for analysis to enable application optimization and general performance tuning.  
 
  
 
==Example==
 
==Example==
Line 24: Line 20:
 
</code>
 
</code>
  
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Performance and Optimization]]
 
[[Category:Performance and Optimization]]
[[Category:Performance and Optimization Commands]]
 

Latest revision as of 10:25, 4 February 2013

Purpose

Reset all profile statistics

Syntax

CLEAR PROFILE

See Also

DISPLAY PROFILE, DO, LIST PROFILE, PROFILE, SET COMPILE, SET DCACHE, SET ICACHE, SET IOLOGGING, SET IOSTATS, SET PROFILE

Description

The CLEAR PROFILE command resets all profile statistics. Profile statistics are logged on the issue of the PROFILE or SET PROFILE commands and comprise input/output, locking and procedure call statistics for a particular application or part of an application. This information can be used for analysis to enable application optimization and general performance tuning.

Example

set profile on
profile myapp
list profile to file profile.txt
vi profile.txt
clear profile