25 Mar
2010
25 Mar
'10
11:47 p.m.
1. Having a new data struct called "MachineInfo" with attributes like Load, PhysMemory, ... and getMachineInfo(in String machineName) method in the Monitoring interface. Rationale: the same as for the JobInfo (consistency issue, fetching all machines attributes at once is more natural in DRMS APIs then querying for each attribute separately)
Sounds ok, as long a we don't want to apply the JobTemplate extension mechanism for implementation-specific attributes also the machine monitoring. Best, Peter.