CI_MULTI_PACKETS_RECEIVED_009_HELP=Multi-packets Received/sec is the rate at which multi-packet deliveries are being received.
CI_REMOTEPUT_WAIT_009_NAME=Remoteput Wait/sec
CI_REMOTEPUT_WAIT_009_HELP=Remoteput Wait/sec is the rate at which the communication link must wait because it does not have buffers available to send information. This statistic is collected for NetBIOS (both sessions and datagrams) and IPX protocols only.
CI_SEND_FAIL_009_NAME=Sends Failed/sec
CI_SEND_FAIL_009_HELP=Sends Failed/sec is the rate at which the underlying protocol(s) failed to send a packet.
CI_FREE_BUFFERS_009_NAME=Free Buffers
CI_FREE_BUFFERS_009_HELP=Number of free network buffers.
CI_TOTAL_BUFFERS_009_NAME=TotalBuffers
CI_TOTAL_BUFFERS_009_HELP=Total number of network buffers.
CI_SERVER_IDLE_WAITS_009_NAME=Idle Waits/sec
CI_SERVER_IDLE_WAITS_009_HELP=Idle Waits/sec is the number of times per second that the server goes idle waiting for IO completion or a new request.
CI_DBSTAT_IDLE_ACTIVE_009_NAME=Idle Active/sec
CI_DBSTAT_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_DBSTAT_IDLE_WRITES_009_NAME=Idle Writes/sec
CI_DBSTAT_IDLE_WRITES_009_HELP=Idle Writes/sec is the rate at which disk writes are being issued by the engine's idle thread.
CI_DBSTAT_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_DBSTAT_CHECKPOINTS_009_NAME=Checkpoints/sec
CI_DBSTAT_CHECKPOINTS_009_HELP=Checkpoints/sec is the rate at which checkpoints are being performed.
CI_DBSTAT_FREELIST_WRITE_CURR_009_HELP=Freelist Write Current/sec is the rate at which pages that cannot remain in the in-memory free list are being freed.
CI_DBSTAT_COMMIT_FILE_009_NAME=Commit files/sec
CI_DBSTAT_COMMIT_FILE_009_HELP=Commit files/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_DBSTAT_UNSCHEDULED_REQUESTS_009_HELP=Unscheduled requests is the number of requests that are currently queued up waiting for an available engine thread.
CI_DBSTAT_PENDING_REQUESTS_009_HELP=Pending requests/sec is the rate at which the engine is detecting the arrival of new requests.
CI_DBSTAT_REQUESTS_009_NAME=Requests/sec
CI_DBSTAT_REQUESTS_009_HELP=Requests/sec is the rate at which the engine is being entered to allow it to handle a new request or continue processing an existing request.
CI_DBSTAT_CURRENT_READ_009_NAME=Current Reads
CI_DBSTAT_CURRENT_READ_009_HELP=Current Reads is the current number of file reads issued by the engine which have not yet completed.
CI_DBSTAT_MAXIMUM_READ_009_NAME=Maximum Reads
CI_DBSTAT_MAXIMUM_READ_009_HELP=Maximum Reads is the maximum value that "Current Reads" has reached.
CI_DBSTAT_CURRENT_WRITE_009_NAME=Current Writes
CI_DBSTAT_CURRENT_WRITE_009_HELP=Current Writes is the current number of file writes issued by the engine which have not yet completed.
CI_DBSTAT_MAXIMUM_WRITE_009_NAME=Maximum Writes
CI_DBSTAT_MAXIMUM_WRITE_009_HELP=Maximum Writes is the maximum value that "Current Writes" has reached.
CI_DBSTAT_CURRENT_IO_009_NAME=Current IO
CI_DBSTAT_CURRENT_IO_009_HELP=Current IO is the current number of file IOs issued by the engine which have not yet completed.
CI_DBSTAT_MAXIMUM_IO_009_NAME=Maximum IO
CI_DBSTAT_MAXIMUM_IO_009_HELP=Maximum IO is the maximum value that "Current IO" has reached.
CI_DBSTAT_RELOCATABLE_HEAP_PAGES_009_HELP=Relocatable Heap Pages is the number of pages used for relocatable heaps (cursors, statements, procedures, triggers, views, etc.).
CI_DBCONNSTAT_DISK_WAITREAD_009_HELP=Disk Waitreads/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_DBCONNSTAT_DISK_WAITWRITE_009_HELP=Disk Waitwrites/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_DBCONNSTAT_CACHE_TABLE_READ_009_HELP=Cache Table Reads/sec is the rate at which table pages are being read from the cache.
CI_DBCONNSTAT_CACHE_INDEXLEAF_READ_009_NAME=Cache Index Leaf Reads/sec
CI_DBCONNSTAT_CACHE_INDEXLEAF_READ_009_HELP=Cache Index Leaf Reads/sec is the rate at which index leaf pages are being read from the cache.
CI_DBCONNSTAT_CACHE_INDEXINT_READ_009_NAME=Cache Index Internal Reads/sec
CI_DBCONNSTAT_CACHE_INDEXINT_READ_009_HELP=Cache Index Internal Reads/sec is the rate at which index internal-node pages are being read from the cache.
CI_DBCONNSTAT_DISK_SYNCWRITE_009_HELP=Disk SyncWrites/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_DBCONNSTAT_DISK_SYNC_WRT_EXTEND_009_HELP=Disk SyncWrites Extend/sec is the rate at which pages are being written synchronously to disk while extending a database file.
CI_DBCONNSTAT_DISK_SYNC_WRT_FREE_CURR_009_HELP=Disk SyncWrites Free Current/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_DBCONNSTAT_DISK_SYNC_WRT_FREE_PUSH_009_HELP=Disk SyncWrites 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_DBCONNSTAT_DISK_SYNC_WRT_CHKPT_009_HELP=Disk SyncWrites Checkpoint/sec is the rate at which pages are being written synchronously to disk for a checkpoint.
CI_DBCONNSTAT_DISK_SYNC_WRT_UNKN_009_HELP=Disk SyncWrite Other/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_DBCONNSTAT_REREAD_QUEUED_009_HELP=A reread occurs when a read request for a page 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_DBCONNSTAT_READ_HINTS_009_NAME=Read Hints/sec
CI_DBCONNSTAT_READ_HINTS_009_HELP=A read hint 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_DBCONNSTAT_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_DBCONNSTAT_REDO_WRITE_009_NAME=Redo Writes/sec
CI_DBCONNSTAT_REDO_WRITE_009_HELP=Redo Writes/sec is the rate at which pages are being written to the transaction (redo) log.
CI_DBCONNSTAT_REDO_REWRITE_009_HELP=Redo Rewrites/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_DBCONNSTAT_REDO_FREE_COMMIT_009_HELP=A "Redo Free Commit" 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_DBCONNSTAT_WAITREAD_OPTIM_009_HELP=Waitread Optimizer/sec is the rate at which read requests posted by the optimizer must be satisfied by a synchronous read operation.
CI_DBCONNSTAT_WAITREAD_TEMPTAB_009_HELP=Waitread Temporary Table/sec is the rate at which read requests for a temporary table must be satisfied by a synchronous read operation.
CI_DBCONNSTAT_WAITREAD_SYSCONN_009_HELP=Waitread SysConnection/sec is the rate at which read requests posted from the system connection must be satisfied by a synchronous read operation. The system connection is a special connection used as the context before a connection is made and for operations performed outside of a any client connection.
CI_DBCONNSTAT_WAITREAD_FULLCOMP_009_NAME=Waitread Full Compare/sec
CI_DBCONNSTAT_WAITREAD_FULLCOMP_009_HELP=Waitread Full Compare/sec is the rate at which read requests associated with a full comparison (a comparison beyond the hash value in an index) must be satisfied by a synchronous read operation.
CI_DBCONNSTAT_WAITREAD_UNKNOWN_009_HELP=Waitread Other/sec is the rate at which read requests from other sources must be satisfied by a synchronous read operation.
CI_DBCONNSTAT_INDEX_ADDS_009_NAME=Index adds/sec
CI_DBCONNSTAT_INDEX_ADDS_009_HELP=Index adds/sec is the rate at which entries are being added to indexes.
CI_CONNSTAT_CONTEXT_SWITCH_CHECKS_009_HELP=Context Switch Checks/sec is the rate at which the current engine thread is volunteering to give up the CPU to another engine thread.
CI_PING1_009_NAME=Ping1/sec
CI_PING1_009_HELP=Ping1/sec is the rate at which ping requests which go all the way down into the engine are serviced.
CI_PING2_009_NAME=Ping2/sec
CI_PING2_009_HELP=Ping2/sec is the rate at which ping requests which are turned around at the top of the protocol stack are serviced.
CI_INDEX_FILLS_009_NAME=Index Fills
CI_INDEX_FILLS_009_HELP=Index Fills is the number of times a new temporary merge index is created.
CI_INDEX_MERGES_009_NAME=Index Merges
CI_INDEX_MERGES_009_HELP=Index Merges is the number of times a temp index has been merged into a main index
CI_DIRTY_PAGES_009_NAME=Dirty Pages
CI_DIRTY_PAGES_009_HELP=Dirty Pages is the number of pages in the cache which must be written out and which do not belong to temporary files.
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.