📄 dbctrs7.ini
字号:
CI_INDEX_LOOKUPS_009_HELP=Index: Lookups/sec is the rate at which entries are being looked up in indexes.
CI_FULL_COMPARES_009_NAME=Index: Full Compares/sec
CI_FULL_COMPARES_009_HELP=Index: Full Compares/sec is the rate at which comparisons beyond the hash value in an index must be performed.
CI_JVM_HEAP_SIZE_009_NAME=JVM: Heap Size
CI_JVM_HEAP_SIZE_009_HELP=JVM: Heap Size is the total bytes allocated to connection java VMs.
CI_ROLLBACK_LOG_PAGES_009_NAME=Mem Pages: Rollback Log
CI_ROLLBACK_LOG_PAGES_009_HELP=Mem Pages: Rollback Log is the number of pages in the rollback log.
CI_GETDATA_009_NAME=Requests: GET DATA/sec
CI_GETDATA_009_HELP=Requests: GET DATA/sec is the rate at which a connection is issuing GET DATA requests.
CI_COMMIT_009_NAME=Transaction Commits/sec
CI_COMMIT_009_HELP=Transaction Commits/sec is the rate at which Commit requests are being handled.
CI_ROLLBACK_009_NAME=Transaction Rollbacks/sec
CI_ROLLBACK_009_HELP=Transaction Rollbacks/sec is the rate at which Rollback requests are being handled.
CI_STATEMENT_009_NAME=Statements
CI_STATEMENT_009_HELP=Statements is the number of prepared statements that are currently being maintained by the engine.
CI_STATEMENT_PREPARES_009_NAME=Statement Prepares/sec
CI_STATEMENT_PREPARES_009_HELP=Statement Prepares/sec is the rate at which statement prepares are being handled by the engine.
CI_CURSOR_009_NAME=Cursors
CI_CURSOR_009_HELP=Cursors is the number of declared cursors that are currently being maintained by the engine.
CI_OPEN_CURSOR_009_NAME=Cursors Open
CI_OPEN_CURSOR_009_HELP=Cursors Open is the number of open cursors that are currently being maintained by the engine.
CI_CONTEXT_SWITCHES_009_NAME=Context Switches/sec
CI_CONTEXT_SWITCHES_009_HELP=Context Switches/sec is the rate at which the current engine thread is being changed.
CI_PACKETS_RECEIVED_009_NAME=Comm: Packets Received/sec
CI_PACKETS_RECEIVED_009_HELP=Comm: Packets Received/sec is the rate at which network packets are being received.
CI_BYTES_RECEIVED_009_NAME=Comm: Bytes Received/sec
CI_BYTES_RECEIVED_009_HELP=Comm: Bytes Received/sec is the rate at which network data (in bytes) are being received.
CI_PACKETS_SENT_009_NAME=Comm: Packets Sent/sec
CI_PACKETS_SENT_009_HELP=Comm: Packets Sent/sec is the rate at which network packets are being transmitted.
CI_BYTES_SENT_009_NAME=Comm: Bytes Sent/sec
CI_BYTES_SENT_009_HELP=Comm: Bytes Sent/sec is the rate at which bytes are being transmitted over the network.
CI_PACKETS_RESENT_009_NAME=Comm: Packets Resent/sec
CI_PACKETS_RESENT_009_HELP=Comm: Packets Resent/sec is the rate at which network packets are being retransmitted.
CI_PACKETS_RERECEIVED_009_NAME=Comm: Packets Rereceived/sec
CI_PACKETS_RERECEIVED_009_HELP=Comm: Packets Rereceived/sec is the rate at which duplicate network packets are being received.
CI_PACKETS_CORRUPTED_009_NAME=Comm: Packets Corrupted/sec
CI_PACKETS_CORRUPTED_009_HELP=Comm: Packets Corrupted/sec is the rate at which corrupt network packets are being received.
CI_PACKETS_DROPPED_009_NAME=Comm: Packets Dropped/sec
CI_PACKETS_DROPPED_009_HELP=Comm: Packets Dropped/sec is the rate at which network packets are being dropped due to lack of buffer space.
CI_MULTI_PACKETS_SENT_009_NAME=Comm: Multi-packets Sent/sec
CI_MULTI_PACKETS_SENT_009_HELP=Comm: Multi-packets Sent/sec is the rate at which multi-packet deliveries are being transmitted.
CI_MULTI_PACKETS_RECEIVED_009_NAME=Comm: Multi-packets Received/sec
CI_MULTI_PACKETS_RECEIVED_009_HELP=Comm: Multi-packets Received/sec is the rate at which multi-packet deliveries are being received.
CI_REMOTEPUT_WAIT_009_NAME=Comm: Remoteput Waits/sec
CI_REMOTEPUT_WAIT_009_HELP=Comm: Remoteput Waits/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=Comm: Send Fails/sec
CI_SEND_FAIL_009_HELP=Comm: Send Fails/sec is the rate at which the underlying protocol(s) failed to send a packet.
CI_FREE_BUFFERS_009_NAME=Comm: Free Buffers
CI_FREE_BUFFERS_009_HELP=Comm: Free Buffers is the number of free network buffers.
CI_TOTAL_BUFFERS_009_NAME=Comm: Total Buffers
CI_TOTAL_BUFFERS_009_HELP=Comm: Total Buffers is the total number of network buffers.
CI_BUFFER_MISSES_009_NAME=Comm: Buffer Misses
CI_BUFFER_MISSES_009_HELP=Comm: Buffer Misses is total number of network buffers allocations exceeding the connection buffer pool.
CI_SERVER_IDLE_WAITS_009_NAME=Server Idle Waits/sec
CI_SERVER_IDLE_WAITS_009_HELP=Server Idle Waits/sec is the number of times per second that the server goes idle waiting for IO completion or a new request.
CI_UNSCHEDULED_REQUESTS_009_NAME=Requests: Unscheduled
CI_UNSCHEDULED_REQUESTS_009_HELP=Requests: Unscheduled is the number of requests that are currently queued up waiting for an available engine thread.
CI_ACTIVE_REQUESTS_009_NAME=Requests: Active
CI_ACTIVE_REQUESTS_009_HELP=Requests: Active is the number of engine threads that are currently handling a request.
CI_REQUESTS_009_NAME=Requests/sec
CI_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_JVM_GLOBALFIXED_SIZE_009_NAME=JVM: Global Fixed Size
CI_JVM_GLOBALFIXED_SIZE_009_HELP=JVM: Global Fixed Size is the total bytes allocated to java VM Fixed Heap.
CI_CACHE_HITS_ENG_009_NAME=Cache Hits/sec
CI_CACHE_HITS_ENG_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_ENG_009_NAME=Cache Reads: Total Pages/sec
CI_CACHE_READ_ENG_009_HELP=Cache Reads: Total Pages/sec is the rate at which database pages are being looked up in the cache.
CI_DISK_READ_ENG_009_NAME=Disk Reads: Total Pages/sec
CI_DISK_READ_ENG_009_HELP=Disk Reads: Total Pages/sec is the rate at which pages are being read from disk.
CI_LOCKED_HEAP_PAGES_009_NAME=Mem Pages: Locked Heap
CI_LOCKED_HEAP_PAGES_009_HELP=Mem Pages: Locked Heap is the number of heap pages locked in the cache.
CI_AVAIL_IO_009_NAME=Avail IO
CI_AVAIL_IO_009_HELP=Avail IO is expressed as a count. See documentation for details.
CI_MAIN_HEAP_PAGES_009_NAME=Mem Pages: Main Heap
CI_MAIN_HEAP_PAGES_009_HELP=Mem Pages: Main Heap is the number of pages used for global engine data structures.
CI_MAIN_HEAP_BYTES_009_NAME=Main Heap Bytes
CI_MAIN_HEAP_BYTES_009_HELP=Main Heap Bytes is the number of bytes used for global engine data structures.
CI_REQUEST_QUEUE_WAIT_009_NAME=Request Queue Waits/sec
CI_REQUEST_QUEUE_WAIT_009_HELP=Request Queue Waits/sec is the rate at which the engine must wait for room in the request queue.
CI_CACHE_REPLACEMENTS_009_NAME=Cache Replacements: Total Pages/sec
CI_CACHE_REPLACEMENTS_009_HELP=Cache Replacements: Total Pages/sec is the rate at which database pages are being purged from the cache to make room for another page that is needed.
CI_CURRENT_CACHE_SIZE_009_NAME=Cache Size: Current
CI_CURRENT_CACHE_SIZE_009_HELP=Cache Size: Current is the current cache size in kilobytes.
CI_MIN_CACHE_SIZE_009_NAME=Cache Size: Minimum
CI_MIN_CACHE_SIZE_009_HELP=Cache Size: Minimum is the minimum cache size in kilobytes.
CI_MAX_CACHE_SIZE_009_NAME=Cache Size: Maximum
CI_MAX_CACHE_SIZE_009_HELP=Cache Size: Maximum is the maximum cache size in kilobytes.
CI_PEAK_CACHE_SIZE_009_NAME=Cache Size: Peak
CI_PEAK_CACHE_SIZE_009_HELP=Cache Size: Peak is the peak cache size in kilobytes.
OI_ENGINE_00C_NAME=Moteur Adaptive Server Anywhere
OI_ENGINE_00C_HELP=Objet du moteur Adaptive Server Anywhere.
OI_DATABASE_00C_NAME=Base de donn閑s Adaptive Server Anywhere
OI_DATABASE_00C_HELP=Objet de la base de donn閑s Adaptive Server Anywhere.
OI_CONNECTION_00C_NAME=Connexion Adaptive Server Anywhere
OI_CONNECTION_00C_HELP=Objet de connexion Adaptive Server Anywhere.
CI_IDLE_ACTIVE_00C_NAME=Veille activ閑/sec
CI_IDLE_ACTIVE_00C_HELP=Veille activ閑/sec est la fr閝uence
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -