Difference between revisions of "CLEAR IOSTATS"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Reset all I/O statistics to zero
 
Reset all I/O statistics to zero
 
  
 
==Syntax==
 
==Syntax==
 
CLEAR IOSTATS
 
CLEAR IOSTATS
 
  
 
==See Also==
 
==See Also==
 
[[IOSTATS()]], [[SET DCACHE]], [[SET FCACHE]], [[SET ICACHE]]
 
[[IOSTATS()]], [[SET DCACHE]], [[SET FCACHE]], [[SET ICACHE]]
 
  
 
==Description==
 
==Description==
 
The CLEAR IOSTATS command is used to clear statistics that have been generated as a result of the IOSTATS() Input/Output monitoring function.  The CLEAR IOSTATS command resets all of the I/O statistics to zero.  Note that whenever a table is opened, the I/O statistics for that particular workarea are reset to zero.
 
The CLEAR IOSTATS command is used to clear statistics that have been generated as a result of the IOSTATS() Input/Output monitoring function.  The CLEAR IOSTATS command resets all of the I/O statistics to zero.  Note that whenever a table is opened, the I/O statistics for that particular workarea are reset to zero.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</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]]
 
[[Category:Performance and Optimization Commands]]

Revision as of 06:10, 12 December 2012

Purpose

Reset all I/O statistics to zero

Syntax

CLEAR IOSTATS

See Also

IOSTATS(), SET DCACHE, SET FCACHE, SET ICACHE

Description

The CLEAR IOSTATS command is used to clear statistics that have been generated as a result of the IOSTATS() Input/Output monitoring function. The CLEAR IOSTATS command resets all of the I/O statistics to zero. Note that whenever a table is opened, the I/O statistics for that particular workarea are reset to zero.

Example

clear iostats