Holy-Lance
Holy-Lance copied to clipboard
Can it save the monitoring data?
Most of the time, we need to monitor the data all day
var numberOfRecords = 360; // 采样点数
var intervalTime = 3000; // 采样间隔
https://github.com/lincanbin/Holy-Lance/blob/master/build/holy_lance.php#L587
目前没有做数据持久化,如果需要看更多时间范围内的数据,可以调大采样点数和采样间隔。