$logPath
$logPath : \type
path to log.
monitoring service. controls logging, and provides method to fetch data.
getData(boolean $flush) : array
parse logged data and return it.
the format is obj -> sortedDatas ( array ( uri => times (array (name => array of times)) obj -> timeNames
note: timeNames are needed for rendering on the client side, to make sure that each series has the same times. This could be done on the client side, but is faster to do here.
boolean | $flush | get rid of the logged data |