To observe cache patterns:
Run the following: python3 run_code.py cache
To observe fallback pattern 1 (fallback in single trace):
Run the following: python3 run_code.py fallback1
The command line will prompt you to enter an application from a set list, and depending on the application, will then prompt you to enter a specific service to crash to observe the fallback effect.
To observe fallback pattern 2 (fallback in pair of traces):
Run the following: python3 run_code.py fallback2
The command line will prompt you to enter an application from a set list, and depending on the application, will then prompt you to enter a specific service to crash to observe the fallback effect.