Hi Ravi,

On Wed, Dec 21, 2016 at 12:38:12PM +0000, Nalla, Ravikanth wrote:
> 
> In dmstats(8) man page, what is the exact difference between "read_time" and 
> "read_ticks"
> and also the  exact difference between "write_nsecs" and "write_ticks"?
> 
> read_time
>               Accumulated duration of all read requests (ns).

The two "time" fields are the accumulated durations of reads and writes - i.e. 
the
difference between the operation end and start times, summed for all reads or 
writes
during the current interval.
 

> write_nsecs

'write_nsecs' is a typo in the man page - it should be 'write_time': I'll get 
that
fixed. The tool help ('dmstats help') has the correct names:

  write_time            - Accumulated duration of all writes (ns).

> read_ticks
>               Nanoseconds spent servicing reads.
> write_ticks
>               Nanoseconds spent servicing writes.

These are the times spent actively servicing requests (as opposed to the time
spent in queues, or waiting for hardware IO to finish etc).

The tool help output will always give you up-to-date information on the
supported columns - there's also a bit more detail in the kernel documentation
at Documentation/device-mapper/statistics.txt.

Regards,
Bryn.

--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to