-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use power package in workflow sim #6
base: master
Are you sure you want to change the base?
Conversation
Hi Muhammad, WorkflowSim works on top of CloudSim and CloudSim supports power Weiwei On 5/19/14 6:08 AM, muhammadkamran05 wrote:
|
hi |
Hi , You may find many examples in Please let me know if you have other questions. Weiwei On 1/4/15 9:48 PM, smbd1368 wrote:
|
thanks
Hi , You may find many examples in Please let me know if you have other questions. Weiwei On 1/4/15 9:48 PM, smbd1368 wrote:
|
how to create a basic workflow? |
I cloudsim simulator, according to sources who say the paper, I could not Data on the site is: http://www.cs.huji.ac.il/labs/parallel/workload/logs.html But now another problem is occurring. The data on this site, exactly, is the simulation data. The data is just a I would like to emulate. And the need to integrate data on this site, and For example, in The Intel Net Batch logs, the data is as follows:
But, the simulator Kladsym inputs is as follows: int vmid = 0; int mips = 100; long size = 10000; //image size (MB) int ram = 512; //vm memory (MB) long bw = 100; int pesNumber = 1; //number of cpus String vmm = "Xen"; //VMM name int num_user = 1; int hostId=0; int ram = 2048; //host memory (MB) long storage = 1000000; //host storage int bw = 1000000; And I can not Matching the two go together. cloudsim simulator has provided an example, that you can read the data. The How this data, the virtual machine and data center tasks, valid data |
Hi Anasjamal, There are a few examples in Just follow similar rules as DAX (DAG in XML) Or you may use WorkflowGenerator Weiwei On 2/9/15 3:59 AM, anasjamal wrote:
|
Hi Smbd1368, Somehow you need to solve this problem offline (out of WorkflowSim) . I have opened a bug for it : However, if you have time to implement this feature, I would really Weiwei
|
i run WorkflowSimBasicExample1 bit it required for me daxpath i writ flow |
You are using Windows system so the path should be "C:\Users\Hussin\Documents\NetBeansProjects\workflowsimtest\config\dax\Montage_100.xml" |
Hi chenww05, |
They are extending from different file system model On 6/17/16 9:18 PM, eemuit wrote:
|
How to add a Montage and SIPHT Dataset in HEFT Planning Algorithm in Workflowsim? OR How to run the HEFT Planning Algorithm using Montage and SIPHT Dataset? Please Help me... |
How to add a Montage and SIPHT Dataset in HEFT Planning Algorithm in Workflowsim? OR How to run the HEFT Planning Algorithm using Montage and SIPHT Dataset? Please Help Me... chenww05 |
In HEFTPlanningAlgorithmExample class, you just need to modify the daxPath as below String daxPath = "/Users/hatemaz/cloudsim/workflowsim/WorkflowSim-1.0-master/config/dax/Montage_100.xml";for the Sipht workflow, you modify Montage_100.xml by the appropriate xml file |
how to use power package in workflow sim, please guide me