So everytime I leave my ubuntu desktop alone, it seems that after a while it starts "working on stuff" -- CPU lights lighting, that busy CPU processing sound being pretty loud, etc. But when I move my mouse, it just goes away.
I don't think it's spyware just yet, but, (puts on tinfoil hat) is there any way to figure out what kind of processes were running that were taking the most CPU time, and log them historically?
I'm thinking of writing a daemon for monitoring this, actually, but if there's already an existing tool for this, that would be better I guess?
top
in a terminal (orhtop
,sudo
apt-get install htop` to install) would be a simple solution for realtime monitoring, there are also a number of indicator applets that will do this on the top panel (see here and here). As for your question about logging the info historically, I don't have any immediate ideas--but this is the interesting part of your question and I might suggest making this part of your question more prominent (so your post doesn't get marked as a duplicate). – adempewolff Jun 03 '12 at 02:59