lp://staging/~miguelaraujo/mysql-proxy/admin-statistics-interface

Created by Miguel Araújo and last modified
Get this branch:
bzr branch lp://staging/~miguelaraujo/mysql-proxy/admin-statistics-interface
Only Miguel Araújo can upload to this branch. If you are Miguel Araújo please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Miguel Araújo
Project:
MySQL Proxy
Status:
Development

Recent revisions

1290. By Miguel Araújo

- fixed wrong plugin stats structure handling:

 - removed plugin_global_stats variable and unnecessary "global scope" functions;
       - added pointer on chassis_plugin_config that points to chassis_plugin_local_stats_t of chassis_plugin structure;
       - now we can access each plugin local stats through chassis_plugin_config;

- code refactoring on setting and getting statistic;
- fixed interface incorrect behaviour on some cases;

1289. By Miguel Araújo

- added missing doc-comments;
- added handling for queries: "show <plugin> latency;" and "show <plugin> connections";

1288. By Miguel Araújo

code refactoring and optimization;

1287. By Miguel Araújo

- removed unnecessary STATS_QUERY_SUCCESS;
- added error and incomplete queries handling on the parser;

1286. By Miguel Araújo

added missing doc-comments;

1285. By Miguel Araújo

added current and maximum connections statistics;

1284. By Miguel Araújo

- removed unnecessary variables;
- added missing function prototype;

1283. By Miguel Araújo

- added function to query the database and obtain the uuid (if existant);
- added uuid value to backend statistics;

1282. By Miguel Araújo

addded backend statistics handling:
 - added query "SHOW BACKENDS STATS;"

1281. By Miguel Araújo

- added query "SHOW AVAILABLE STATS;" to display all the available statistics;
- fixed helper messages;

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/mysql-proxy
This branch contains Public information 
Everyone can see this information.

Subscribers