💪 Now available
10 Aug 23
A global SQL Search screen was added in v3.7.
https://docs.dbmarlin.com/docs/Using-DBmarlin/sql-search
This can be useful if you have a statement from another source such as your development IDE, a log file or perhaps another monitoring solution and wish to find that statement in DBmarlin wherever it might have run.
💪 Now available
10 Aug 23
Links to other 3rd-party tools were added in DBmarlin v3.7
https://docs.dbmarlin.com/docs/settings/database-instance-settings/#3rd-party-links
Examples you may use this for:
💪 Now available
10 Aug 23
PagerDuty and Slack notifications were added in v3.7
https://docs.dbmarlin.com/docs/Integrations/pagerduty
https://docs.dbmarlin.com/docs/Integrations/slack
💪 Now available
10 Aug 23
Deadlock screen is now available for SQL Server and Oracle in DBmarlin v3.7
https://docs.dbmarlin.com/docs/Using-DBmarlin/instance-dashboard#deadlocks
💪 Now available
10 Aug 23
This is now available since v3.6.0 https://docs.dbmarlin.com/docs/Release-notes/v3.6.0
💪 Now available
02 Jun 23
Additional granularity added to all charts in the product as of v3.4.0
💪 Now available
02 Jun 23
Fixed in v3.4.0
💪 Now available
02 Jun 23
Available in v3.5.0
💪 Now available
02 Jun 23
Available from v3.5.0 for Linux and Kubernetes
💪 Now available
02 Jun 23
Available in beta in v3.4.0
💪 Now available
30 Mar 23
Tried configuring dbmarlin on a RHEL7.9 box. It took some time to figure out why it did not succeed, but configure passes $LANG down to postgres lc_messages. When LANG is not set, havoc awaits;-). A simple test in configure would avoid that:
<pre>
if (( $EUID == 0 )); then
"Please don't run as root. We recommend you create a dbmarlin user."
exit
fi
DIR="$(cd "$(dirname "$0")" && pwd)"
</pre>
💪 Now available
30 Mar 23
Would like to be able to monitor WIndows host metrics like CPU, memory and disk I/O via WMI but from a Linux DBmarlin host
💪 Now available
30 Mar 23
Similar to the SQL Stats Explorer Report but allows for 2 time ranges to be compared.
💪 Now available
02 Dec 22
Would like to send data to New Relic through a proxy server
💪 Now available
02 Dec 22
Support SQL Server database where the master DB is case sensitive and DMVs must use lower case.
💪 Now available
23 Nov 22
A new screen that allows you to see top SQL by any of the SQL statistics like Logical Read, CPU %, Physical Reads, etc both as a table and an overtime chart.
💪 Now available
26 Sep 22
The SQL Metrics screen will show SQL statements and their KPIs such as Execute count, Duration, CPU time etc.
💪 Now available
26 Sep 22
The SQL Metrics screen will show SQL statements and their KPIs such as Execute count, Duration, CPU time, Logical Reads, Physical Reads, Logical Writes etc.
💪 Now available
26 Sep 22
The SQL Metrics screen will show SQL statements and their KPIs such as Execute count, Duration, CPU time etc
💪 Now available
26 Sep 22
Provide a link from a host to the instances running on that host
💪 Now available
02 Aug 22
💪 Now available
02 Aug 22
Show the when alerts rule thresholds were crossed on the charts for host and instances and as a list view.
💪 Now available
02 Aug 22
Allow DBmarlin data to be sent to New Relic so it can be viewed along with other application and infrastructure data.