Hi, I want to implement a program to monitoring mesos. Is there exist any APIs already implemented in mesos that I can use to get the status of the Mesos? just like what webui did: acquire the information about the amount of total resources, allocated resources, dispatched tasks, finished/lost tasks.... How did the webui of mesos got this information? I think the fast way for me is using the same method as webui did.
Thanks! Best Regards, Chong

