[MDEV-11325] Add status variable: Inactive_time Created: 2016-11-21 Updated: 2023-11-09 Resolved: 2023-11-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | status | ||
| Description |
|
We have status variable called Busy_time. Honestly, I don't know how to use it. But it would be useful if it could be compare to the cumulative time of connections inactivity. |
| Comments |
| Comment by Daniel Black [ 2017-02-25 ] |
|
It seems busy_time is the time a connection was active https://github.com/MariaDB/server/blob/10.2/sql/sql_class.cc#L1359. cpu_time seem to correlate more to a measure of seconds of cpu busyness. Is this sufficient for your comparison? |