Struct gluster::GlusterFOPSample [] [src]

pub struct GlusterFOPSample {
    pub time: String,
    pub fop: GlusterFOP,
    pub fop2: GlusterFOP,
    pub elapsed: String,
    pub xlator: String,
    pub instance_name: String,
    pub username: String,
    pub group: String,
    pub hostname: String,
    pub port: u16,
}

A Gluster file operation sample

Fields

Trait Implementations

impl Debug for GlusterFOPSample
[src]

Formats the value using the given formatter.