Hello,
I started anyalyzing a machine and noticed that there were more global disk physical writes than global disk logical writes.
The way I understand is that Disk logical writes shows the number of system calls that are to be directed to disk devices but may or may not be physically written to disk and may end up in other memory like the buffer cache.
So, should we always see more logical writes as this shows all logical (ie. buffer cache)writes requests + pysical writes request (ie hard drive)?
Thanks.