aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply datasize (bytes/bits) only to network related dataPim van den Berg2012-09-051-2/+1
| | | | As discussed in https://github.com/pommi/CGP/pull/1.
* introduce config option datasize to show graphs in bits or bytesPim van den Berg2012-08-101-1/+2
| | | | | | | Config setting $CONFIG['datasize'] can be set to bits or bytes to show graph data in bits or bytes. Inspired-by: Neptune Ning (Plan) <frostyplanet@gmail.com>
* plugin/postgresql: support for all predefined queriesPim van den Berg2011-03-151-3/+89
| | | | | | | | | - pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact
* plugin/postgresql: create fallback for unknown typesPim van den Berg2011-03-101-2/+1
|
* plugin/postgresql: make postgresql plugin compatible with cgpPim van den Berg2011-03-101-56/+40
|
* plugin: add postgresql pluginBenjamin Dupuis2011-03-101-0/+65
Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz