systat vmstat disk widths
David Brownlee <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Currently 'systat vmstat' displays disk information in columns 5 wide, with titles 4 wide. This clips the instance number from raid devices, and causes numbers to run into each other: Discs wd0 wd1 cd0 fd0 md0 raid raid 64 fmin seeks 85 ftarg xfers 177 179 35 3 itarg Kbyte1132811385 568 103 470 wired %busy 99.6 99.4 16.1 pdfre I'd like to switch them both to columns 5 wide with a space: Discs wd0 wd1 cd0 fd0 md0 raid1 raid2 64 fmin seeks 85 ftarg xfers 177 179 35 3 itarg Kbyte 11328 11385 568 103 470 wired %busy 99.6 99.4 16.1 pdfre This reduces DRIVESPACE from nine to seven. Is this a problem for anyone? -- David/absolute -- www.netbsd.org: No hype required --