Rouzip / goresctrl

Golang library for managing resctrl filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Resource Control

The goresctrl library provides Go interface to manage following resources.

  • CPU cache allocation and memory bandwidth, see the rdt (Intel Resource Director Technology) package.

  • CPU frequency in core granularity, see the sst (Intel Speed Select Technology) package.

  • Storage I/O scheduler priority and bandwidth, see the blockio package.

About

Golang library for managing resctrl filesystem

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Shell 0.2%Language:Makefile 0.1%