DragonFly bugs List (threaded) for 2009-04
DragonFly BSD
DragonFly bugs List (threaded) for 2009-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[issue1340] Align vmstat -m columns


From: "Stathis Kamperis \(via DragonFly issue tracker\)" <sinknull@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 20 Apr 2009 14:28:48 +0000

New submission from Stathis Kamperis <ekamperi@gmail.com>:

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: vmstat.diff
messages: 6425
nosy: Beket
status: unread
title: Align vmstat -m columns

_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1340>
_____________________________________________________

Attachment: vmstat.diff
Description: Binary data



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]