We have an NFS server and our custom board which is our NFS Client. We are generating a log file as part of our custom application. This log file is getting generated in the root file system of the board(NFS client) immediately after the application execution. But however its taking about 30 seconds to get updated on the NFS server which is a high delay in our use case. In the NFS server I ran the command tail -f log.txt and only after 30 seconds the log is updated in the log file. Is there a way we can eliminate this delay. I performed an analysis on the NFS port using the tcpdump and observed that the packets are arriving at the NFS Server side after this 30 s delay.
You must log in to answer this question.
Explore related questions
See similar questions with these tags.
- The Overflow Blog
-
- Featured on Meta
-
-
Related
Hot Network Questions
- Why has ' mammon' in Mtt 6:24 remained un-translated?
- Does every (possibly infinite dimensional) vector space have an orthogonal Hamel basis?
- What's the meaning of this hand gesture here?
- Term only, arrow-only category foundations in C
- Senior collaborator wants to replace my method in paper: advice?
- Does this type of visualization have a name? And what are its drawbacks, if any?
- Are capacitor voltage ratings absolute maximum or is there a tolerance?
- How can one see the disappearance of entanglement as one transitions from a quantum to a classical system?
- Adding special trees
- Can a political group advocating Islamic Sharia participate legally in politics in the US?
- It is a three word phrase
- "Ghost" current on base
- "Probable" Sets
- Why was France/Western Europe Stalin's second front of choice?
- Mathematica does not give me any contour here
- C++17/20 templated LRU cache : how should get* handle misses? (exception vs std::optional vs pointer)
- Landsat Imagery comes up all white inside ROI
- Meaning of the question "В памяти?"
- Why doesn't the light slow down even if it looses energy?
- Insert prefix to each line of file if line is not blank otherwise do something else
- Why does a voltage divider work even with extreme resistor values?
- Short and sweet puzzle
- Review a house rule for starting characters with a few "proficient" skills in Roll For Shoes
- Telepathic plants lure space travellers to a feast
vm.dirty_writeback_centisecswith sysctl kernel.org/doc/html/latest/admin-guide/sysctl/…