Gjsify LogoGjsify Logo

Process disk io data filled by glibtop_get_proc_io().

record

Hierarchy

  • glibtop_proc_io

Index

Constructors

Properties

diskRbytes: number

Attempt to count the number of bytes which this process really did cause to be fetched from the storage layer. Done at the submit_bio() level, so it is accurate for block-backed filesystems.

field
diskRchar: number

The number of bytes which this task has caused to be read from storage. This is simply the sum of bytes which this process passed to read() and pread(), also including tty IO, and it is unaffected by whether or not actual physical disk IO was required.

field
diskWbytes: number

Attempt to count the number of bytes which this process caused to be sent to the storage layer. This is done at page-dirtying time.

field
diskWchar: number

The number of bytes which this task has caused, or shall cause to be written to disk. Similar caveats apply here as with rchar.

field
flags: number
reserved: number[]
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method