Re: Performance degrades over time; have to reboot every few days
If your system appears to be slowing down then it must also mean that
something is using more and more kernel "wakeups". Install "powertop",
open a konsole and run
sudo powertop
Let it run and watch it as you open and close various apps. It will show
you what is making all the interrupt calls and how many per second they
are making.
My 64bit Kubuntu Karmic with nothing but a konsole running powertop
shows the total number of wakeup calls to average around 130 per second.
When I am browsing with FireFox and have KCal and Thunderbird open my
average is about 450/sec.
A word of caution. Powertop gives "advice" about what to do to reduce or
eliminate the interrupt calls. BEFORE you take any of that advice talk with
folks here about what you are thinking of doing. Many interrupts are part
of the services that Kubuntu uses.. Services like the device notifier, or the
internal usb optical drive, etc... Disable those and you may kill some of the
"automatic" features that you like in Kubuntu.
If your system appears to be slowing down then it must also mean that
something is using more and more kernel "wakeups". Install "powertop",
open a konsole and run
sudo powertop
Let it run and watch it as you open and close various apps. It will show
you what is making all the interrupt calls and how many per second they
are making.
My 64bit Kubuntu Karmic with nothing but a konsole running powertop
shows the total number of wakeup calls to average around 130 per second.
When I am browsing with FireFox and have KCal and Thunderbird open my
average is about 450/sec.
A word of caution. Powertop gives "advice" about what to do to reduce or
eliminate the interrupt calls. BEFORE you take any of that advice talk with
folks here about what you are thinking of doing. Many interrupts are part
of the services that Kubuntu uses.. Services like the device notifier, or the
internal usb optical drive, etc... Disable those and you may kill some of the
"automatic" features that you like in Kubuntu.
Comment