\FireGento_MageMonitoring_Helper_Database
Database helper
- Author: FireGento Team <team@firegento.com>
Synopsis
- // members
- private $_connection = null;
- private array $_serverSettings = ;
- private array $_innodbSettings = ;
- // methods
- public DB getConnection()
- public int getMysqlVersion()
- public array getMysqlServerInfo()
- public array getMysqlServerStatus()
- public string getMysqlTunerOutput()
- public string getMysqlTrafficInformation()
- public string getMysqlConnectionInformation()
- public string getMysqlStatementsInformation()
- public array getMysqlServerSettingsInformation()
- public array getMysqlInnodbBufferSizeInformation()
Hierarchy
Extends
- Mage_Core_Helper_Abstract
Tasks
Line | Task |
---|---|
123+ | Implement |
134+ | Implement |
145+ | Implement |
156+ | Implement |
Members
private
- $_connection
- $_innodbSettings
- $_serverSettings
Methods
public
- getConnection() — Return database connection
- getMysqlConnectionInformation() — Returns MySQL connection information
- getMysqlInnodbBufferSizeInformation() — Returns MySQL innoDB buffer size information
- getMysqlServerInfo() — Returns MySQL server information
- getMysqlServerSettingsInformation() — Returns MySQL server settings information
- getMysqlServerStatus() — Returns MySQL server status
- getMysqlStatementsInformation() — Returns MySQL statements information
- getMysqlTrafficInformation() — Returns MySQL traffic information
- getMysqlTunerOutput() — Returns MySQL tuner output
- getMysqlVersion() — Returns MySQL version
History
-
2015-05-15T11:06:15+02:00 (commit #1b13d79)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Rename Firegento to case sensitive FireGento
-
2015-05-13T23:46:13+02:00 (commit #6d2184c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Replace Hackathon namespace to Firegento into all code files
-
2015-05-13T23:34:26+02:00 (commit #3cf482b)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Replace Hackathon namespace to Firegento for the main code folder
-
2015-05-13T23:20:49+02:00 (commit #2534802)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Move source code of the extension to the src folder and set modman with firegento namespace
-
2015-05-10T11:09:54+02:00 (commit #2c495ad)
Author: Daniel Zohm (daniel.zohm@aoe.com) / Commiter: Daniel Zohm (daniel.zohm@aoe.com)
Code standard fixings
-
2015-05-09T18:14:45+02:00 (commit #68a4545)
Author: Daniel Zohm (daniel.zohm@aoe.com) / Commiter: Daniel Zohm (daniel.zohm@aoe.com)
first bunch of fixings from code sniffer
-
2014-05-11T15:32:34+02:00 (commit #bb70746)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Updated to the new UI and added InnoDB checks output
-
2014-05-11T12:44:30+02:00 (commit #91e1027)
Author: Andreas Vogt (andreas.vogt@webvisum.de) / Commiter: Andreas Vogt (andreas.vogt@webvisum.de)
Added MySQL InnoDB buffer Size check
-
2014-05-10T18:38:55+02:00 (commit #aea4c63)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Added UI for database information
-
2014-05-10T18:18:57+02:00 (commit #73f5aa8)
Author: Andreas Vogt (andreas.vogt@webvisum.de) / Commiter: Andreas Vogt (andreas.vogt@webvisum.de)
dding some first information getter on simple sql basis
-
2014-05-10T17:42:29+02:00 (commit #0f77903)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Added a database helper