monitoring - how to monitor mesos frameworks -
from mesos web ui under frameworks there list of running , terminated frameworks want monitor periodically (save list database ,etc.) wondering if there log file such list , api , etc. ?
all events happen in mesos cluster captured in mesos master log. means parsing , analysing log, can reconstruct cluster state @ point of time.
mesos webui based on /state.json
master endpoint. in mesos 0.23 new endpoint /state-summary
introduced. provides less information, needs less time return. think 1 of give need.
Comments
Post a Comment