Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ResctrlPrefix is the prefix used for class/closid directories under the resctrl filesystem
ResctrlPrefix = ""
)
Variables ¶
This section is empty.
Functions ¶
func BlockIOEnabled ¶
func BlockIOEnabled() bool
func RdtEnabled ¶
func RdtEnabled() bool
Types ¶
type Config ¶
type Config struct { // BlockIOConfigFile specifies the path to blockio configuration file BlockIOConfigFile string `toml:"blockio_config_file" json:"blockioConfigFile"` // RdtConfigFile specifies the path to RDT configuration file RdtConfigFile string `toml:"rdt_config_file" json:"rdtConfigFile"` }
Config for the tasks service plugin
Click to show internal directories.
Click to hide internal directories.