AutoSlave

Component type

module

Maintenance status

Development status

Downloads

22173

Component created

Component changed

Automatic database slave selection

This database driver (called "autoslave") will automatically use the database slaves where applicable and otherwise use a master database.

where applicable means:

  1. The query is not a write query (and not a select query with locking)
  2. The tables in the query have not been written to during the request and within the assumed replication lag
  3. A transaction has not been started
  4. The tables in the query are not specified in the 'tables' option in the driver settings
  5. A lock has not been started (core db-lock and memcache-lock supported)

Memory profiler

Component type

module

Maintenance status

Development status

Downloads

10514

Component created

Component changed

This module is a very lightweight module that logs the peak php memory usage to the watchdog.

When your site is getting memory exhaustion errors this module can help to figure out which pages are getting the memory errors and how much memory they are using.

This functionality can be found in the devel module, however this module gives you the ability to find out this information in a production environment without needing to enable the devel module.

Logstash

Component type

module

Maintenance status

Development status

Component created

Component changed

Send watchdog log messages to a Logstash server with UDP or TCP.

When the Logstash server can not be reached, log messages can be buffered in the database until the server is back online.
This prevents losing log messages, which might be critical.

Hudson - status report

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was put together in order to provide access to the status of current Hudson builds without ssh tunneling. Since administrators are usually logged on to the site, they might as well be able to access that data here. Hope it's useful for somebody.

MongoDB Webform Submissions

Component type

module

Maintenance status

Development status

Downloads

673

Component created

Component changed

Description:

This module provides a mongodb storage backend for webform submissions.

Requirements

Development sponsored by AllPlayers.com.