Posted April 5, 201410 yr Hello, when i run htop command i see alot of mysql processes like this: But when i run command "mysqladmin processlist" i see usually nothing.. Quote: [root@* ~]# mysqladmin processlist +--------+------+-----------+-----+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +--------+------+-----------+-----+---------+------+-------+------------------+ | 455317 | hqs | localhost | hqs | Sleep | 3 | | | | 455320 | hqs | localhost | hqs | Sleep | 0 | | | | 455321 | root | localhost | | Query | 0 | | show processlist | +--------+------+-----------+-----+---------+------+-------+------------------+ so i want to ask how can i track what are these mysql processes that i see in htop, so i see which db and which table is used? Continue reading...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.