LoadRunner監控SQLServer
新增SQL Server監視出錯
Monitor name :MS SQL Server. Cannot create measurement SQLServer|User Connections| on machine 127.0.0.1.
Details: 在計算機上找不到指定的物件。
Hint:
Check that there is such a measurement on this machine.
Check that you selected the right platform for the monitored machine in the Add Machine dialog box.
Note: When you monitor a Win2000 machine from an NT, some counters may not be available.
Try to delete this measurement and add it again (use the Add Resources dialog box ) (entry point: CFactory::Addmeasurement ). [MsgId: MMSG-47296]
監控SQLSERVER時,能增加度量。但是隻有系統資源相關的度量有資料,而和sqlserver相關的度量卻沒有資料。
解決方法:
改為在System Resource Graphs中通過新增Windows Resources的方式新增SQLServer計數器則可以,新增的物件是SQLServer:General Statistics,計數器選User Connections
應該收集哪些SQLServer的效能指標?
一般需要監控以下指標:
1) SQLServer資源監控中指標快取點選率(Cache Hit Ratio),該值越高越好。如果持續低於80%,應考慮增加記憶體。
2) 如果Full Scans/sec(全表掃描/秒)計數器顯示的值比1或2高,則應分析你的查詢以確定是否確實需要全表掃描,以及SQL查詢是否可以被優化。
3) Number of Deadlocks/sec(死鎖的數量/秒):死鎖對應用程式的可伸縮性非常有害,並且會導致惡劣的使用者體驗。該計數器的值必須為0。
4) Lock Requests/sec(鎖請求/秒),通過優化查詢來減少讀取次數,可以減少該計數器的值。
具體可參考:
1、Controller幫助文件:
The following table describes the default counters that can be monitored on version 6.5 of the SQL Server:
2、《Performance Monitoring Best Practices》中的MS SQL Server Monitoring部分。
安裝LR9.51補丁後可以在C:/Program Files/HP/LoadRunner/help目錄中找到Monitoring_BP.pdf檔案。
3、參考:
http://www.loadtester.com/files/sql2000_perfmon.pdf
相關文章
- sqlserver JOB 監控SQLServer
- 用LoadRunner監控windows的效能Windows
- LoadRunner監控Linux的三種方法Linux
- SQLserver 監控資料檔案SQLServer
- SQLServer如何監控阻塞會話SQLServer會話
- 利用Loadrunner來監控Linux伺服器Linux伺服器
- MYSQL和SQLServer效能監控指標MySqlServer指標
- LoadRunner監控Unix、Windows方法及常用效能指標Windows指標
- Zabbix監控 MS SqlServer2019SQLServer
- sqlserver資料庫系統效能監控步驟SQLServer資料庫
- 幾款SQLSERVER資料庫監控軟體介紹SQLServer資料庫
- SQLServer統計監控SQL執行計劃突變的方法SQLServer
- sqlserver監控指令碼_發現某個等待就發出郵件SQLServer指令碼
- 黑盒監控、日誌監控
- 6.prometheus監控--監控dockerPrometheusDocker
- TiDB監控實現--存活監控TiDB
- 聊聊前端監控——錯誤監控篇前端
- nagios監控例項 -- PostgreSQL監控iOSSQL
- APM效能監控軟體的監控型別服務及監控流程型別
- 【SQL監控】SQL完全監控的指令碼SQL指令碼
- 伺服器監控之 ping 監控伺服器
- 3-主機監控、應用監控
- Redis監控Redis
- 批量監控
- index 監控Index
- nginx監控Nginx
- centos 監控CentOS
- zabbix監控
- 夜鶯監控
- mysql 的一個監控指令碼,監控heartbeatMySql指令碼
- Sqlserver重啟alwayson監聽埠SQLServer
- Prometheus+Grafana實現服務效能監控:windows主機監控、Spring Boot監控、Spring Cloud Alibaba Seata監控PrometheusGrafanaWindowsSpring BootCloud
- 一種對雲主機進行效能監控的監控系統及其監控方法
- 前端資料監控到底在監控什麼?前端
- Hystrix 監控視覺化頁面——Dashboard 流監控視覺化
- MySQL監控-Datadog資料庫監控調研MySql資料庫
- 監控寶SQL Server效能監控的功能和配置SQLServer
- nagios的配置(監控端和被監控端)iOS