Hi, I would like to know how mesos estimates the available resources (CPU/RAM/DISK) of a slave, and how this resources are viewed by the master (zookeeper ?)
I have looked in: https://github.com/apache/mesos/blob/master/src/slave/resource_estimator.cpp https://github.com/apache/mesos/blob/master/src/slave/resource_estimators/*.cpp Can someone give a overview or point the direction of how mesos measures the resources ? Thank you, Tiago Alves
