How to get real time monitoring on a local emoncms install?

Im looking forward to use the real time graphs every second, in my local installation, i already set the time between readings to 1 in the emontx, and im already sending the data to both emoncms.org and to my laptop with a local emoncms, while the new emoncms version its stuck with posting every 10 seconds i know that might be a lot of data and that the drive might suffer a bit for a while but i want to test this in several kinds of hard drives.

I already tried adding a line in the process_list.php file 

<select id="feed-interval" style="width:130px">
<option value="">Select interval</option>
<option value=1>1s</option>
<option value=5>5s</option>
<option value=10>10s</option>
<option value=15>15s</option>
<option value=20>20s</option>
<option value=30>30s</option>
<option value=60>60s</option>
<option value=120>2 mins</option>
<option value=300>5 mins</option>
<option value=600>10 mins</option>
<option value=1200>20 mins</option>
<option value=1800>30 mins</option>
<option value=3600>1 hour</option>
</select>

 

However that didnt do the trick it doesnt even apper in the process list after saving,  

I wanted to ask whats the right approach to accomplish a 1 second post rate in a local installation, Im already checking the code using eclipse but I might take a while, so meanwhile i wanted to post this in case someone can give me any leads about how to do this 

 

 

 

 

 

chaveiro's picture

Re: How to get real time monitoring on a local emoncms install?

Use SQL engine, it has no interval.

Gzero's picture

Re: How to get real time monitoring on a local emoncms install?

How do i use it?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.