github.com/intel/goresctrl@v0.5.0/README.md (about) 1 # Go Resource Control 2 3 The goresctrl library provides Go interface to manage following resources. 4 5 - CPU cache allocation and memory bandwidth, see the [rdt](doc/rdt.md) 6 (Intel Resource Director Technology) package. 7 8 - CPU frequency in core granularity, see the [sst](doc/sst.md) (Intel 9 Speed Select Technology) package. 10 11 - Storage I/O scheduler priority and bandwidth, see the 12 [blockio](doc/blockio.md) package.