Skip to content
forked from alibaba-edu/Alita

Comprehensive Performance Isolation through Bias Resource Management for Public Clouds

License

Notifications You must be signed in to change notification settings

power-more/Alita

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAlita

This repository contains the source code for a research paper that was submitted for publication at the International Conference for High Performance Computing, Networking, Storage, and Analysis (SC20).

How to run

  • Split Lock Isolation

    g++ test_split_lock_iso.cpp -o test_split_lock_iso && sudo ./test_split_lock_iso

  • LLC & Memory Bandwidth Isolation

    g++ test_mem_contention_iso.cpp -o test_mem_contention_iso && sudo ./test_mem_contention_iso

  • Power isolation

    g++ test_power_iso.cpp -o test_power_iso && sudo ./test_power_iso

License

MIT

Contributors

Shuai Xue <[email protected]>
Shang Zhao <[email protected]>
Quan Chen <[email protected]>
Yihao Wu <[email protected]>
Shanpei Chen <[email protected]>
Yu Xu <[email protected]>
Zhen Ren <[email protected]>

About

Comprehensive Performance Isolation through Bias Resource Management for Public Clouds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • C 1.2%