-
-
Notifications
You must be signed in to change notification settings - Fork 206
Process trace files from Google Cluster Data #149
Copy link
Copy link
Closed
Description
Implement classes to read Google Trace files, enabling the creation of Hosts and Cloudlets from these files.
A script to download trace files is available at download-google-cluster-data.sh
Detailed information about how the feature should work
New classes should be introduced to implement the format of the different trace files. The existing WorkloalFileReader must be refactored to extract a superclass containing common methods for the other classes.
A brief explanation of why you think this feature is useful
It will enable creating more realistic simulations using real and extensive data from physical datacenters. This data can be assessed, for instance, to identify a possible correlation between different workloads, such as CPU and RAM requirements.
Examples
Related Issues
Reactions are currently unavailable