Take a look at KB article q310601. At the bottom of the first page it
describes The System Idle Task Scheduler service.....
By reading this, I'm assuming that if I create a scheduled task to run
after 3 hours of being Idle, and during that time, the CPU usages
spikes, maybe because WSUS has downloaded a patch, that the Idle time
clock will reset....
What do you think?
:
You have them backwards.
System idle process and user inactivity have nothing to do with each
other. System idle process is a percentage of the CPU resources that
are not being used by the system. Inactivity, as related to
Screensavers and Scheduled Tasks, is when there is no user input.
I.e. keyboard or mouse have not been used for a period of time by the
user.
[[System idle process
The System Idle Process is a process in the Microsoft Windows
operating system that displays, as a percentage, how much CPU resources
are "idle" and available for use at any given time. The name of this
"process" may be a misnomer, however, as the System Idle Process is
more of a counter and less of a process that actually uses the resource
percentage that it displays.]]
http://www.answers.com/topic/system-idle-process
From Scheduled Tasks Help...
[[To run a scheduled task when the computer is idle
1. Open Scheduled Tasks.
2. Right-click the task that you want to run when the computer is idle,
and then click Properties.
3. On the Settings tab, under Idle Time, select the Only start the task
if the computer has been idle for at least check box.
4. Enter the length of time (in minutes) for which the computer must be
idle before the task will run.
Notes
To open Scheduled Tasks, click Start, click All Programs, point to
Accessories, point to System Tools, and then click Scheduled Tasks.
A computer is idle when there is no mouse or keyboard activity.
You can specify a length of time (in minutes) in which the computer
attempts to find idle time to run the scheduled task.
You can also specify that any task should be stopped if the computer is
in use by selecting the Stop the task if the computer ceases to be idle
check box. ]]
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In Drew <
[email protected]> hunted and pecked:
Any chance you can break down the inactivity timer more....for
instance I know that the System Idle monitor the list below, but what
does the inactivity timer exactly monitor
1. There is no user input (keyboard and mouse)
2. The CPU and disk usage is less then 10 percent
3. The system is not running on battery power
4. Presentation programs (such as a Slide show or movie playback) are
not running.
:
System Idle covers the machine's internals.. inactivity timer logs
operator down time..
--
Mike Hall
MVP - Windows Shell/User
Hello,
Would anyone be able to explain the difference between
1. System Idle time, that the Task Scheduler uses
2. Inactivity timer, that the screen saver uses
Thanks