pub struct ResourceMonitor;Expand description
p4 admin resource-monitor: report server resource usage. Added in p4
2023.1.
Trait Implementations§
Source§impl Clone for ResourceMonitor
impl Clone for ResourceMonitor
Source§impl Debug for ResourceMonitor
impl Debug for ResourceMonitor
Source§impl Default for ResourceMonitor
impl Default for ResourceMonitor
Source§impl SubCommand for ResourceMonitor
Available on non-crate feature lt2023_1 only.
impl SubCommand for ResourceMonitor
Available on non-crate feature
lt2023_1 only.fn name(&self) -> &str
fn inject_local_args(&self, _: &mut Command)
fn global_opts(&self) -> Option<&GlobalOpts>
fn inject_args(&self, command: &mut Command)
fn setup_command<S: AsRef<OsStr>>(&self, bin: S) -> Command
Auto Trait Implementations§
impl Freeze for ResourceMonitor
impl RefUnwindSafe for ResourceMonitor
impl Send for ResourceMonitor
impl Sync for ResourceMonitor
impl Unpin for ResourceMonitor
impl UnsafeUnpin for ResourceMonitor
impl UnwindSafe for ResourceMonitor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more