Bug #1340
closedAlign vmstat -m columns
0%
Description
Salute.
Currently vmstat -m output doesn't align well:
Memory statistics by type Type Kern
Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)
(...)
file desc 46 59K 0K 76332K 3211 0 0
device-mapped pages 1444 113K 0K 76332K 1444 0 0
UFS dirhash 297 39K 0K 76332K 297 0 0
Attached patch fixes it:
Memory statistics by type Type Kern
Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)
(...)
file desc 46 59K 0K 76332K 3295 0 0
device-mapped pages 1449 114K 0K 76332K 1449 0 0
UFS dirhash 297 39K 0K 76332K 297 0 0
Objections?
Cheers,
Stathis
Files