Summary: | mysqld process use a lot of IO time to time | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | jlj.babydragon |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs.kde.org, dvratil, sslim, stierand |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jlj.babydragon
2011-05-29 06:22:36 UTC
Hi: I update kdepim to 4.6.90, this problem still occur. I tried to enlarge innodb_buffer_pool_size to 800M, mysqld process still use a lot of IO time. I use the sql in the comment of innodb_buffer_pool_size property, I think the result is a bit large: SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); bla blub 5.68189e+09 2.76726e+07 I confirm the problem with 4.8.1 These excessice I/O eat much of the laptop battery :/ @jlj, how do you figured out what command mysgl is executing? I faced the same problem and dropped a bug (#295529) and would like to figure out whether this is the same issue. Mysql has a command, you can use: show processlist; or select * from information_schema.PROCESSLIST; to find active sql. I have changed the hard driver of my laptop to SSD, so I it's OK now. But I still hope this issue could be fixed. (In reply to comment #3) > @jlj, how do you figured out what command mysgl is executing? > I faced the same problem and dropped a bug (#295529) and would like to > figure out > whether this is the same issue. Hello jlj.babydragon@gmail.com, thanks, I try it as soon as I figured out which the correct db is. > https://bugs.kde.org/show_bug.cgi?id=274402 > > --- Comment #4 from jlj.babydragon@gmail.com --- > Mysql has a command, you can use: > show processlist; > or > select * from information_schema.PROCESSLIST; > to find active sql. > > I have changed the hard driver of my laptop to SSD, so I it's OK now. But I > still hope this issue could be fixed. > (In reply to comment #3) > > > @jlj, how do you figured out what command mysgl is executing? > > I faced the same problem and dropped a bug (#295529) and would like to > > figure out > > whether this is the same issue. While not finding the correct hook for checking mysql execution I found that the KDE factory repository for my suse has provided an update of the akonadi_runtime package to 1.7.1. This update fixes the CPU issue for me. In KDE 4.8.3 the issue is gone here. (In reply to comment #6) > While not finding the correct hook for checking mysql execution I found that > the KDE factory repository for my suse has provided an update of the > akonadi_runtime package to 1.7.1. This update fixes the CPU issue for me. Thanks for the feedback. As reported, the issue is gone in recent releases, so closing as fixed. |