Essentially my question is, does anyone know of a utility for inspecting the buffer cache in linux?
|
|
The linux kernel doesn't cache files, it caches blocks. A file may consist of many blocks, some of which may be cached and some which may not. What exactly are you trying to accomplish? |
|||
|
|
|
|
More detail on what you're trying to do might be helpful. As Robert mentioned, the buffer cache isn't file-oriented. It probably wouldn't be hard to troll through /dev/kmem to extract the contents of the buffer cache, but why would you want to? |
||
|
|
|
|
I believe lsof might help you. |
||||||
|
