Project

General

Profile

« Previous | Next » 

Revision 57a852d1

Added by Max Matveev about 14 years ago

  • ID 57a852d138bc9c6676b2a49884d89626ea083986

Update extraction of disk run queue metrics in Solaris

disk.all.run.time and disk.all.wait.time can be calculated using
direct offsets into kstat_io_t because the type of the field in kstat_io_t
matches the metric type.

disk.all.run.count and disk.all.wait.count are derived from 32 bit
fields in kstat_io_t and therefor must be processed in a special way.

  • added
  • modified
  • copied
  • renamed
  • deleted