Cache management algorithms for flexible filesystems

  • Authors:
  • Silvano Maffeis

  • Affiliations:
  • -

  • Venue:
  • ACM SIGMETRICS Performance Evaluation Review
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

Cache management in flexible filesystems deals with the problem of determining a cached file to be replaced when the local cachespace is exhausted. In analogy to virtual memory management, several different algorithms exist for managing cached files. In this paper we simulate the behavior of First-In-First-Out (FIFO), Least Recently Used (LRU), Least Frequently Used (LFU) and a variation of LFU we call the File Length Algorithm (LEN) from the viewpoint of file access times, cache hit ratios and availability. The results of several simulation runs are presented and interpreted.