From: Saumesh K. <sau...@ya...> - 2010-10-07 07:18:01
|
Hi all, I am testing a Scheduling Algorithm in GirdSim. This scheduling algorithm is designed to minimize makespan & flowtime. For my algo, I need to get current load on resource and waiting time for Gridlet. How can I do that? My grid experiment scenario have 16 resources (SPACE_SHARED), each resource has a single machine and a machine has only one PE with MIPS rating of 950. And it has 512 gridlets and length of every gridlet is 250500000 (with single PE only). To get current load on GridResource, I used <ResourceCalendarOfResource>.getCurrentLoad(), but this always gives me 0.0. And I don't think it is giving correct load. And gridlet.getWaitingTime() is also giving 0.0 all the time. So plz suggest me, how can I get correct Workload on resource and waiting for gridlets? _ _ _ _ _ _ _ _ _ _ Regads Saumesh Kumar M.Tech (IT) IIT Roorkee |