Difference between revisions of "SET IOLOGGING"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Enables or disables the logging of input/output information for debugging purposes
 
Enables or disables the logging of input/output information for debugging purposes
 
  
 
==Syntax==
 
==Syntax==
 
SET IOLOGGING ON | OFF
 
SET IOLOGGING ON | OFF
 
  
 
==See Also==
 
==See Also==
[[CLEAR IOSTATS]], [[CLEAR PROFILE]], [[CREATE]], [[DB_DEBUGDIR]], [[DELETE]], [[DISPLAY PROFILE]], [[DO]], [[GETPID()]], [[INDEX]], [[IOSTATS()]], [[LIST PROFILE]], [[PROFILE]], [[RECALL]], [[REPLACE]], [[SET COMPILE]], [[SET DCACHE]], [[SET ICACHE]], [[SET IOSTATS]], [[SET LOCKTYPE]], [[SET NETWORK]], [[SET PROFILE]], [[SET REPLICATION]], [[SET SYSLOGGING]], [[USE]]
+
[[CLEAR IOSTATS]], [[CLEAR PROFILE]], [[DELETE]], [[DISPLAY PROFILE]], [[DO]], [[GETPID()]], [[INDEX]], [[IOSTATS()]], [[LIST PROFILE]], [[PROFILE]], [[RECALL]], [[REPLACE]], [[SET COMPILE]], [[SET DCACHE]], [[SET ICACHE]], [[SET IOSTATS]], [[SET PROFILE]], [[USE]]
 
+
  
 
==Description==
 
==Description==
 
The SET IOLOGGING command enables or disables the logging of input/output information for debugging purposes. With SET IOLOGGING ON, I/O information is logged to a ''debug<pid>.txt'' file in the directory set in the DB_DEBUGDIR environment variable.  SET IOLOGGING should only be set ON to enable the collection of information for debugging purposes; it should be set OFF on production systems to optimize concurrent user access.
 
The SET IOLOGGING command enables or disables the logging of input/output information for debugging purposes. With SET IOLOGGING ON, I/O information is logged to a ''debug<pid>.txt'' file in the directory set in the DB_DEBUGDIR environment variable.  SET IOLOGGING should only be set ON to enable the collection of information for debugging purposes; it should be set OFF on production systems to optimize concurrent user access.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 06:12, 12 December 2012

Purpose

Enables or disables the logging of input/output information for debugging purposes

Syntax

SET IOLOGGING ON | OFF

See Also

CLEAR IOSTATS, CLEAR PROFILE, DELETE, DISPLAY PROFILE, DO, GETPID(), INDEX, IOSTATS(), LIST PROFILE, PROFILE, RECALL, REPLACE, SET COMPILE, SET DCACHE, SET ICACHE, SET IOSTATS, SET PROFILE, USE

Description

The SET IOLOGGING command enables or disables the logging of input/output information for debugging purposes. With SET IOLOGGING ON, I/O information is logged to a debug<pid>.txt file in the directory set in the DB_DEBUGDIR environment variable. SET IOLOGGING should only be set ON to enable the collection of information for debugging purposes; it should be set OFF on production systems to optimize concurrent user access.

Example

set iologging on