Check out the new USENIX Web site. next up previous
Next: Hummingbird workload generator: wg- Up: Workload generators Previous: Workload generators

UFS workload generator: wg-Squid.

The wg-Squid simulates the file system behavior of Squid-2.2. The Squid cache has a 3-level directory hierarchy for storing files; the number of children at each level is a configurable parameter. In order to minimize file lookup times, Squid attempts to keep directories small by distributing files evenly across the directory hierarchy.

When a file is written to the cache a top-level directory, or SwapDir, is selected. Squid attempts to load balance across the SwapDirs. Once the SwapDir has been selected, the file is assigned a file number which uniquely identifies the file within the SwapDir. The value of this file number is used to compute the names of the level-2 and level-3 directories. Thus, Squid does not use the URL or URL reference locality for file placement into directories, limiting the ability of the file system to collocate files which will be accessed together. Once the directory path has been determined, the file is created and written.

Squid has configurable high and low water marks. When the total cache size passes the high water mark, eviction begins. Files are deleted from the cache in modified LRU order with a small bias towards expired files. Eviction continues until the low water mark is reached. The wg-Squid simulates this behavior except that it uses LRU instead of modified LRU; our log does not contain the expires information.



next up previous
Next: Hummingbird workload generator: wg- Up: Workload generators Previous: Workload generators
Liddy Shriver 2001-05-01