Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Free, open-source SQL Server performance monitoring in two editions. Built for DBAs, consultants, and developers who want real insight without enterprise complexity.

**Supported:** SQL Server 2016, 2017, 2019, 2022, 2025 | Azure SQL Managed Instance | AWS RDS for SQL Server | Azure SQL Database (Lite only)
**Supported SQL Servers:** SQL Server 2016, 2017, 2019, 2022, 2025 | Azure SQL Managed Instance | AWS RDS for SQL Server | Azure SQL Database (Lite only)

**Dashboard/Lite requires:** Windows 10 or later, Windows Server 2016 or later

---

Expand Down Expand Up @@ -61,15 +63,15 @@ Installs a `PerformanceMonitor` database with 30 collector stored procedures and

**Best for:** Production 24/7 monitoring, long-term baselining, maximum data fidelity.

**Requirements:** sysadmin on target server (or equivalent on managed platforms), SQL Server Agent running.
**Requirements:** Windows 10+ / Server 2016+ (Dashboard), sysadmin on target server (or equivalent on managed platforms), SQL Server Agent running.

### Lite Edition (Desktop Application)

A single WPF desktop application that monitors SQL Server instances remotely. Queries DMVs directly over the network and stores data locally in DuckDB with automatic Parquet archival. Nothing is installed on the target server.

**Best for:** Quick triage, Azure SQL Database, locked-down servers, consultants, firefighting.

**Requirements:** `VIEW SERVER STATE` on target server (`VIEW DATABASE STATE` for Query Store).
**Requirements:** Windows 10+ / Server 2016+, `VIEW SERVER STATE` on target server (`VIEW DATABASE STATE` for Query Store).

### Comparison

Expand Down