[MXS-3240] Uom variable from maxscale api /maxscale/threads Created: 2020-10-15 Updated: 2020-10-19 Resolved: 2020-10-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | 2.4.12 |
| Fix Version/s: | 2.4.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | febriyant | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | api, maxscale | ||
| Environment: |
CentOS 7 |
||
| Description |
|
hi i already got data from maxscale api from this url /maxscale/threads.
|
| Comments |
| Comment by markus makela [ 2020-10-15 ] | ||
|
The reads, writes, errors, hangups and accepts are all counts of how many of those events the thread has processed. The size in query_classifier_cache is in bytes. The other ones are counts of how many of these events have occurred. The max_exec_time and max_queue_time are currently measured as number of internal ticks (100ms per tick). These should be converted to milliseconds so that there's no need to convert it on the client side. | ||
| Comment by febriyant [ 2020-10-16 ] | ||
|
thanks for update for this key this is same with max_exec_time ?
| ||
| Comment by markus makela [ 2020-10-16 ] | ||
|
avg_event_queue_length is the average number of epoll events returned in a single call. max_event_queue_length is the maximum for this. | ||
| Comment by febriyant [ 2020-10-16 ] | ||
|
ok thanks |