LinnOS Artifact
This artifact is designed to be run on Chameleon testbed using Jupyter. It will run two end-to-end workflows on a Chameleon instance: baseline and LinnOS (more detail in README). Specifically, it will conduct the following steps:
- Process IO traces to obtain Baseline results: a. Acquire an instance with a local SSD array from Chameleon b. Populate those drives with preprepared I/O trace dataset c. Run the SSD replayer and obtain the baseline cdf results
- Train the LinnOS ML model and implant the learned weights to LinnOS kernel code :
a. Train the LinnOS ML model using the output obtained from running the baseline and save the learned weights
b. Use header generator to convert saved weight files to LinnOS kernel compatible headers (and put them inside
LinnOS kernel source code) - Install LinnOS kernel: a. Prepare the config file b. Install the required packages c. Compile and reboot
- Using the LinnOS, replay the IO traces to obtain ML results: a. Run the SSD replayer (with LinnOS Kernel enabled) and obtain the linnos-ml cdf results
Note: if you wish to reproduce this experiment and are not yet part of an active Chameleon allocation, please contact daniar@uchicago.edu for access.
Launch on Chameleon
Launching this artifact will open it within Chameleon’s shared Jupyter experiment environment, which is accessible to all Chameleon users with an active allocation.
Download ArchiveDownload an archive containing the files of this artifact.