Periodically, my cpu usage goes way up. Top doesn’t show anything using the cpu to any great extent. I did a “ps -ax” and statred doing process kills. I kiilled a dbus pre-fork first, which brought, which stopped the cpu hogging. This is the process line:
I see no connection whatsoever between the *dbus-daemon *and print jobs. The –print-pid and –print-address options are for somehing completely different.
You posted the line of code calling the dbus man page, and then 2 question marks. I had no idea what that meant. Perhaps you might consider making the suggestion to read the man page as you just did, as opposed to you original suggestion?
I have now read the man page, and still haven’t figured out an answer to my question.
I have figured out PID relates to watchdog. I haven’t yet been able to figure out what that is, or why it chews up some many cpu cycles. I don’t understand the /etc/dbus-1/session.conf file.
Does anyone know what that does, or what I killed?
This is what you asked.
My assessment of the few lines you wrote was that you know something about Unix/Linux (seeing you using ps, killing processes, etc.). Thus my question was:
“You ask for the details about a Linux program, did you try to find information about it by checking for it’s man page?”. Many Unix/Linux users would be a bit ashamed that they forgot about the man page, thus I put it a bit short, guessing that you would get the hint.
I seem to be wrong. Sorry for that. But I guess now that you did find the man page information and the link provided there for more info about dbus.
I am afraid that I have no information to add except that I have two of those processes running on my system, one owned by root and one owned by the (only) loged in end-user.
I have two more prcosess lists from this and another system saved earlier. They have each TWO of those owned by root and one by the end-user.
Thus they seem to be rather common and the number of them varies.
Running top, none of hem comes to the fore.
The above will not help very much I am afraid, but this is as much as I can find out now.
I’ve recently did a fresh install 11.4 x86_64, AMD Athlon II X2 260, ATI RS880 Radeon 4250.
The system was running fine for 2-3 weeks when I suddenly noticed 99% cpu usage from clean boot. This happens every time I boot my machine.
With the top command, dbus comes first with about 20% cpu (no other app has high number) and when I kill it cpu usage drops to 50%. Then another app, mostly python or prepare_preload appears on top with 45% cpu usage and after I kill it the system runs smooth at low cpu usage numbers.