sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Create new metric(s) to export CPU saturation on worker-threads #4514

Open renecannao opened 7 months ago

renecannao commented 7 months ago

It is not easy to identify from ProxySQL itself how much CPU the worker threads are using, thus how saturated they are. ProxySQL already exports a lot of metrics that can be used as "proxy" metrics for CPU saturation, but it would be better to export more direct metrics.

Implementation TBD