I cloudsim simulator, according to sources who say the paper, I could not find the original data.
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 log of tasks in the data center.
I would like to emulate. And the need to integrate data on this site, and input cloudsim simulator.
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.
How this data, the virtual machine and data center tasks, valid data cloudsim I enter?