Hi,
I found the Mysql connections graph a little difficult to read.
So I changed it to use lines instead of stacked area.
It is still not perfect because of the huge scale imposed by drawing the maximum number of connection and maximum number of connection reached.
But at least you can actually read the value of your spikes of connections instead of working out the difference between the number of connection + max number of connection reached.
Before :
After :
The diff of the file :
svn diff -r HEAD /opt/observium/html/includes/graphs/application/mysql_connections.inc.php
Index: /opt/observium/html/includes/graphs/application/mysql_connections.inc.php
===================================================================
--- /opt/observium/html/includes/graphs/application/mysql_connections.inc.php (revision 7661)
+++ /opt/observium/html/includes/graphs/application/mysql_connections.inc.php (working copy)
@@ -40,6 +40,6 @@
$nototal = 1;
$unit_text = "Connections";
-include("includes/graphs/generic_multi_simplex_separated.inc.php");
+include("includes/graphs/generic_multi_line.inc.php");
// EOF
Best regards,
Louis
Louis Bailleul Computer Systems Engineer Imaging & Engineering | Imaging Telephone: +44 1932 376000 Direct: +44 1932 376842 VOIP: 74416842 Mobile: +44 7786 525307 Email: louis.bailleul@pgs.com A Clearer Image | www.pgs.com |
Address: 4 The Heights, Brooklands, Weybridge, Surrey, KT13 0NY, United Kingdom This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author. |