Home
last modified time | relevance | path

Searched refs:rwords (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/systat/
Diostat.c263 double atime, rwords, wwords; in stats() local
269 rwords = cur.dk_rbytes[dn] / 1024.0; /* # of K read */ in stats()
274 rwords / etime, wwords / etime, cur.dk_rxfer[dn] / in stats()
278 (rwords + wwords) / etime, in stats()
285 histogram(rwords / etime, 50, 0.5); in stats()
294 histogram((rwords + wwords) / etime, 50, 0.5); in stats()