<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Monitoring on FromDual GmbH</title><link>https://www.fromdual.com/tags/monitoring/</link><description>Recent content in Monitoring on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Thu, 19 Feb 2026 18:18:00 +0100</lastBuildDate><atom:link href="https://www.fromdual.com/tags/monitoring/index.xml" rel="self" type="application/rss+xml"/><item><title>dbstat for MariaDB after one month of productive use</title><link>https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/</link><pubDate>Fri, 26 Apr 2024 14:13:55 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#retrospect"&gt;Review&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#one-month-later"&gt;One month later&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#table-size"&gt;Size of the tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#processlist"&gt;Process list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#global-variables"&gt;Global variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#locking"&gt;Metadata Lock and InnoDB Transaction Lock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-after-one-month-of-productive-use/#global-status"&gt;Global status&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="review"&gt;Review&lt;/h2&gt;
&lt;p&gt;After we introduced &lt;a href="https://www.fromdual.com/dbstat-for-mariadb-and-mysql"&gt;&lt;code&gt;dbstat&lt;/code&gt; for MariaDB (and MySQL)&lt;/a&gt; a good 5 weeks ago, we naturally also rolled it out on our systems to test the behaviour in daily use (&lt;a href="https://en.wikipedia.org/wiki/Eating_your_own_dog_food" target="_blank" title="Eating your own dog food auf Wikipedia"&gt;eat your own dog food&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>dbstat for MariaDB (and MySQL)</title><link>https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/</link><pubDate>Thu, 14 Mar 2024 15:36:57 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#features"&gt;Functionality of &lt;code&gt;dbstat&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#how-does-dbstat-work"&gt;How does &lt;code&gt;dbstat&lt;/code&gt; work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#installation"&gt;How to install &lt;code&gt;dbstat&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#queries"&gt;Query &lt;code&gt;dbstat&lt;/code&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#table_size"&gt;&lt;code&gt;table_size&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#processlist"&gt;&lt;code&gt;processlist&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#trx_and_lck"&gt;&lt;code&gt;trx_and_lck&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#metadata_lock"&gt;&lt;code&gt;metadata_lock&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#global_variables"&gt;&lt;code&gt;global_variables&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#global_status"&gt;&lt;code&gt;global_status&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#testing"&gt;Testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/dbstat-for-mariadb-and-mysql/#sources"&gt;Sources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;An idea that I have been thinking about for a long time and have now, thanks to a customer, finally tackled is &lt;code&gt;dbstat&lt;/code&gt; for MariaDB/MySQL. The idea is based on &lt;code&gt;sar/sysstat&lt;/code&gt; by Sebastien Godard:&lt;/p&gt;</description></item><item><title>Automated MariaDB restore tests</title><link>https://www.fromdual.com/blog/automated-mariadb-restore-tests/</link><pubDate>Fri, 27 Aug 2021 19:38:16 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/automated-mariadb-restore-tests/</guid><description>&lt;p&gt;Nearly everybody does backups. But nobody needs backups! What everybody wants and needs is a working restore not a working backup&amp;hellip;&lt;/p&gt;</description></item><item><title>Monitoring your MariaDB database with SNMP</title><link>https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/</link><pubDate>Mon, 16 Aug 2021 14:24:54 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#what-is-snmp"&gt;What is SNMP?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#snmp-agent"&gt;SNMP Agent (snmptrap)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#snmp-manager"&gt;SNMP Manager (snmptrapd)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#test-the-snmp-agent"&gt;Test the SNMP Agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#creating-your-own-mib"&gt;Creating your own MIB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#sending-mariadb-snmp-traps-from-php"&gt;Sending MariaDB SNMP traps from PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/monitoring-your-mariadb-database-with-snmp/#literature"&gt;Literature&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-is-snmp"&gt;What is SNMP?&lt;/h2&gt;
&lt;p&gt;A customer recently had the question if an how his MariaDB database can be easily monitored with SNMP?&lt;/p&gt;</description></item><item><title>FromDual Nagios and Icinga plugins v1.0.1 for MySQL/MariaDB released</title><link>https://www.fromdual.com/blog/fromdual-nagios-icinga-plug-ins-1.0.1-mysql-mariadb-released/</link><pubDate>Tue, 23 Feb 2016 18:27:03 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fromdual-nagios-icinga-plug-ins-1.0.1-mysql-mariadb-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of the &lt;a href="https://www.fromdual.com/nagios-and-icinga-plugins-for-mysql-1.0.0-have-been-released" title="FromDual Nagios and Icinga plugins"&gt;FromDual Nagios and Icinga plugins for MySQL, Galera Cluster and MariaDB&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Creating Event Handlers with MySQL Enterprise Monitor</title><link>https://www.fromdual.com/blog/creating-event-handlers-with-mysql-enterprise-monitor/</link><pubDate>Tue, 17 Feb 2015 13:57:29 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/creating-event-handlers-with-mysql-enterprise-monitor/</guid><description>&lt;p&gt;&lt;a href="http://www.mysql.com/products/enterprise/monitor.html" target="_blank" title="MySQL Enterprise Monitor (MEM)"&gt;MySQL Enterprise Monitor (MEM)&lt;/a&gt; has by default no Event Handlers created and activated. These Event Handlers you have to define yourself according to your needs.&lt;/p&gt;</description></item><item><title>FromDual: Tools for MySQL and Galera - Backup - Monitoring - Operations</title><link>https://www.fromdual.com/blog/newsletter-en-2014-07/</link><pubDate>Sun, 27 Jul 2014 10:46:18 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/newsletter-en-2014-07/</guid><description>&lt;p&gt;FromDual tools provide valuable additional functionality which facilitate and optimize daily operations of your MySQL databases. Since our last newsletter a lot of things have changed in the FromDual tools.&lt;/p&gt;</description></item><item><title>Galera Cluster Nagios Plugin</title><link>https://www.fromdual.com/blog/galera-cluster-nagios-plugin/</link><pubDate>Fri, 14 Sep 2012 10:49:59 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera-cluster-nagios-plugin/</guid><description>&lt;p&gt;Based on customer feedback we have decided to add a plugin &lt;strong&gt;Galera Cluster for MySQL&lt;/strong&gt; to our &lt;a href="http://www.fromdual.com/download#nagios" target="_blank" title="MySQL Nagios/Icinga Plugins"&gt;MySQL Nagios/Icinga Plugins&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>What can MySQL performance monitoring graphs tell you?</title><link>https://www.fromdual.com/blog/what-can-mysql-performance-monitoring-graphs-tell-you/</link><pubDate>Thu, 16 Feb 2012 18:32:45 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/what-can-mysql-performance-monitoring-graphs-tell-you/</guid><description>&lt;p&gt;Many of you may monitor their databases for different purposes. Beside alerting it is often good to also make some graphs from MySQL performance counters to see what is actually happening on your database.&lt;/p&gt;</description></item><item><title>FromDual launches Monitoring as a Service for MySQL</title><link>https://www.fromdual.com/blog/newsletter-en-2012-01/</link><pubDate>Thu, 19 Jan 2012 14:16:04 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/newsletter-en-2012-01/</guid><description>&lt;p&gt;On January 9&lt;sup&gt;th&lt;/sup&gt; FromDual launched its Monitoring as a Service (MaaS) solution for MySQL.
This service is based on the &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=79&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor (mpm)"&gt;Performance Monitor for MySQL&lt;/a&gt; (mpm) v0.8 and &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=80&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Zabbix"&gt;Zabbix&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>MaaS Key Request</title><link>https://www.fromdual.com/maas-key-request/index.php</link><pubDate>Wed, 18 Jan 2012 17:26:37 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/maas-key-request/index.php</guid><description>&lt;?php

$fromdual_base = dirname(dirname($_SERVER['SCRIPT_FILENAME']));
$fromdual_file = $fromdual_base . '/php/maas-key-request.inc';

if ( $_SERVER["REQUEST_METHOD"] == 'GET' ) {
 $FROMDUAL_REQUEST = $_GET;
}
elseif ( $_SERVER["REQUEST_METHOD"] == 'POST' ) {
 $FROMDUAL_REQUEST = $_POST;
}

$fromdual_function = array_key_exists('f', $FROMDUAL_REQUEST) ? substr($FROMDUAL_REQUEST['f'], 0, 16) : 'form';

if ( file_exists($fromdual_file) ) {
 require_once($fromdual_file);
}
else {
 echo '&lt;p style="color: red;"&gt;' . 'ERROR: Internal error. File does not exist.' . '&lt;/p&gt;</description></item><item><title>InnoDB Graphs for MySQL Performance Monitor</title><link>https://www.fromdual.com/blog/innodb-graphs-for-mysql-performance-monitor/</link><pubDate>Tue, 14 Jun 2011 10:41:49 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-graphs-for-mysql-performance-monitor/</guid><description>&lt;p&gt;We have just released v0.7.1 of the &lt;strong&gt;FromDual MySQL Performance Monitor&lt;/strong&gt;. The new release can be downloaded from &lt;a href="https://www.fromdual.com/download"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>MySQL Performance Monitor</title><link>https://www.fromdual.com/blog/launch-mysql-performance-monitor/</link><pubDate>Wed, 18 Aug 2010 11:31:12 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/launch-mysql-performance-monitor/</guid><description>&lt;p&gt;FromDual launches its &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;database Performance Monitoring solution&lt;/a&gt; for MySQL, Percona Server and MariaDB. This solution provides monitoring capabilities for most MySQL Storage Engines (Aria, InnoDB, MyISAM, NDB, PBXT and XtraDB). Further you can monitor MySQL Master - Slave replication set-ups, UNIX processes (&lt;code&gt;mysqld&lt;/code&gt;, &lt;code&gt;ndbd&lt;/code&gt;) and MySQL specific information.&lt;/p&gt;</description></item><item><title>MySQL Questions &amp; Answers</title><link>https://www.fromdual.com/blog/mysql-questions-and-answers/</link><pubDate>Mon, 15 Mar 2010 11:15:25 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-questions-and-answers/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#spec_char"&gt;Search with special characters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/node/1290" target="_blank" title="Why is InnoDB disabled?"&gt;Why is InnoDB disabled?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#system_information"&gt;How to find MySQL system information?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#mysql_binaries"&gt;What is the difference between MySQL certified server and community server?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#mysql_monitoring"&gt;MySQL monitoring&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#mysql_backup"&gt;MySQL backup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#corrupt_table"&gt;Corrupt MyISAM table&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#compile_mysql"&gt;How to compile MySQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#restore_test"&gt;Test restore procedure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#reset_user_password"&gt;Reset a MySQL user password&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#reset_root_password"&gt;Reset the MySQL root user password&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#innodb-plugin"&gt;How to enable the InnoDB plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#shipped-storage-engines"&gt;Storage Engines shipped with MariaDB / MySQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#compile-ndb-test"&gt;Compiling MySQL Cluster ndb-test fails&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#ndb-info-schema-missing"&gt;NDB information schema does not show up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#hyper-threading-enabled"&gt;Hyper Threading (HT) enabled?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#patch"&gt;How to make a patch for MariaDB?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#auto-inc-waiting"&gt;Where does the InnoDB AUTO-INC waiting come from?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#wrong-encoding"&gt;My character encoding seems to be wrong. How can I fix it?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#slave-inconsistencies"&gt;I think my Slave is not consistent to its Master any more. How can I check this?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;My MySQL Server is swapping from time to time. This gives hick-ups in MySQL. How can I avoid this?&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#io-scheduler"&gt;How can I find which I/O scheduler my device is using?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mysql-questions-and-answers/#mail"&gt;How can I find why my mail is not sent?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="search-with-special-characters"&gt;Search with special characters&lt;/h2&gt;
&lt;p&gt;This Question has been moved to the &lt;a href="https://www.fromdual.com/node/1277" target="_blank" title="Search with special characters"&gt;Forum&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>MySQL Monitoring solutions</title><link>https://www.fromdual.com/blog/mysql-monitoring-solutions/</link><pubDate>Sat, 13 Mar 2010 19:49:33 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-monitoring-solutions/</guid><description>&lt;h2 id="basic-solutions-cli"&gt;Basic solutions (CLI)&lt;/h2&gt;
&lt;p&gt;Those solutions are run from the command line (CLI):&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor 2.2.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</link><pubDate>Thu, 19 Feb 2026 18:18:00 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.2.1 of its popular Database Performance Monitor for MariaDB, Galera Cluster, MySQL and PostgreSQL &lt;a href="https://www.fromdual.com/software/fromdual-performance-monitor/"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 2.1.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.1.0-has-been-released/</link><pubDate>Sat, 09 Dec 2023 18:27:02 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.1.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 2.0.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.0.0-has-been-released/</link><pubDate>Thu, 19 May 2022 20:09:49 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.0.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.0.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 1.2.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-1.2.0-has-been-released/</link><pubDate>Fri, 12 Jun 2020 16:47:48 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-1.2.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB and MySQL 1.1.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.1.0-has-been-released/</link><pubDate>Tue, 24 Dec 2019 12:34:55 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.0 of its popular Database Performance Monitor for MariaDB, MySQL and Galera Cluster &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB and MySQL 1.0.2 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.0.2-has-been-released/</link><pubDate>Wed, 13 Mar 2019 20:58:18 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.0.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.2 of its popular Database Performance Monitor for MariaDB, MySQL, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</link><pubDate>Fri, 10 Feb 2017 15:13:11 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</link><pubDate>Thu, 03 Nov 2016 23:03:46 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.0 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.6 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.6-has-been-released/</link><pubDate>Wed, 03 Aug 2016 19:40:09 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.6-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.6 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.5 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</link><pubDate>Thu, 06 Aug 2015 18:29:22 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.5 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.4 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</link><pubDate>Sat, 16 May 2015 14:29:43 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.4 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</link><pubDate>Sun, 19 Apr 2015 16:11:59 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.3 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</link><pubDate>Wed, 09 Jul 2014 12:25:16 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.3 of its popular Database Performance Monitor for MySQL, Galera Cluster, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.2 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</link><pubDate>Tue, 06 May 2014 13:58:07 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.2 of its popular Database Performance Monitor for MySQL, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;mpm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL (MPM) v0.9 released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.9-is-out/</link><pubDate>Tue, 03 Apr 2012 14:03:09 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.9-is-out/</guid><description>&lt;p&gt;On April 2&lt;sup&gt;nd&lt;/sup&gt; 2012 FromDual released the new version v0.9 of its &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;Performance Monitor for MySQL (mpm)&lt;/a&gt;. The new version can be downloaded from &lt;a href="https://www.fromdual.com/download" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>New version of FromDual's Performance Monitor for MySQL (MPM) v0.7.2 is out</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.7.2-is-out/</link><pubDate>Sat, 03 Dec 2011 10:04:30 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.7.2-is-out/</guid><description>&lt;p&gt;On December 2&lt;sup&gt;nd&lt;/sup&gt; 2011 FromDual released the new version v0.7.2 of its &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;Performance Monitor for MySQL&lt;/a&gt;. The new version can be downloaded from &lt;a href="https://www.fromdual.com/download"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor</title><link>https://www.fromdual.com/software/fromdual-performance-monitor/</link><pubDate>Thu, 12 Aug 2010 10:14:50 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/software/fromdual-performance-monitor/</guid><description>&lt;p&gt;Coming soon&amp;hellip;&lt;/p&gt;
&lt;p&gt;Have a look at the &lt;a href="https://support.fromdual.com/documentation/fpmmm/fpmmm.html" target="_blank"&gt;Performance Monitor Documentation&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>