# goresctrl **Repository Path**: mirrors_intel/goresctrl ## Basic Information - **Project Name**: goresctrl - **Description**: Golang library for managing resctrl filesystem - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Resource Control The goresctrl library provides Go interface to manage following resources. - CPU cache allocation and memory bandwidth, see the [rdt](doc/rdt.md) (Intel Resource Director Technology) package. - CPU frequency in core granularity, see the [sst](doc/sst.md) (Intel Speed Select Technology) package. - Storage I/O scheduler priority and bandwidth, see the [blockio](doc/blockio.md) package.