SQL Server 的 General Statistics 物件
Microsoft SQL Server 的 SQLServer:General Statistics 物件,可提供計數器來監視整個伺服器範圍的一般活動,例如目前的連接數目,以及每秒與執行 SQL Server 執行個體之電腦連接與中斷連接的使用者數目。當您處理大型線上交易處理 (OLTP) 類型的系統時,這類系統中有許多用戶端會與 SQL Server 執行個體連接與中斷連接,這時就會相當有用。
下表描述 SQL Server General Statistics 計數器。
SQL Server 的 General Statistics 計數器
描述
Active Temp Tables
使用中的暫存資料表數目/資料表變數數目。
Event Notifications Delayed Drop
等待系統執行緒卸除的事件通知數目。
HTTP Authenticated Requests
每秒啟動的經驗證 HTTP 要求數目。
Logical Connections
系統的邏輯連接數目。
Logins/sec
每秒啟動登入總數。
附註:
這個數目包含連接集區的登入。
Logouts/sec
每秒啟動的登出總數。
Mars Deadlocks
偵測到的 Mars 死結數目。
Non-atomic yield rate
每秒非不可部分完成的產生數目。
Processes blocked
目前已封鎖的處理序數目。
SOAP Empty Requests
每秒啟動的空白 SOAP 要求數目。
SOAP Method Invocations
每秒啟動的 SOAP 方法引動過程數目。
SOAP Session Initiate Requests
每秒啟動的 SOAP 工作階段初始化要求數目。
SOAP Session Terminate Requests
每秒啟動的 SOAP 工作階段結束要求數目。
SOAP SQL Requests
每秒啟動的 SOAP SQL 要求數目。
SOAP WSDL Requests
每秒啟動的 SOAP Web 服務描述語言要求數目。
Temp Tables Creation Rate
每秒建立的暫存資料表數目/資料表變數數目。
Temp Tables For Destruction
等候清除系統執行緒終結的暫存資料表數目/資料表變數數目。
Trace Event Notifications Queue
在內部佇列中等候透過 Service Broker 傳送的追蹤事件通知執行個體數目。
Transactions
交易編列數目 (結合本機、DTC、繫結)。
User Connections
計算目前已連線到 SQL Server 的使用者數目。