HI giltjr
Yes, it is task manager as mentioned in the original post. Your first statement is correct (status bar 50%, maxback... process 50%, therefore 25% CPU used) BTW thanks, I didn't realise it worked like that.
But isn't even 25% CPU time an awful lot for an IDLE process because I'm not backing up at the the time and this CPU % display is always showing these values. Surely this cannot be correct ? It seems a huge amount for a single, idle process.
RetroRocker
Main Topics
Browse All Topics





by: giltjrPosted on 2007-01-15 at 07:34:08ID: 18316708
Where are you getting the 50% CPU measurement from? Task Manager?
If so you need to be carefull. When you look at the % CPU for an indvidual task, this is the % of the currently used CPU of the system. That is:
If in the bottom status bar it shows 50% CPU and maxbackserviceint.exe shows 50%, then maxbackserviceint.exe is using 50% of 50%, or 25% of the total system.
If the status bar shows 10%, then it is taking up 50% of 10% or 5% of the total system.
If the status bar shows 100%, then yes maxbackserviceint.exe is using 50% of the total system.
As for dual core, I am not 100% sure it is still true, but most backup processes are not multi-threaded so they can't take advantage of multiple CPU's, which a dual core processor is.
Normally a backup process does not use a lot of CPU for the whole backup run. It uses a lot of CPU to figure out what files should be backed up and then very little to do the actual backup. Unless you have enabled the backup software to compress the data as it backs it up. Then it will use a lot of CPU to do the compression.