Hello!
On Aug 22, 2014, at 10:26 PM, Scott Nolin wrote:
Can anyone explain what the min, max, and sum values mean in jobstats
for OST's?
The values for each job/timestamp look like this:
read: { samples: 102, unit: bytes, min: 4096, max: 1048576, sum: 45989888 }
write: { samples: 1123, unit: bytes, min: 178, max: 1048576, sum: 1012315079 }
min and max are the min and max RPC sizes seen. sum is total number of bytes
read/written from that job.
Bye,
Oleg