summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable the 'devstat_end_transaction' busy count printf until after 3.0ken1998-10-141-2/+10
| | | | | | | | | | release goes out the door. We know there's a bug in the devstat implementation in the wd driver, but bde and msmith haven't been able to fix it yet. So, disable the printf to avoid confusing/worrying people. Suggested by: msmith
* Make the printf when busy_time < 0 a little more descriptive. This mayken1998-10-061-2/+4
| | | | | | | | help track down bugs in the devstat implementation in various drivers. (i.e., any situation where the driver does not call the devstat routines once and only once for each transaction initiation and completion) Prompted by: msmith
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-5/+5
| | | | | | | | | | generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* New Kernel device statistics code.gibbs1998-09-151-0/+245
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
OpenPOWER on IntegriCloud