benchflow / analysers

Spark scripts utilised to analyse data and compute performance metrics
Other
0 stars 1 forks source link

Retrieve total number of cpu cores from container information #53

Closed Cerfoglg closed 8 years ago

Cerfoglg commented 8 years ago

In the cpu analysers we currently retrieve the number of cores present on the machine by getting the lenght of the percpu_core data. Change this so we retrieve this information from the container informations instead.

VincenzoFerme commented 8 years ago

Resolved in #75