Struct procfs::process::NFSEventCounter[][src]

pub struct NFSEventCounter {
Show 27 fields pub inode_revalidate: c_ulong, pub deny_try_revalidate: c_ulong, pub data_invalidate: c_ulong, pub attr_invalidate: c_ulong, pub vfs_open: c_ulong, pub vfs_lookup: c_ulong, pub vfs_access: c_ulong, pub vfs_update_page: c_ulong, pub vfs_read_page: c_ulong, pub vfs_read_pages: c_ulong, pub vfs_write_page: c_ulong, pub vfs_write_pages: c_ulong, pub vfs_get_dents: c_ulong, pub vfs_set_attr: c_ulong, pub vfs_flush: c_ulong, pub vfs_fs_sync: c_ulong, pub vfs_lock: c_ulong, pub vfs_release: c_ulong, pub congestion_wait: c_ulong, pub set_attr_trunc: c_ulong, pub extend_write: c_ulong, pub silly_rename: c_ulong, pub short_read: c_ulong, pub short_write: c_ulong, pub delay: c_ulong, pub pnfs_read: c_ulong, pub pnfs_write: c_ulong,
}
Expand description

Represents NFS data from /proc/<pid>/mountstats under the section events.

The underlying data structure in the kernel can be found under fs/nfs/iostat.h nfs_iostat. The fields are documented in the kernel source only under include/linux/nfs_iostat.h enum nfs_stat_eventcounters.

Fields

inode_revalidate: c_ulongdeny_try_revalidate: c_ulongdata_invalidate: c_ulongattr_invalidate: c_ulongvfs_open: c_ulongvfs_lookup: c_ulongvfs_access: c_ulongvfs_update_page: c_ulongvfs_read_page: c_ulongvfs_read_pages: c_ulongvfs_write_page: c_ulongvfs_write_pages: c_ulongvfs_get_dents: c_ulongvfs_set_attr: c_ulongvfs_flush: c_ulongvfs_fs_sync: c_ulongvfs_lock: c_ulongvfs_release: c_ulongcongestion_wait: c_ulongset_attr_trunc: c_ulongextend_write: c_ulongsilly_rename: c_ulongshort_read: c_ulongshort_write: c_ulongdelay: c_ulongpnfs_read: c_ulongpnfs_write: c_ulong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.