CharafeddineMechalikh / PureEdgeSim

PureEdgeSim: A simulation framework for performance evaluation of cloud, fog, and pure edge computing environments.
GNU General Public License v3.0
185 stars 75 forks source link

I want to export the workload #22

Closed qjncn closed 2 years ago

qjncn commented 4 years ago

I want to export the workload, do time series prediction with MATLAB, and then write the program to the data center to save energy. Can you export the workload, or get a stable workload data set like the PlanetLab or Google data set in CloudSimPlus? thank you .

ZahraSf commented 2 years ago

I did it by modifying DefaultTaskGenerator class and creating my CustomTaskGenerator. I counted all tasks in each timeslot and saved the results in a CSV file.