tony2001 / pinba_engine

Pinba - MySQL plugin and storage engine
http://pinba.org
GNU General Public License v2.0
475 stars 41 forks source link

Document or provide a metric for temp pool size #23

Closed vincentbernat closed 10 years ago

vincentbernat commented 10 years ago

Hi!

The documentation of temp pool size says that the pool size is using a fixed value. However, from the code, I can see that it is now able to grow without an upper bound. Therefore, the provided value seems to be only the initial value.

It would be also convenient to export those values in the info table for monitoring purposes.

tony2001 commented 10 years ago

Right, it now grows when required. I guess I'll need to create another table that would expose this kind of data. Will do it next week.

tony2001 commented 10 years ago

Added temp pool size limit and new status table with the current temp pool size and other internal data in 916c3c94d8c876aa713ab3b43ee7b6b8aee70a61