[MDEV-3429] LP:619417 - the number of mysqld processes in pstree is not equal to mysqld status report Created: 2010-08-17 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | abcslayer (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Currently, from pstree command result: ├─mysqld_safe─┬─logger ] But from the status of mysql: MariaDB [(none)]> status Connection id: 662451 Threads: 1 Questions: 10112301 Slow queries: 14117 Opens: 3992 Flush tables: 2 Open tables: 398 Queries per second avg: 23.331 MariaDB [(none)]> SHOW STATUS LIKE 'threads%'
------------------
------------------ The total running threads are 55. Where is 22 threads (77-55) gone? |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2010-08-18 ] |
|
Re: the number of mysqld processes in pstree is not equal to mysqld status report |
| Comment by abcslayer (Inactive) [ 2010-08-19 ] |
|
Re: [Bug 619417] Re: the number of mysqld processes in pstree is not equal to mysqld status report With your help, I will spend my time to explore other area for the faulty. On Wed, Aug 18, 2010 at 7:46 AM, Arjen Lentz <arjen@openquery.com> wrote: > mysqld internally has more threads in additional to all the connections, ] |
| Comment by Rasmus Johansson (Inactive) [ 2010-08-19 ] |
|
Launchpad bug id: 619417 |