hdparm "버퍼 캐시"는 무엇을 의미합니까? 하드 드라이브의 하드웨어 캐시입니까, 아니면 컴퓨터 메모리의 페이지 캐시입니까?

hdparm "버퍼 캐시"는 무엇을 의미합니까? 하드 드라이브의 하드웨어 캐시입니까, 아니면 컴퓨터 메모리의 페이지 캐시입니까?

hdparm에서매뉴얼 페이지:

-t  Perform timings of device reads  for  benchmark  and  comparison
    purposes.   For  meaningful  results,  this  operation should be
    repeated 2-3 times on an otherwise  inactive  system  (no  other
    active  processes)  with  at least a couple of megabytes of free
    memory.  This displays the speed of reading through  the  buffer
    cache  to  the  disk  without  any  prior caching of data.  This
    measurement is an indication of how fast the drive  can  sustain
    sequential  data  reads  under  Linux,  without  any  filesystem
    overhead.  To ensure accurate measurements, the buffer cache  is
    flushed during the processing of -t using the BLKFLSBUF ioctl.

무엇인가요"버퍼 캐시"?

  • 하드 드라이브 및 일부 SSD 드라이브에 하드웨어 캐시/버퍼가 있습니까?
  • 운영 체제는 캐싱을 위해 RAM을 사용합니다. 즉, 하드 디스크의 캐시를 사용하지 않습니다. 나는 이것을 페이지 캐싱이라고 생각합니다.
  • 둘 다

아마도 이것은 대부분의 사람들에게는 당연하지만 나에게는 그렇지 않습니다. :)

관련 정보