Date: Thu, 8 Jun 2000 01:08:52 -0700 (PDT) From: inoue@siterock.co.jp To: freebsd-gnats-submit@FreeBSD.org Subject: bin/19118: vmstatで avmとfreの値が接する。 Message-ID: <20000608080852.1492737BAFC@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19118
>Category: bin
>Synopsis: vmstatで avmとfreの値が接する。
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 08 01:10:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: 井上雅弘
>Release: 2.1.5
>Organization:
サイトロック(株)
>Environment:
FreeBSD ITWatchdog.captech.co.jp 2.1.5-RELEASE FreeBSD 2.1.5-RELEASE #0: Mon Aug 24 20:24:15 1992 root@test.attjen
s.co.jp:/usr/src/sys/compile/JEIDA i386
>Description:
vmstatでmemory avm freの値が6桁以上の場合、つながってしまう。
FreeBSD4.0でも同じ問題有り
>How-To-Repeat:
#vmstat
avm free
123456778899
>Fix:
Before...:
485:(void)printf("%8ld%6ld ", ......
537:(void)printf(" r b w avm fre flt re pi po fr sr ");
After...:
485:(void)printf("%8ld %6ld ", ......
537:(void)printf(" r b w avm fre flt re pi po fr sr ");
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000608080852.1492737BAFC>
