The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Hardware > Filesystems, Disks and Memory
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-06-2009
jake24 jake24 is offline
Registered User
  
 

Join Date: May 2009
Posts: 7
Buffer Cache Stats from /proc/meminfo

Hi,

I am trying to understand the role of buffer cache in block I/O.
I am monitoring /proc/meminfo, my question is does the value of 0 for 'buffers', mean that any subsequent disk read issued by a process, would get the data physically from the disk, and not an allocated buffer for the block?
[Since, I can see the value of buffer parameter is currently 0?????]

Could someone elaborate on what does buffer=0 actually mean?