Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Can a "bare-bone" version of condor measure just idle times statistics?
- Date: Tue, 10 Feb 2009 06:26:34 -0800 (PST)
- From: Rob <spamrefuse@xxxxxxxxx>
- Subject: [Condor-users] Can a "bare-bone" version of condor measure just idle times statistics?
Hello,
I would like to do some research on idle times of Windows PCs, before
I launch a full-scale condor project onto the library computer systems.
Therefore I was wondering how I could just do that, without yet have to
worry about scheduling, job submission etc.
Can a stripped version (or 'bare-bone' version) of condor do that for me?
With "stripped" I mean a minimal number of daemons running on both
the pool of Windows PCs and the Linux central manager PC.
For example, would the following do:
On Windows pool PCs
DAEMON_LIST = MASTER
UPDATE_INTERVAL = 60 # use a time resolution of 1 minute
On Linux central manager
DAEMON_LIST = COLLECTOR, MASTER
Could that work?
I may also have to set appropriate log variables, so that enough info on
idle time is being logged (I'm not yet at that stage of studying condor).
All I want, is condor to collect the idle times of all the Windows PCs in the pool.
I would appreciate if somebody could comment on this idea.
Thank you!
Rob.