المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Load Balance



C# Programming
07-03-2009, 09:25 AM
I have to get CPU weightage and RAM weightage and Disk IO weightage for Load Balancing in TFS2008 for Build,Deploy and Test Progress. I foungd the Below Formula to find that.
Host Rating = (Free CPU * CPU Weight) + (Free Memory * Memory Weight) + (Free Disk * Disk Weight) + (Free Network * Network Weight)
But I dont know about the CPU Weight,Memory Weight,Disk Weight and Network Weight.
How can I get the all details .
If any c# code is there to find that......