add queries inside innodb and queued to cacti

Registered by Roman Vynar

You can get those values from innodb status on this line:

0 queries inside InnoDB, 0 queries in queue

They are used when you run mysql with innodb_thread_concurrency != 0, so you can see how much threads are running inside innodb and how much are waiting in the queue, also can make sense when innodb_thread_concurrency = 0 as you can check for your concurrency but queue will be always empty.

In most cases we will see both zeros and it will help only for edge cases having issues with threads concurrency.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Roman Vynar
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.