📄 dbctrs6.ini
字号:
[info]
drivername=Adaptive_Server_Anywhere
symbolfile=sqlactnm.h
[languages]
009=English
[text]
OI_ENGINE_009_NAME=Adaptive Server Anywhere Engine
OI_ENGINE_009_HELP=The Adaptive Server Anywhere engine object.
OI_DATABASE_009_NAME=Adaptive Server Anywhere Database
OI_DATABASE_009_HELP=The Adaptive Server Anywhere database object.
OI_CONNECTION_009_NAME=Adaptive Server Anywhere Connection
OI_CONNECTION_009_HELP=The Adaptive Server Anywhere connection object.
CI_IDLE_ACTIVE_009_NAME=Idle Active/sec
CI_IDLE_ACTIVE_009_HELP=Idle Active/sec is the rate at which the engine's idle thread becomes active to do idle writes, idle checkpoints, etc.
CI_IDLE_WRITES_009_NAME=Idle Writes/sec
CI_IDLE_WRITES_009_HELP=Idle Writes/sec is the rate at which disk writes are being issued by the engine's idle thread.
CI_IDLE_CHECKPOINTS_009_NAME=Idle Checkpoints/sec
CI_IDLE_CHECKPOINTS_009_HELP=Idle Checkpoints/sec is the rate at which checkpoints are completed by the engine's idle thread. An idle checkpoint occurs whenever the idle thread writes out the last dirty page in the cache.
CI_IDLE_CHECKP_TIME_009_NAME=Idle Checkp Time
CI_IDLE_CHECKP_TIME_009_HELP=Idle Checkp Time is the total time in seconds spent doing idle checkpoints.
CI_CHECKPOINTS_009_NAME=Checkpoints/sec
CI_CHECKPOINTS_009_HELP=Checkpoints/sec is the rate at which checkpoints are being performed.
CI_CHECKPOINT_LOG_009_NAME=Checkpoint Log/sec
CI_CHECKPOINT_LOG_009_HELP=Checkpoint Log/sec is the rate at which the transaction log is being checkpointed.
CI_CHECKPOINT_FLUSH_009_NAME=Checkpoint Flush/sec
CI_CHECKPOINT_FLUSH_009_HELP=Checkpoint Flush/sec is the rate at which ranges of adjacent pages are being written out during a checkpoint.
CI_EXTEND_DB_009_NAME=Extend DB/sec
CI_EXTEND_DB_009_HELP=Extend DB/sec is the rate (in pages/sec) at which the database file is being extended.
CI_EXTEND_TEMP_009_NAME=Extend Temp/sec
CI_EXTEND_TEMP_009_HELP=Extend Temp/sec is the rate (in pages/sec) at which temporary files are being extended.
CI_FREELIST_WRITE_PUSH_009_NAME=Freelist Write Push/sec
CI_FREELIST_WRITE_PUSH_009_HELP=Freelist Write Push/sec is the rate at which pages that can remain in the in-memory free list are being freed.
CI_FREELIST_WRITE_CURR_009_NAME=Freelist Write Curr/sec
CI_FREELIST_WRITE_CURR_009_HELP=Freelist Write Curr/sec is the rate at which pages that cannot remain in the in-memory free list are being freed.
CI_COMMIT_FILE_009_NAME=Commit File/sec
CI_COMMIT_FILE_009_HELP=Commit File/sec is the rate at which the engine is forcing a flush of the disk cache. On NT and NetWare platforms, the disk cache does not need to be flushed since unbuffered (direct) IO is used.
CI_PENDING_REQUESTS_009_NAME=Pending Requests/sec
CI_PENDING_REQUESTS_009_HELP=Pending Requests/sec is the rate at which the engine is detecting the arrival of new requests.
CI_CURRENT_READ_009_NAME=Current Read
CI_CURRENT_READ_009_HELP=Current Read is the current number of file reads issued by the engine which have not yet completed.
CI_MAXIMUM_READ_009_NAME=Maximum Read
CI_MAXIMUM_READ_009_HELP=Maximum Read is the maximum value that "Current Reads" has reached.
CI_CURRENT_WRITE_009_NAME=Current Write
CI_CURRENT_WRITE_009_HELP=Current Write is the current number of file writes issued by the engine which have not yet completed.
CI_MAXIMUM_WRITE_009_NAME=Maximum Write
CI_MAXIMUM_WRITE_009_HELP=Maximum Write is the maximum value that "Current Writes" has reached.
CI_CURRENT_IO_009_NAME=Current IO
CI_CURRENT_IO_009_HELP=Current IO is the current number of file IOs issued by the engine which have not yet completed.
CI_MAXIMUM_IO_009_NAME=Maximum IO
CI_MAXIMUM_IO_009_HELP=Maximum IO is the maximum value that "Current IO" has reached.
CI_JVM_NAMESPACE_SIZE_009_NAME=JVM Namespace Size
CI_JVM_NAMESPACE_SIZE_009_HELP=JVM Namespace Size is the total bytes allocated to java VM namespace.
CI_IO_TO_RECOVER_009_NAME=IO To Recover
CI_IO_TO_RECOVER_009_HELP=IO To Recover is the estimated number of IO operations required to recover the database.
CI_CHECKPOINT_URGENCY_009_NAME=Checkpoint Urgency
CI_CHECKPOINT_URGENCY_009_HELP=Checkpoint Urgency is expressed as a percentage. See documentation for details.
CI_RECOVERY_URGENCY_009_NAME=Recovery Urgency
CI_RECOVERY_URGENCY_009_HELP=Recovery Urgency is expressed as a percentage. See documentation for details.
CI_RELOCATABLE_HEAP_PAGES_009_NAME=Relocatable Heap Pages
CI_RELOCATABLE_HEAP_PAGES_009_HELP=Relocatable Heap Pages is the number of pages used for relocatable heaps (cursors, statements, procedures, triggers, views, etc.).
CI_PROCEDURE_PAGES_009_NAME=Procedure Pages
CI_PROCEDURE_PAGES_009_HELP=Procedure Pages is the number of relocatable heap pages used for procedures.
CI_TRIGGER_PAGES_009_NAME=Trigger Pages
CI_TRIGGER_PAGES_009_HELP=Trigger Pages is the number of relocatable heap pages used for triggers.
CI_VIEW_PAGES_009_NAME=View Pages
CI_VIEW_PAGES_009_HELP=View Pages is the number of relocatable heap pages used for views.
CI_PAGE_RELOCATIONS_009_NAME=Page Relocations/sec
CI_PAGE_RELOCATIONS_009_HELP=Page Relocations/sec is the rate at which relocatable heap pages are being read from the temporary file.
CI_MAP_PAGES_009_NAME=Map Pages
CI_MAP_PAGES_009_HELP=Map Pages is the number of map pages used for accessing the lock table, frequency table, and table layout.
CI_CACHE_HITS_009_NAME=Cache Hits/sec
CI_CACHE_HITS_009_HELP=Cache Hits/sec is the rate at which database page lookups are satisfied by finding the page in the cache.
CI_CACHE_READ_009_NAME=Cache Read/sec
CI_CACHE_READ_009_HELP=Cache Read/sec is the rate at which database pages are being looked up in the cache.
CI_DISK_READ_009_NAME=Disk Read/sec
CI_DISK_READ_009_HELP=Disk Read/sec is the rate at which pages are being read from file.
CI_DISK_SYNCREAD_009_NAME=Disk Syncread/sec
CI_DISK_SYNCREAD_009_HELP=Disk Syncread/sec is the rate at which pages are being read synchronously from disk.
CI_DISK_WAITREAD_009_NAME=Disk Waitread/sec
CI_DISK_WAITREAD_009_HELP=Disk Waitread/sec is the rate at which the engine is waiting synchronously for the completion of a read IO operation which was originally issued as an asynchronous read. Waitreads often occur due to cache misses on systems that support asynchronous IO.
CI_DISK_WAITWRITE_009_NAME=Disk Waitwrite/sec
CI_DISK_WAITWRITE_009_HELP=Disk Waitwrite/sec is the rate at which the engine is waiting synchronously for the completion of a write IO operation which was originally issued as an asynchronous write.
CI_CACHE_TABLE_READ_009_NAME=Cache Table Read/sec
CI_CACHE_TABLE_READ_009_HELP=Cache Table Read/sec is the rate at which table pages are being read from the cache.
CI_CACHE_INDEXLEAF_READ_009_NAME=Cache Indexleaf Read/sec
CI_CACHE_INDEXLEAF_READ_009_HELP=Cache Indexleaf Read/sec is the rate at which index leaf pages are being read from the cache.
CI_CACHE_INDEXINT_READ_009_NAME=Cache Indexint Read/sec
CI_CACHE_INDEXINT_READ_009_HELP=Cache Indexint Read/sec is the rate at which index internal-node pages are being read from the cache.
CI_DISK_TABLE_READ_009_NAME=Disk Table Read/sec
CI_DISK_TABLE_READ_009_HELP=Disk Table Read/sec is the rate at which table pages are being read from disk.
CI_DISK_INDEXLEAF_READ_009_NAME=Disk Indexleaf Read/sec
CI_DISK_INDEXLEAF_READ_009_HELP=Disk Indexleaf Read/sec is the rate at which index leaf pages are being read from disk.
CI_DISK_INDEXINT_READ_009_NAME=Disk Indexint Read/sec
CI_DISK_INDEXINT_READ_009_HELP=Disk Indexint Read/sec is the rate at which index internal-node pages are being read from disk.
CI_CACHE_WRITE_009_NAME=Cache Write/sec
CI_CACHE_WRITE_009_HELP=Cache Write/sec is the rate at which pages in the cache are being modified (in pages/sec).
CI_DISK_WRITE_009_NAME=Disk Write/sec
CI_DISK_WRITE_009_HELP=Disk Write/sec is the rate at which modified pages are being written to disk.
CI_DISK_SYNCWRITE_009_NAME=Disk Syncwrite/sec
CI_DISK_SYNCWRITE_009_HELP=Disk Syncwrite/sec is the rate at which pages are being written synchronously to disk. It is the sum of all the other "Disk SyncWrites _____/sec" counters.
CI_DISK_SYNC_WRT_EXTEND_009_NAME=Disk Sync Wrt Extend/sec
CI_DISK_SYNC_WRT_EXTEND_009_HELP=Disk Sync Wrt Extend/sec is the rate at which pages are being written synchronously to disk while extending a database file.
CI_DISK_SYNC_WRT_RLBK_009_NAME=Disk Sync Wrt Rlbk/sec
CI_DISK_SYNC_WRT_RLBK_009_HELP=Disk Sync Wrt Rlbk/sec is the rate at which pages are being written synchronously to the rollback log.
CI_DISK_SYNC_WRT_LOG_009_NAME=Disk Sync Wrt Log/sec
CI_DISK_SYNC_WRT_LOG_009_HELP=Disk Sync Wrt Log/sec is the rate at which pages are being written synchronously to the transaction log.
CI_DISK_SYNC_WRT_FREE_CURR_009_NAME=Disk Sync Wrt Free Curr/sec
CI_DISK_SYNC_WRT_FREE_CURR_009_HELP=Disk Sync Wrt Free Curr/sec is the rate at which pages are being written synchronously to disk to free a page that cannot remain in the in-memory free list.
CI_DISK_SYNC_WRT_FREE_PUSH_009_NAME=Disk Sync Wrt Free Push/sec
CI_DISK_SYNC_WRT_FREE_PUSH_009_HELP=Disk Sync Wrt Free Push/sec is the rate at which pages are being written synchronously to disk to free a page that can remain in the in-memory free list.
CI_DISK_SYNC_WRT_CHKPT_009_NAME=Disk Sync Wrt Chkpt/sec
CI_DISK_SYNC_WRT_CHKPT_009_HELP=Disk Sync Wrt Chkpt/sec is the rate at which pages are being written synchronously to disk for a checkpoint.
CI_DISK_SYNC_WRT_UNKN_009_NAME=Disk Sync Wrt Unkn/sec
CI_DISK_SYNC_WRT_UNKN_009_HELP=Disk Sync Wrt Unkn/sec is the rate at which pages are being written synchronously to disk for a reason not covered by other "Disk SyncWrites _____/sec" counters.
CI_ASYNC_READ_009_NAME=Async Read/sec
CI_ASYNC_READ_009_HELP=Async Read/sec is the rate at which pages are being read asynchronously from disk.
CI_ASYNC_WRITE_009_NAME=Async Write/sec
CI_ASYNC_WRITE_009_HELP=Async Write/sec is the rate at which pages are being written asynchronously to disk.
CI_REREAD_QUEUED_009_NAME=Reread Queued/sec
CI_REREAD_QUEUED_009_HELP=Reread Queued/sec is received by the database IO subsystem while an asynchronous read IO operation has been posted to the operating system but has not completed. Rereads Queued/sec is the rate at which this condition is occurring.
CI_READ_HINTS_009_NAME=Read Hints/sec
CI_READ_HINTS_009_HELP=Read Hints/sec is an asynchronous read operation for a page that the database engine is likely to need soon. Read Hints/sec is the rate at which such read operations are being issued.
CI_READ_HINTS_USED_009_NAME=Read Hints Used/sec
CI_READ_HINTS_USED_009_HELP=Read Hints Used/sec is the rate at which page-read operations are being satisfied immediately from cache thanks to a earlier read hint.
CI_REDO_WRITE_009_NAME=Redo Write/sec
CI_REDO_WRITE_009_HELP=Redo Write/sec is the rate at which pages are being written to the transaction (redo) log.
CI_REDO_REWRITE_009_NAME=Redo Rewrite/sec
CI_REDO_REWRITE_009_HELP=Redo Rewrite/sec is the rate at which pages that were previously written to the transaction log (but were not full) are being written to the transaction log again (but with more data added).
CI_REDO_FREE_COMMIT_009_NAME=Redo Free Commit
CI_REDO_FREE_COMMIT_009_HELP=Redo Free Commit is what occurs when a commit of the transaction (redo) log is requested but the log has already been written (so the commit was done for "free").
CI_WAITREAD_OPTIM_009_NAME=Waitread Optim/sec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -