Search⌘ K
AI Features

Simulator

Explore the Andrew File System through a simulator that generates client file operation traces to help you understand cache consistency, file state updates, and invalidation mechanisms. Learn how to control client actions, schedules, and analyze detailed cache states with this hands-on tool.

We'll cover the following...

The program, afs.py, allows you to experiment with the cache consistency behavior ...

Terminal 1
Terminal
Loading...

Here is an example run:

prompt> ./afs.py -C 2 -n 1 -s 12

      Server                         c0              
...