Source code of paper Machine Learning for Load Balancing in the Linux Kernel
Prerequisites:
Dump load balance data:
sudo ./dump_lb.py -t tag --olduse
--oldwith original kernel without test flag
Automated training and evaluation:
cd training
./automate.py -t tag1 tag2 tag3... -o model_namePreprocessing: training/prep.py
Training: training/keras_lb.py