Struct below_model::collector::CollectorOptions
source · [−]pub struct CollectorOptions {
pub cgroup_root: PathBuf,
pub exit_data: Arc<Mutex<PidMap>>,
pub collect_io_stat: bool,
pub disable_disk_stat: bool,
pub enable_btrfs_stats: bool,
pub btrfs_samples: u64,
pub btrfs_min_pct: f64,
pub cgroup_re: Option<Regex>,
pub gpu_stats_receiver: Option<Consumer<SampleType>>,
}Fields
cgroup_root: PathBufexit_data: Arc<Mutex<PidMap>>collect_io_stat: booldisable_disk_stat: boolenable_btrfs_stats: boolbtrfs_samples: u64btrfs_min_pct: f64cgroup_re: Option<Regex>gpu_stats_receiver: Option<Consumer<SampleType>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CollectorOptions
impl Send for CollectorOptions
impl Sync for CollectorOptions
impl Unpin for CollectorOptions
impl UnwindSafe for CollectorOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more