Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czantoine/microsoft-sql-server-with-grafana
https://github.com/czantoine/microsoft-sql-server-with-grafana
grafana grafana-dashboard microsoft-sql-server microsoft-sqlserver-database sql-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/czantoine/microsoft-sql-server-with-grafana
- Owner: czantoine
- Created: 2024-07-10T04:24:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T09:54:58.000Z (2 months ago)
- Last Synced: 2024-09-28T15:40:13.780Z (about 2 months ago)
- Topics: grafana, grafana-dashboard, microsoft-sql-server, microsoft-sqlserver-database, sql-server
- Homepage: https://medium.com/@antoinecichowicz/monitoring-microsoft-sql-server-with-grafana-a-comprehensive-guide-da370ca4c356
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitoring Microsoft SQL Server with Grafana
## Features
This is a comprehensive Grafana dashboard designed for monitoring Microsoft SQL Server. It provides real-time insights into your SQL Server environment, making it easy for both technical and non-technical users to understand the performance of their SQL Server instances.
- Uptime: Displays the SQL Server start time.
- Queries per Second: Shows the average duration of queries and their execution count.
- Table Locks: Provides information about the current table locks in the system.
- Buffer Pool Hit Rate: Visualizes the rate of hits in the buffer pool.
- Index Usage: Presents the usage statistics of indexes.
- Buffer Pool Usage: Monitors the usage of the buffer pool.
- CPU Utilization: Tracks the CPU usage of the SQL Server.
- Disk I/O: Monitors the disk input/output operations.
- Network Usage: Displays the network traffic related to the SQL Server.
- Memory Usage: Provides insights into the memory consumption of the SQL Server.
- Query Cache: Displays the query cache statistics in the SQL Server.
- Current Connections: Shows the current connections to the SQL Server.
- Table Locks: Provides information about the current table locks in the system.
- Running Threads: Displays the number of running threads in the SQL Server.
- Open Files Limit: Shows the limit of open files in the SQL Server.
- Temp Tables Created On Disk: Visualizes the number of temporary tables created on disk.
- Slow Queries: Displays the slow queries in the SQL Server.
- Row Count: Shows the total number of rows across all tables in the database.
- Total Space: Displays the total space (in MB) allocated to all tables in the database.
- Used Space: Shows the space (in MB) currently used by all tables in the database.
- Unused Space: Provides information on the unused space (in MB) within the allocated space for all tables in the database.You can directly find the [dashboard here](https://grafana.com/grafana/dashboards/21378-microsoft-sql-server-dashboard/) or use the ID: 21378.
---
If you find this project useful, please give it a star ⭐️ ! Your support is greatly appreciated. Also, feel free to contribute to this project. All contributions, whether bug fixes, improvements, or new features, are welcome!