1
We are running dstat on a one second update frequency using this option:
--output <filename>
The data is correctly written but only every thirty seconds.
Here is the full dstat command line:
dstat -tcmdn --vm --output <filename>
The interesting thing is that behavior is happening on our ARM boxes only. On the intel box it is written (/flushed) every second.
So is this a filesystem or dstat issue?