This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NFS refresh rate

Other Parts Discussed in Thread: OMAP-L137

Dear Community,

I have an application running under Linux on OMAP-L137, which continuously writes data to a file. I need to plot this data on a desktop in real-time (approximately).

The problem is that the NFS refreshes itself once in ca. 30 seconds, which is way to much. How can I reduce the NFS refresh rate to a minimum (or after every file size change) ?

My bootargs are:

setenv bootargs root=/dev/nfs noinitrd rw ip=dhcp nfsroot=${serverip}:${rootpath}
setenv bootcmd 'dhcp;bootm'

If you have any questions, please let me know!

I would appreciate your help!

Bogdan