Documentation
¶
Overview ¶
Package fuse monitors the FUSE (Filesystem in Userspace).
Index ¶
Constants ¶
View Source
const ( // DefaultCongestedPercentAgainstThreshold is the percentage of the FUSE connections waiting // at which we consider the system to be congested. DefaultCongestedPercentAgainstThreshold = float64(90) // DefaultMaxBackgroundPercentAgainstThreshold is the percentage of the FUSE connections waiting // at which we consider the system to be congested. DefaultMaxBackgroundPercentAgainstThreshold = float64(80) )
View Source
const Name = "fuse"
Name is the name of the component.
View Source
const SubSystem = "fuse"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(gpudInstance *components.GPUdInstance) (components.Component, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.